|
Class Summary |
| Permutations |
A permutation represents a specific test property and a set of values for that property
that are to be tested. |
| PermutationSet |
Specific instance of PermutationsGroup. |
| PermutationsGroup |
A permutation group represents a specific set of test properties and a set of values for those properties
that are to be tested. |
| Suite |
Suite can hold Test instances, a set of permutations for generating Tests or additional Suites. |
| Test |
Represents individual test instance. |
| TestHolder |
Abstract Test container class. |
| TestHolder.TestVisitor |
Visitor to collect all Test instances in tree including root node. |