Uses of Class
com.google.common.truth.ComparableSubject
-
Packages that use ComparableSubject Package Description com.google.common.truth -
-
Uses of ComparableSubject in com.google.common.truth
Subclasses of ComparableSubject in com.google.common.truth Modifier and Type Class Description class
BooleanSubject
Propositions for boolean subjects.class
IntegerSubject
Propositions forInteger
subjects.class
LongSubject
Propositions forlong
subjects.class
StringSubject
Propositions for string subjects.Methods in com.google.common.truth that return ComparableSubject Modifier and Type Method Description static <T extends Comparable<?>>
ComparableSubject<?,T>Truth. assertThat(T target)
<T extends Comparable<?>>
ComparableSubject<?,T>TestVerb. that(T target)
-