Uses of Class
com.google.common.truth.PathSubject
Packages that use PathSubject
-
Uses of PathSubject in com.google.common.truth
Methods in com.google.common.truth that return PathSubjectModifier and TypeMethodDescriptionstatic PathSubject
Truth.assertThat
(@Nullable Path actual) Begins an assertion about aPath
.static PathSubject
Truth8.assertThat
(@Nullable Path actual) Deprecated.final PathSubject
Methods in com.google.common.truth that return types with arguments of type PathSubjectModifier and TypeMethodDescriptionstatic Subject.Factory
<PathSubject, Path> PathSubject.paths()
Deprecated.
about(paths()).that(...)
, use justthat(...)
.