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 LongStreamSubjectTruth.assertThat(@Nullable LongStream actual) Begins an assertion about aLongStream.static LongStreamSubjectTruth8.assertThat(@Nullable LongStream actual) Deprecated.final LongStreamSubjectStandardSubjectBuilder.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(...).