Uses of Class
com.google.common.truth.StreamSubject
Packages that use StreamSubject
-
Uses of StreamSubject in com.google.common.truth
Methods in com.google.common.truth that return StreamSubjectModifier and TypeMethodDescriptionstatic StreamSubjectTruth.assertThat(@Nullable Stream<?> actual) Begins an assertion about aStream.static StreamSubjectTruth8.assertThat(@Nullable Stream<?> actual) Deprecated.final StreamSubjectMethods in com.google.common.truth that return types with arguments of type StreamSubjectModifier and TypeMethodDescriptionstatic Subject.Factory<StreamSubject, Stream<?>> StreamSubject.streams()Deprecated.
about(streams()).that(...), use justthat(...).