| Modifier and Type | Method and Description |
|---|---|
Collection<java.util.function.Supplier<TestInputGroup>> |
TestInputGroupGenerator.generate(CombinatorialTestModel model,
Reporter reporter)
Generates a arbitrary number of
TestInputGroup instances. |
| Modifier and Type | Method and Description |
|---|---|
Set<java.util.function.Supplier<TestInputGroup>> |
IpogTestInputGroupGenerator.generate(CombinatorialTestModel model,
Reporter reporter)
Constructs a combinatorial test suite for positive testing.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<java.util.function.Supplier<TestInputGroup>> |
HardNegativeTWiseGenerator.generate(CombinatorialTestModel model,
Reporter reporter) |
| Modifier and Type | Method and Description |
|---|---|
default void |
GenerationReporter.faultCharacterizationFinished(TestInputGroup testInputGroup,
List<int[]> failureInducingCombinations)
Called after all fault characterization has been finished.
|
default void |
GenerationReporter.faultCharacterizationStarted(TestInputGroup testInputGroup,
FaultCharacterizationAlgorithm algorithm)
Called if fault characterization for the given group has started.
|
default void |
GenerationReporter.faultCharacterizationTestInputsGenerated(TestInputGroup testInputGroup,
List<int[]> testInputs)
Called if new test inputs have been generated by the
FaultCharacterizationAlgorithm provided to
GenerationReporter.faultCharacterizationStarted(TestInputGroup, FaultCharacterizationAlgorithm). |
default void |
GenerationReporter.testInputGroupFinished(TestInputGroup testInputGroup)
Called if all operations for a
TestInputGroup are finished. |
default void |
GenerationReporter.testInputGroupGenerated(TestInputGroup testInputGroup,
TestInputGroupGenerator generator)
Called if a new
TestInputGroup has been generated by a TestInputGroupGenerator. |
Copyright © 2019. All rights reserved.