Uses of Class
com.google.common.truth.OptionalSubject
-
-
Uses of OptionalSubject in com.google.common.truth
Methods in com.google.common.truth that return OptionalSubject Modifier and Type Method Description static OptionalSubject
Truth8. assertThat(java.util.Optional<?> target)
Methods in com.google.common.truth that return types with arguments of type OptionalSubject Modifier and Type Method Description static Subject.Factory<OptionalSubject,java.util.Optional<?>>
OptionalSubject. optionals()
-