Class PathAssert
java.lang.Object
org.eclipse.jetty.toolchain.test.PathAssert
Assertions of various FileSytem Paths
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidassertDirExists(String msg, File path) Assert that the Directory exist.static voidassertDirExists(String msg, Path path) Assert that the Directory path exist.static voidassertFileExists(String msg, File path) Assert that the File exist.static voidassertFileExists(String msg, Path path) Assert that the File exist.static voidassertNotPathExists(String msg, File path) Assert that the path does not exist.static voidassertNotPathExists(String msg, Path path) Assert that the path does not exist.static voidassertPathExists(String msg, File path) Assert that the path exist.static voidassertPathExists(String msg, Path path) Assert that the path exist.
-
Method Details
-
assertDirExists
-
assertDirExists
-
assertFileExists
-
assertFileExists
-
assertPathExists
-
assertPathExists
-
assertNotPathExists
-
assertNotPathExists
-