| Interface | Description |
|---|---|
| Ordered |
| Class | Description |
|---|---|
| AbstractArraySubject<S extends AbstractArraySubject<S,T>,T> |
A common supertype for Array subjects, abstracting some common display and error infrastructure.
|
| AbstractVerb<T extends AbstractVerb<T>> | |
| AbstractVerb.DelegatedVerb<S extends Subject<S,T>,T> |
A special Verb implementation which wraps a SubjectFactory
|
| AbstractVerb.MessagePrependingFailureStrategy | |
| BigDecimalSubject |
Propositions for
BigDecimal typed subjects. |
| BooleanSubject |
Propositions for boolean subjects.
|
| ClassSubject |
Propositions for
Class subjects. |
| ComparableSubject<S extends ComparableSubject<S,T>,T extends Comparable> |
Propositions for
Comparable typed subjects. |
| DefaultSubject | |
| DoubleSubject |
Propositions for
Double subjects. |
| Expect | |
| Expect.ExpectationGatherer | |
| FailureStrategy | |
| FloatSubject |
Propositions for
Float subjects. |
| GuavaOptionalSubject |
Propositions for Guava
Optional subjects. |
| IntegerSubject |
Propositions for
Integer subjects. |
| IterableSubject<S extends IterableSubject<S,T,C>,T,C extends Iterable<T>> |
Propositions for
Iterable subjects. |
| ListMultimapSubject<S extends ListMultimapSubject<S,K,V,M>,K,V,M extends com.google.common.collect.ListMultimap<K,V>> |
Type-specific extensions of
Multimap subjects for
ListMultimap subjects. |
| LongSubject |
Propositions for
long subjects. |
| MapSubject |
Propositions for
Map subjects. |
| MathUtil |
Math utilities to be shared by numeric subjects.
|
| MultimapSubject<S extends MultimapSubject<S,K,V,M>,K,V,M extends com.google.common.collect.Multimap<K,V>> |
Propositions for
Multimap subjects. |
| MultisetSubject<S extends MultisetSubject<S,E,M>,E,M extends com.google.common.collect.Multiset<E>> |
Propositions for
Multiset subjects. |
| ObjectArraySubject<T> |
A Subject to handle testing propositions for
Object[] and more generically T[]. |
| Platform |
Extracted routines that need to be swapped in for GWT, to allow for
minimal deltas between the GWT and non-GWT version.
|
| 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
long[]. |
| PrimitiveShortArraySubject |
A Subject to handle testing propositions for
short[]. |
| ReflectionUtil |
Reflection utility methods.
|
| SetMultimapSubject<S extends SetMultimapSubject<S,K,V,M>,K,V,M extends com.google.common.collect.SetMultimap<K,V>> |
Type-specific extensions of
Multimap subjects for
SetMultimap subjects. |
| StringSubject |
Propositions for string subjects.
|
| Subject<S extends Subject<S,T>,T> |
Propositions for arbitrarily typed subjects and for properties
of Object
|
| SubjectFactory<S extends Subject<S,T>,T> |
A custom subject factory which will return a FooSubject (which
is a Subject
|
| TableSubject |
Propositions for
Table subjects. |
| TestVerb | |
| ThrowableSubject |
Propositions for
Throwable subjects. |
| Truth |
Truth - a proposition framework for tests, supporting JUnit style
assertion and assumption semantics in a fluent style.
|
| TruthJUnit |
Truth - a proposition framework for tests, supporting JUnit style
assertion and assumption semantics in a fluent style.
|
Copyright © 2015. All Rights Reserved.