Uses of Class
com.google.common.truth.LongSubject
-
Packages that use LongSubject Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of LongSubject in com.google.common.truth
Methods in com.google.common.truth that return LongSubject Modifier and Type Method Description static LongSubject
Truth. assertThat(@Nullable Long actual)
Begins an assertion about aLong
.LongSubject
StandardSubjectBuilder. that(@Nullable Long actual)
-