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 OptionalIntSubject
Truth.assertThat
(@Nullable OptionalInt actual) Begins an assertion about anOptionalInt
.static OptionalIntSubject
Truth8.assertThat
(@Nullable OptionalInt actual) Deprecated.final OptionalIntSubject
StandardSubjectBuilder.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(...)
.