Uses of Class
com.google.common.truth.LongStreamSubject
Packages that use LongStreamSubject
-
Uses of LongStreamSubject in com.google.common.truth
Methods in com.google.common.truth that return LongStreamSubjectModifier and TypeMethodDescriptionstatic LongStreamSubject
Truth.assertThat
(@Nullable LongStream actual) Begins an assertion about aLongStream
.static LongStreamSubject
Truth8.assertThat
(@Nullable LongStream actual) Deprecated.final LongStreamSubject
StandardSubjectBuilder.that
(@Nullable LongStream actual) Methods in com.google.common.truth that return types with arguments of type LongStreamSubjectModifier and TypeMethodDescriptionstatic Subject.Factory
<LongStreamSubject, LongStream> LongStreamSubject.longStreams()
Deprecated.
about(longStreams()).that(...)
, use justthat(...)
.