Uses of Class
com.google.common.truth.LongSubject
-
Packages that use LongSubject Package Description com.google.common.truth -
-
Uses of LongSubject in com.google.common.truth
Fields in com.google.common.truth with type parameters of type LongSubject Modifier and Type Field Description static SubjectFactory<LongSubject,java.lang.Long>
LongSubject. LONG
Deprecated.Use afor each
style loop over yourIterable<Integer>
instead.Methods in com.google.common.truth that return LongSubject Modifier and Type Method Description static LongSubject
Truth. assertThat(java.lang.Long target)
LongSubject
TestVerb. that(java.lang.Long target)
-