Uses of Class
com.google.common.truth.ObjectArraySubject
-
-
Uses of ObjectArraySubject in com.google.common.truth
Methods in com.google.common.truth that return ObjectArraySubject Modifier and Type Method Description static <T> ObjectArraySubject<T>
Truth. assertThat(T[] actual)
<T> ObjectArraySubject<T>
StandardSubjectBuilder. that(T[] actual)
-