Package org.approvej.verify
Class PathProviders
java.lang.Object
org.approvej.verify.PathProviders
Collection of static methods to create
PathProviders
and PathProviderBuilder
instances.-
Method Summary
Modifier and TypeMethodDescriptionstatic ApprovedPathProvider
approvedPath
(String approvedPath) Creates a newApprovedPathProvider
that uses the given approved path.static ApprovedPathProvider
approvedPath
(Path approvedPath) Creates a newApprovedPathProvider
that uses the given approved path.
-
Method Details
-
approvedPath
Creates a newApprovedPathProvider
that uses the given approved path.- Parameters:
approvedPath
- thePath
to the approved file- Returns:
- a new
ApprovedPathProvider
-
approvedPath
Creates a newApprovedPathProvider
that uses the given approved path.- Parameters:
approvedPath
- the path to the approved file- Returns:
- a new
ApprovedPathProvider
-
nextToTest
- Returns:
- a new
NextToTestPathProvider.NextToTestPathProviderBuilder
-