| Modifier and Type | Method and Description |
|---|---|
Reporter |
FaultCharacterizationConfiguration.getReporter() |
protected Reporter |
SuspiciousCombinationAlgorithm.getReporter() |
| Constructor and Description |
|---|
FaultCharacterizationConfiguration(InputParameterModel model,
ConstraintChecker checker,
Reporter reporter)
Creates a new configuration out of an IPM, reporter and constraints checker.
|
FaultCharacterizationConfiguration(InputParameterModel model,
Reporter reporter)
Creates a new configuration out of an IPM and a reporter.
|
| 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.
|
IpogConfiguration.Builder |
IpogConfiguration.Builder.reporter(Reporter reporter) |
| Modifier and Type | Method and Description |
|---|---|
Collection<java.util.function.Supplier<TestInputGroup>> |
HardNegativeTWiseGenerator.generate(CombinatorialTestModel model,
Reporter reporter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GenerationReporter
An interface defining a reporter listening for events during the generation of combinatorial test inputs.
|
Copyright © 2019. All rights reserved.