Package com.ganteater.ae.processor
Class ParameterIteratorTest
java.lang.Object
com.ganteater.ae.processor.ParameterIteratorTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
ParameterIteratorTest
public ParameterIteratorTest()
-
-
Method Details
-
addRule_value_shouldAddSingleValue
- Throws:
Exception
-
addRule_enum_shouldAddAllTokens
- Throws:
Exception
-
addRule_inc_positive_shouldGenerateIncreasingSequence
- Throws:
Exception
-
addRule_inc_negative_shouldGenerateDecreasingSequence
- Throws:
Exception
-
addRule_file_shouldLoadValuesFromFile
- Throws:
Exception
-
applyValue_single_shouldApplyDefaultBeforeStartStepThenCycle
- Throws:
Exception
-
applyValue_independent_shouldApplyDefaultBeforeStartStepAndThenStayAtCurrentIterationIndex
public void applyValue_independent_shouldApplyDefaultBeforeStartStepAndThenStayAtCurrentIterationIndex() throws Exception- Throws:
Exception
-
applyChieldValue_multiple_shouldCombineParentAndChildUsingInterval
- Throws:
Exception
-
addRule_unknownRule_shouldThrowIllegalArgumentException
- Throws:
Exception
-