Uses of Class
com.google.common.truth.StreamSubject
-
Packages that use StreamSubject Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of StreamSubject in com.google.common.truth
Methods in com.google.common.truth that return StreamSubject Modifier and Type Method Description static StreamSubjectTruth. assertThat(@Nullable Stream<?> actual)Begins an assertion about aStream.static StreamSubjectTruth8. assertThat(@Nullable Stream<?> actual)Deprecated.StreamSubjectStandardSubjectBuilder. that(@Nullable Stream<?> actual)Methods in com.google.common.truth that return types with arguments of type StreamSubject Modifier and Type Method Description static Subject.Factory<StreamSubject,Stream<?>>StreamSubject. streams()Deprecated.Instead ofabout(streams()).that(...), use justthat(...).
-