Uses of Class
com.google.common.truth.StreamSubject
-
-
Uses of StreamSubject in com.google.common.truth
Methods in com.google.common.truth that return StreamSubject Modifier and Type Method Description static StreamSubject
Truth8. assertThat(java.util.stream.Stream<?> target)
Methods in com.google.common.truth that return types with arguments of type StreamSubject Modifier and Type Method Description static Subject.Factory<StreamSubject,java.util.stream.Stream<?>>
StreamSubject. streams()
-