| Interface | Description |
|---|---|
| ParameterCombinationFactory |
An interface for a factory defining which combinations of parameters need to be tested.
|
| ParameterOrder |
Defines the order in which parameters should be covered in IPOG.
|
| Class | Description |
|---|---|
| Ipog |
An implementation of the popular IPOG algorithm.
|
| IpogConfiguration |
A class combining all information needed to construct a new instance of the
Ipog algorithm. |
| IpogConfiguration.Builder |
A implementation of the Builder patter to create a new
IpogConfiguration. |
| IpogTestInputGroupGenerator |
Generator for one test group containing the test inputs generated with the
Ipog algorithm using no constraints and the normal parameter order
with the strength given by the CombinatorialTestModel. |
| StrengthBasedParameterOrder |
A parameter order based on the normal parameter order and the testing strength.
|
| TWiseParameterCombinationFactory |
The "normal" strategy for covering all t-value-combinations for combinatorial test with testing strength t.
|
Copyright © 2019. All rights reserved.