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,Integer>
IntegerSubject. INTEGER
Deprecated.Use afor each
style loop over yourIterable<Integer>
instead.Methods in com.google.common.truth that return IntegerSubject Modifier and Type Method Description static IntegerSubject
Truth. assertThat(Integer target)
IntegerSubject
TestVerb. that(Integer target)
-