Uses of Class
com.google.common.truth.OptionalSubject
-
Packages that use OptionalSubject Package Description com.google.common.truth -
-
Uses of OptionalSubject in com.google.common.truth
Methods in com.google.common.truth that return OptionalSubject Modifier and Type Method Description static <T> OptionalSubject<T>
Truth. assertThat(com.google.common.base.Optional<T> target)
<T> OptionalSubject<T>
TestVerb. that(com.google.common.base.Optional<T> target)
-