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