| Interface | Description |
|---|---|
| ArgumentConverter |
Defines an interface which can be used to convert arguments to different representation forms.
|
| GenerationReporter |
An interface defining a reporter listening for events during the generation of combinatorial test inputs.
|
| Reporter |
An interface defining a reporter which can be called by internal algorithms to notify the user of events not covered
by an life cycle method in the
GenerationReporter. |
| Class | Description |
|---|---|
| CombinationArgument |
Used to encapsulate a int[] as a combination.
|
| ParameterArgument |
Used to encapsulate a int as a parameter.
|
| Report |
A report any algorithm inside the combinatorial test input generation can use to notify the user of events not
covered by life cycle reporting.
|
| ValueArgument |
Used to encapsulate two ints as a value for a parameter.
|
| Enum | Description |
|---|---|
| ReportLevel |
Specifies an easy means to filter report content based on severity.
|
Copyright © 2019. All rights reserved.