TCFileAssert |
TCFileAssert.containsDirectories(String... dirPaths) |
Assert that the file is a directory and contains subdirectories with the specified paths (delimited with '/').
|
TCFileAssert |
TCFileAssert.containsFiles(String... filePaths) |
Assert that the file is a directory and contains files with the specified paths (delimited with '/').
|
TCFileAssert |
TCFileAssert.containsFilesOnly(String... filePaths) |
Assert that the file is a directory and contains only files with the specified paths (delimited with '/').
|
TCFileAssert |
TCFileAssert.containUTF8Text(String text) |
|
TCFileAssert |
TCFileAssert.doesNotContainDirectory(String dirPath) |
Assert that the file is a directory and doesn't contain subdirectory with the specified path (delimited with '/').
|
TCFileAssert |
TCFileAssert.doesNotContainFiles(String... filePaths) |
Assert that the file is a directory and doesn't contain files with the specified paths (delimited with '/').
|
TCFileAssert |
TCFileAssert.doesNotContainUTF8Text(String text) |
|
TCFileAssert |
TCFileAssert.isAncestorOf(File file) |
|
TCFileAssert |
TCFileAssert.isEmpty() |
|
TCFileAssert |
TCFileAssert.isNotEmptyDirectory() |
|
TCFileAssert |
TCFileAssert.isNotSymlink() |
|
TCFileAssert |
TCFileAssert.isSymlink() |
|
static TCFileAssert |
CommonAsserts.tcThen(File file) |
Extension for BDDAssertions.then(java.io.File)
|