All Classes and Interfaces

Class
Description
A common supertype for Array subjects, abstracting some common display and error infrastructure.
 
A special Verb implementation which wraps a SubjectFactory
 
 
Propositions for boolean subjects.
Propositions for Class subjects.
Propositions for Collection subjects.
Propositions for Comparable typed subjects.
This is a Java ClassLoader that will attempt to load a class from a string of source code.
Thrown when code cannot be compiled.
 
 
 
 
 
 
Deprecated.
Deprecated.
Use AssertionError instead.
Propositions for Integer subjects.
Propositions for Iterable subjects.
A verb that iterates over data and applies the predicate iteratively
A builder of classes to wrap a provided SubjectFactory's concrete Subject subclass.
ListSubject<S extends ListSubject<S,T,C>,T,C extends List<T>>
Propositions for List subjects.
 
Propositions for long subjects.
MapSubject<S extends MapSubject<S,K,V,M>,K,V,M extends Map<K,V>>
Propositions for Map subjects.
Math utilities to be shared by numeric subjects.
A Subject to handle testing propositions for Object[] and more generically T[].
Propositions for Optional<T> subjects.
 
Extracted routines that need to be swapped in for GWT, to allow for minimal deltas between the GWT and non-GWT version.
A Subject to handle testing propositions for boolean[].
A Subject to handle testing propositions for byte[].
A Subject to handle testing propositions for char[].
A Subject to handle testing propositions for double[].
A Subject to handle testing propositions for float[].
A Subject to handle testing propositions for int[].
A Subject to handle testing propositions for int[].
Reflection utility methods.
Propositions for string subjects.
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.
use Subject.
 
A custom subject factory which will return a FooSubject (which is a Subject).
Deprecated.
Utility methods used in Subject implementors.
 
Deprecated.
Truth - a proposition framework for tests, supporting JUnit style assertion and assumption semantics in a fluent style.
deprecated please use Truth.assert_() and TruthJUnit.assume() to access these capabilities.
Truth - a proposition framework for tests, supporting JUnit style assertion and assumption semantics in a fluent style.