Uses of Class
com.google.common.truth.OptionalIntSubject
Packages that use OptionalIntSubject
-
Uses of OptionalIntSubject in com.google.common.truth
Methods in com.google.common.truth that return OptionalIntSubjectModifier and TypeMethodDescriptionstatic OptionalIntSubjectTruth.assertThat(@Nullable OptionalInt actual) Begins an assertion about anOptionalInt.static OptionalIntSubjectTruth8.assertThat(@Nullable OptionalInt actual) Deprecated.final OptionalIntSubjectStandardSubjectBuilder.that(@Nullable OptionalInt actual) Methods in com.google.common.truth that return types with arguments of type OptionalIntSubjectModifier and TypeMethodDescriptionstatic Subject.Factory<OptionalIntSubject, OptionalInt> OptionalIntSubject.optionalInts()Deprecated.
about(optionalInts()).that(...), use justthat(...).