public final class CombinatorialTestConfiguration extends Object
CombinatorialTestManager to generate test inputs for a given model.| Constructor and Description |
|---|
CombinatorialTestConfiguration(FaultCharacterizationAlgorithmFactory faultCharacterizationAlgorithmFactory,
Collection<TestInputGroupGenerator> generators,
GenerationReporter generationReporter)
Creates a new configuration with the given arguments.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
Optional<FaultCharacterizationAlgorithmFactory> |
getFaultCharacterizationAlgorithmFactory() |
Optional<GenerationReporter> |
getGenerationReporter() |
List<TestInputGroupGenerator> |
getGenerators() |
int |
hashCode() |
String |
toString() |
public CombinatorialTestConfiguration(FaultCharacterizationAlgorithmFactory faultCharacterizationAlgorithmFactory, Collection<TestInputGroupGenerator> generators, GenerationReporter generationReporter)
faultCharacterizationAlgorithmFactory - the factory creating fault characterization to be used for a
combinatorialtest. Can be nullgenerators - All generators which should be used for test input generation. This cannot be null,
but an empty collection is allowedgenerationReporter - the generation reporter for notification of important events in a combinatorial test.
Can be nullpublic Optional<FaultCharacterizationAlgorithmFactory> getFaultCharacterizationAlgorithmFactory()
Optional if a factory was given in the constructor, otherwise an empty optionalpublic List<TestInputGroupGenerator> getGenerators()
public Optional<GenerationReporter> getGenerationReporter()
Optional containing a reporter if one was given in the constructor, or an empty one otherwiseCopyright © 2019. All rights reserved.