|
|
fun aDirectory(): Matcher<Path> |
|
|
fun aFile(): Matcher<Path> |
|
|
fun beAbsolute(): Matcher<Path> |
|
|
fun beCanonicalPath(): Matcher<Path> |
|
|
fun beExecutable(): Matcher<Path> |
|
|
fun beHidden(): Matcher<Path> |
|
|
fun beLarger(other: Path): Matcher<Path> |
|
|
fun beReadable(): Matcher<Path> |
|
|
fun beRelative(): Matcher<Path> |
|
|
fun beSmaller(other: Path): Matcher<Path> |
|
|
fun beSymbolicLink(): Matcher<Path> |
|
|
fun beWriteable(): Matcher<Path> |
|
|
fun containFile(name: String): Matcher<Path> |
|
|
fun containFileDeep(name: String): Matcher<Path> |
|
|
fun containFiles(names: List<String>): Matcher<Path> |
|
|
fun exist(): Matcher<Path> |
|
|
fun haveExtension(vararg exts: String): Matcher<Path> |
|
|
fun haveFileSize(size: Long): Matcher<Path> |
|
|
fun haveParent(name: String): Matcher<Path> |
|
|
fun startWithPath(path: Path): Matcher<Path>
fun startWithPath(file: File): Matcher<Path>
fun startWithPath(prefix: String): Matcher<Path> |