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 |
|
CollectionSubject.Has |
|
ComparableSubject |
|
DefaultSubject |
|
Expect |
|
FailureStrategy |
|
IntegerSubject |
|
IterableSubject |
|
IteratingVerb |
A verb that iterates over data and applies the predicate iteratively
|
ListSubject |
Propositions for List subjects.
|
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 |
|