Uses of Class
com.google.common.truth.LongStreamSubject
-
Packages that use LongStreamSubject Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of LongStreamSubject in com.google.common.truth
Methods in com.google.common.truth that return LongStreamSubject Modifier and Type Method Description static LongStreamSubjectTruth. assertThat(@Nullable LongStream actual)Begins an assertion about aLongStream.static LongStreamSubjectTruth8. assertThat(@Nullable LongStream actual)Deprecated.LongStreamSubjectStandardSubjectBuilder. that(@Nullable LongStream actual)Methods in com.google.common.truth that return types with arguments of type LongStreamSubject Modifier and Type Method Description static Subject.Factory<LongStreamSubject,LongStream>LongStreamSubject. longStreams()Deprecated.Instead ofabout(longStreams()).that(...), use justthat(...).
-