Uses of Class
com.google.common.truth.IntStreamSubject
-
Packages that use IntStreamSubject Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of IntStreamSubject in com.google.common.truth
Methods in com.google.common.truth that return IntStreamSubject Modifier and Type Method Description static IntStreamSubject
Truth. assertThat(@Nullable IntStream actual)
Begins an assertion about anIntStream
.static IntStreamSubject
Truth8. assertThat(@Nullable IntStream target)
Deprecated.IntStreamSubject
StandardSubjectBuilder. that(@Nullable IntStream actual)
Methods in com.google.common.truth that return types with arguments of type IntStreamSubject Modifier and Type Method Description static Subject.Factory<IntStreamSubject,IntStream>
IntStreamSubject. intStreams()
Deprecated.Instead ofabout(intStreams()).that(...)
, use justthat(...)
.
-