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 OptionalSubject
Truth.assertThat
(@Nullable Optional<?> actual) Begins an assertion about anOptional
.static OptionalSubject
Truth8.assertThat
(@Nullable Optional<?> actual) Deprecated.final OptionalSubject
Methods 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(...)
.