| Constructor and Description |
|---|
ConstraintCheckerFactory(CombinatorialTestModel model) |
| 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) |
| Constructor and Description |
|---|
BasicCombinatorialTestManager(CombinatorialTestConfiguration configuration,
CombinatorialTestModel model) |
Copyright © 2019. All rights reserved.