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