| Combination |
|
| Combination.Builder |
|
| InputParameterModel |
An representation of a input parameter testModel for combinatorial testing.
|
| InputParameterModel.Builder |
|
| Parameter |
Represents a parameter form an input parameter testModel for combinatorial testing.
|
| Parameter.Builder |
Realizes the builder pattern for a Parameter.
|
| Seed |
A representation of (partial) seed test cases.
|
| Seed.Builder |
Class used to create new Seed instances using the builder pattern.
|
| StrengthGroup |
Represents a group of parameters which should be tested at a given higher strength than the rest of the parameters
in the model.
|
| StrengthGroup.Builder |
Class which realizes the builder pattern for constructing a new StrengthGroup.
|
| Value |
Represents a value for a input parameter testModel in combinatorial testing.
|
| Value.Builder |
Helper class which temporary stores data and weight until an id can be assigned to the value.
|