Uses of Class
com.google.common.truth.ComparableSubject
Packages that use ComparableSubject
-
Uses of ComparableSubject in com.google.common.truth
Subclasses of ComparableSubject in com.google.common.truthModifier and TypeClassDescriptionclass
Propositions for boolean subjects.class
Propositions forInteger
subjects.class
Propositions forlong
subjects.class
Propositions for string subjects.Methods in com.google.common.truth that return ComparableSubjectModifier and TypeMethodDescriptionstatic <T extends Comparable<?>>
ComparableSubject<?, T> Truth.assertThat
(T target) <T extends Comparable<?>>
ComparableSubject<?, T> TestVerb.that
(T target)