Package de.hybris.platform.task.impl
Class RuntimeConfigHolderTest
- java.lang.Object
-
- de.hybris.platform.task.impl.RuntimeConfigHolderTest
-
@UnitTest public class RuntimeConfigHolderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RuntimeConfigHolderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldEvaluateAllPropertiesWhenDurationPropertyWorkersNumberHasChanged()voidshouldEvaluateAllPropertiesWhenWorkersNumberHasChanged()voidshouldEvaluateIntegerProperty()voidshouldEvaluateIntegerPropertyWhenWorkersNumberHasChanged()voidshouldReturnDefaultDurationProperty()voidshouldReturnDefaultIntegerProperty()voidshouldReturnDefaultStringProperty()voidshouldReturnDefaultValueWhenOtherPropertyChangedNumberOfWorkers()voidshouldReturnDurationProperty()voidshouldReturnIntegerProperty()voidshouldReturnStringProperty()voidshouldReturnUpdatedDurationProperty()voidshouldReturnUpdatedIntegerProperty()voidshouldReturnUpdatedStringProperty()
-
-
-
Method Detail
-
shouldReturnIntegerProperty
public void shouldReturnIntegerProperty() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnStringProperty
public void shouldReturnStringProperty() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnDurationProperty
public void shouldReturnDurationProperty() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnDefaultIntegerProperty
public void shouldReturnDefaultIntegerProperty() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnDefaultStringProperty
public void shouldReturnDefaultStringProperty() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnDefaultDurationProperty
public void shouldReturnDefaultDurationProperty() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnUpdatedIntegerProperty
public void shouldReturnUpdatedIntegerProperty() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnUpdatedStringProperty
public void shouldReturnUpdatedStringProperty() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnUpdatedDurationProperty
public void shouldReturnUpdatedDurationProperty() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldEvaluateIntegerProperty
public void shouldEvaluateIntegerProperty() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldEvaluateIntegerPropertyWhenWorkersNumberHasChanged
public void shouldEvaluateIntegerPropertyWhenWorkersNumberHasChanged() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldEvaluateAllPropertiesWhenWorkersNumberHasChanged
public void shouldEvaluateAllPropertiesWhenWorkersNumberHasChanged() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldEvaluateAllPropertiesWhenDurationPropertyWorkersNumberHasChanged
public void shouldEvaluateAllPropertiesWhenDurationPropertyWorkersNumberHasChanged() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnDefaultValueWhenOtherPropertyChangedNumberOfWorkers
public void shouldReturnDefaultValueWhenOtherPropertyChangedNumberOfWorkers() throws java.lang.Exception- Throws:
java.lang.Exception
-
-