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 LongStreamSubject
Truth. assertThat(@Nullable LongStream actual)
Begins an assertion about aLongStream
.static LongStreamSubject
Truth8. assertThat(@Nullable LongStream target)
Deprecated.LongStreamSubject
StandardSubjectBuilder. 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(...)
.
-