| AbstractArraySubject |
A common supertype for Array subjects, abstracting some common display and error infrastructure.
|
| AbstractVerb |
|
| AbstractVerb.DelegatedVerb |
A special Verb implementation which wraps a SubjectFactory
|
| BooleanSubject |
Propositions for boolean subjects.
|
| ClassSubject |
Propositions for Class subjects.
|
| CollectionSubject |
Propositions for Collection subjects.
|
| CollectionSubject.Has |
|
| ComparableSubject |
Propositions for Comparable typed subjects.
|
| DefaultSubject |
|
| Expect |
|
| Expect.ExpectationFailure |
|
| Expect.ExpectationGatherer |
|
| FailureStrategy |
|
| IntegerSubject |
Propositions for Integer subjects.
|
| IterableSubject |
Propositions for Iterable subjects.
|
| IteratingVerb |
A verb that iterates over data and applies the predicate iteratively
|
| ListSubject |
Propositions for List subjects.
|
| ListSubject.PairwiseChecker |
|
| LongSubject |
Propositions for long subjects.
|
| MapSubject |
Propositions for Map subjects.
|
| MapSubject.WithValue |
Deprecated.
|
| ObjectArraySubject |
A Subject to handle testing propositions for Object[] and more generically T[].
|
| OptionalSubject |
Propositions for Optional<T> subjects.
|
| Ordered |
|
| PrimitiveBooleanArraySubject |
A Subject to handle testing propositions for boolean[].
|
| PrimitiveByteArraySubject |
A Subject to handle testing propositions for byte[].
|
| PrimitiveCharArraySubject |
A Subject to handle testing propositions for char[].
|
| PrimitiveDoubleArraySubject |
A Subject to handle testing propositions for double[].
|
| PrimitiveFloatArraySubject |
A Subject to handle testing propositions for float[].
|
| PrimitiveIntArraySubject |
A Subject to handle testing propositions for int[].
|
| PrimitiveLongArraySubject |
A Subject to handle testing propositions for int[].
|
| StringSubject |
Propositions for string subjects.
|
| Subject |
Propositions for arbitrarily typed subjects and for properties
of Object
|
| Subject.HasField |
|
| SubjectFactory |
A custom subject factory which will return a FooSubject (which
is a Subject).
|
| TestVerb |
|