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 StreamSubject
Truth. assertThat(@Nullable Stream<?> actual)
Begins an assertion about aStream
.static StreamSubject
Truth8. assertThat(@Nullable Stream<?> target)
Deprecated.StreamSubject
StandardSubjectBuilder. 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(...)
.
-