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 OptionalIntSubjectTruth. assertThat(@Nullable OptionalInt actual)Begins an assertion about anOptionalInt.static OptionalIntSubjectTruth8. assertThat(@Nullable OptionalInt actual)Deprecated.OptionalIntSubjectStandardSubjectBuilder. 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(...).
-