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