| Class and Description |
|---|
| CollectionSize
When describing the features of the collection produced by a given generator (i.e.
|
| Feature
Base class for enumerating the features of an interface to be tested.
|
| Class and Description |
|---|
| CollectionFeature
Optional features of classes derived from
Collection. |
| CollectionSize
When describing the features of the collection produced by a given generator (i.e.
|
| ConflictingRequirementsException
Thrown when requirements on a tester method or class conflict with each other.
|
| Feature
Base class for enumerating the features of an interface to be tested.
|
| ListFeature
Optional features of classes derived from
List. |
| MapFeature
Optional features of classes derived from
Map. |
| SetFeature
Optional features of classes derived from
Set. |
| TesterAnnotation
Use this to meta-annotate
XxxFeature.Require annotations, so that those annotations can
be used to decide whether to apply a test to a given class-under-test. |
| TesterRequirements
Encapsulates the constraints that a class under test must satisfy in order for a tester method to
be run against that class.
|
| Class and Description |
|---|
| CollectionFeature.Require |
| CollectionSize.Require |
| Feature
Base class for enumerating the features of an interface to be tested.
|
| MapFeature.Require |
| TesterAnnotation
Use this to meta-annotate
XxxFeature.Require annotations, so that those annotations can
be used to decide whether to apply a test to a given class-under-test. |
| Class and Description |
|---|
| CollectionFeature.Require |
| CollectionSize.Require |
| ListFeature.Require |
| MapFeature.Require |