Package | Description |
---|---|
com.google.common.truth | |
com.google.common.truth.codegen | |
org.truth0 | |
org.truth0.subjects |
Class | Description |
---|---|
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 | |
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. |
LongSubject |
Propositions for
long subjects. |
MapSubject |
Propositions for
Map subjects. |
MapSubject.WithValue |
Deprecated.
Use
MapSubject.containsEntry(Object, Object) instead. |
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 |
Class | Description |
---|---|
SubjectFactory |
A custom subject factory which will return a FooSubject (which
is a Subject
|
Class | Description |
---|---|
AbstractVerb | |
FailureStrategy | |
TestVerb |
Class | Description |
---|---|
FailureStrategy | |
Subject |
Propositions for arbitrarily typed subjects and for properties
of Object
|
SubjectFactory |
A custom subject factory which will return a FooSubject (which
is a Subject
|
Copyright © 2019. All rights reserved.