Uses of Class
com.google.common.truth.IntStreamSubject
Packages that use IntStreamSubject
-
Uses of IntStreamSubject in com.google.common.truth
Methods in com.google.common.truth that return IntStreamSubjectModifier and TypeMethodDescriptionstatic IntStreamSubject
Truth.assertThat
(@Nullable IntStream actual) Begins an assertion about anIntStream
.static IntStreamSubject
Truth8.assertThat
(@Nullable IntStream target) Deprecated.final IntStreamSubject
Methods in com.google.common.truth that return types with arguments of type IntStreamSubjectModifier and TypeMethodDescriptionstatic Subject.Factory
<IntStreamSubject, IntStream> IntStreamSubject.intStreams()
Deprecated.
about(intStreams()).that(...)
, use justthat(...)
.