Uses of Class
com.google.common.truth.IntegerSubject
-
Packages that use IntegerSubject Package Description com.google.common.truth -
-
Uses of IntegerSubject in com.google.common.truth
Fields in com.google.common.truth with type parameters of type IntegerSubject Modifier and Type Field Description static SubjectFactory<IntegerSubject,java.lang.Integer>IntegerSubject. INTEGERDeprecated.Use afor eachstyle loop over yourIterable<Integer>instead.Methods in com.google.common.truth that return IntegerSubject Modifier and Type Method Description static IntegerSubjectTruth. assertThat(java.lang.Integer target)IntegerSubjectTestVerb. that(java.lang.Integer target)
-