Uses of Class
com.google.common.truth.BooleanSubject
-
Packages that use BooleanSubject Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of BooleanSubject in com.google.common.truth
Methods in com.google.common.truth that return BooleanSubject Modifier and Type Method Description static BooleanSubject
Truth. assertThat(@Nullable Boolean actual)
Begins an assertion about aBoolean
.BooleanSubject
StandardSubjectBuilder. that(@Nullable Boolean actual)
-