public class IpogTestInputGroupGenerator extends Object implements TestInputGroupGenerator
Ipog algorithm using no constraints and the normal parameter order
with the strength given by the CombinatorialTestModel.| Constructor and Description |
|---|
IpogTestInputGroupGenerator() |
| Modifier and Type | Method and Description |
|---|---|
Set<java.util.function.Supplier<TestInputGroup>> |
generate(CombinatorialTestModel model,
Reporter reporter)
Constructs a combinatorial test suite for positive testing.
|
public Set<java.util.function.Supplier<TestInputGroup>> generate(CombinatorialTestModel model, Reporter reporter)
generate in interface TestInputGroupGeneratormodel - the complete model with which the test input groups
should be constructed. Must not be nullreporter - to report information from inside the generationCopyright © 2019. All rights reserved.