Uses of Class
com.google.common.truth.OptionalSubject
Packages that use OptionalSubject
-
Uses of OptionalSubject in com.google.common.truth
Methods in com.google.common.truth that return OptionalSubjectModifier and TypeMethodDescriptionstatic OptionalSubjectTruth.assertThat(@Nullable Optional<?> actual) Begins an assertion about anOptional.static OptionalSubjectTruth8.assertThat(@Nullable Optional<?> actual) Deprecated.final OptionalSubjectMethods in com.google.common.truth that return types with arguments of type OptionalSubjectModifier and TypeMethodDescriptionstatic Subject.Factory<OptionalSubject, Optional<?>> OptionalSubject.optionals()Deprecated.
about(optionals()).that(...), use justthat(...).