Uses of Class
com.google.common.truth.PathSubject
-
Packages that use PathSubject Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of PathSubject in com.google.common.truth
Methods in com.google.common.truth that return PathSubject Modifier and Type Method Description static PathSubject
Truth. assertThat(@Nullable Path actual)
Begins an assertion about aPath
.static PathSubject
Truth8. assertThat(@Nullable Path target)
Deprecated.PathSubject
StandardSubjectBuilder. that(@Nullable Path actual)
Methods in com.google.common.truth that return types with arguments of type PathSubject Modifier and Type Method Description static Subject.Factory<PathSubject,Path>
PathSubject. paths()
Deprecated.Instead ofabout(paths()).that(...)
, use justthat(...)
.
-