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