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 classBooleanSubjectPropositions for boolean subjects.classIntegerSubjectPropositions forIntegersubjects.classLongSubjectPropositions forlongsubjects.classStringSubjectPropositions for string subjects.Methods in com.google.common.truth that return ComparableSubject Modifier and Type Method Description static <T extends java.lang.Comparable<?>>
ComparableSubject<?,T>Truth. assertThat(T target)<T extends java.lang.Comparable<?>>
ComparableSubject<?,T>TestVerb. that(T target)
-