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 OptionalInt actual)
Begins an assertion about anOptionalInt
.static OptionalIntSubject
Truth8. assertThat(@Nullable OptionalInt target)
Deprecated.OptionalIntSubject
StandardSubjectBuilder. that(@Nullable 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,OptionalInt>
OptionalIntSubject. optionalInts()
Deprecated.Instead ofabout(optionalInts()).that(...)
, use justthat(...)
.
-