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