All Classes Interface Summary Class Summary Exception Summary Error Summary
| 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 |
|
| AutoValue_Expect_ExpectationFailure |
|
| BooleanSubject |
Propositions for boolean subjects.
|
| ClassSubject |
Propositions for Class subjects.
|
| CollectionSubject<S extends CollectionSubject<S,T,C>,T,C extends java.util.Collection<T>> |
Propositions for Collection subjects.
|
| ComparableSubject<S extends Subject<S,T>,T extends java.lang.Comparable> |
Propositions for Comparable typed subjects.
|
| CompilingClassLoader |
This is a Java ClassLoader that will attempt to load a class from a string of source code.
|
| CompilingClassLoader.CompilerException |
Thrown when code cannot be compiled.
|
| CompilingClassLoader.InMemoryJavaFile |
|
| DefaultSubject |
|
| Expect |
|
| Expect.ExpectationFailure |
|
| Expect.ExpectationGatherer |
|
| FailureStrategy |
|
| FailureStrategy |
Deprecated.
|
| FailureStrategy.ThrowableAssertionError |
Deprecated.
|
| IntegerSubject |
Propositions for Integer subjects.
|
| IterableSubject<S extends IterableSubject<S,T,C>,T,C extends java.lang.Iterable<T>> |
Propositions for Iterable subjects.
|
| IteratingVerb<T> |
A verb that iterates over data and applies the predicate iteratively
|
| IteratingWrapperClassBuilder |
A builder of classes to wrap a provided SubjectFactory's concrete Subject subclass.
|
| ListSubject<S extends ListSubject<S,T,C>,T,C extends java.util.List<T>> |
Propositions for List subjects.
|
| ListSubject.PairwiseChecker<T> |
|
| LongSubject |
Propositions for long subjects.
|
| MapSubject<S extends MapSubject<S,K,V,M>,K,V,M extends java.util.Map<K,V>> |
Propositions for Map subjects.
|
| MapSubject.WithValue<V> |
Deprecated.
|
| MathUtil |
Math utilities to be shared by numeric subjects.
|
| ObjectArraySubject<T> |
A Subject to handle testing propositions for Object[] and more generically T[].
|
| OptionalSubject<T> |
Propositions for Optional<T> subjects.
|
| Ordered |
|
| 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 int[].
|
| ReflectionUtil |
Reflection utility methods.
|
| StringSubject |
Propositions for string subjects.
|
| StringUtil |
Utilities for string comparisons.
|
| Subject<S extends Subject<S,T>,T> |
Propositions for arbitrarily typed subjects and for properties
of Object
|
| Subject<S extends Subject<S,T>,T> |
Deprecated.
|
| Subject.HasField |
|
| SubjectFactory<S extends Subject<S,T>,T> |
A custom subject factory which will return a FooSubject (which
is a Subject).
|
| SubjectFactory<S extends Subject<S,T>,T> |
Deprecated.
|
| SubjectUtils |
Utility methods used in Subject implementors.
|
| TestVerb |
|
| TestVerb |
Deprecated.
|
| Truth |
Truth - a proposition framework for tests, supporting JUnit style
assertion and assumption semantics in a fluent style.
|
| Truth |
|
| TruthJUnit |
Truth - a proposition framework for tests, supporting JUnit style
assertion and assumption semantics in a fluent style.
|
| TruthJUnit.ThrowableAssumptionViolatedException |
|