|
|
fun Path.shouldBeAbsolute(): Unit |
|
|
fun Path.shouldBeADirectory(): Unit |
|
|
fun Path.shouldBeAFile(): Unit |
|
|
fun Path.shouldBeCanonical(): Unit |
|
|
fun Path.shouldBeExecutable(): Unit |
|
|
fun Path.shouldBeHidden(): Unit |
|
|
infix fun Path.shouldBeLarger(other: Path): Unit
infix fun Path.shouldBeLarger(other: File): Unit |
|
|
fun Path.shouldBeNonEmptyDirectory(): Unit |
|
|
fun Path.shouldBeReadable(): Unit |
|
|
fun Path.shouldBeRelative(): Unit |
|
|
infix fun Path.shouldBeSmaller(other: Path): Unit
infix fun Path.shouldBeSmaller(other: File): Unit |
|
|
fun Path.shouldBeSymbolicLink(): Unit |
|
|
fun Path.shouldBeWriteable(): Unit |
|
|
infix fun Path.shouldContainFile(name: String): Unit |
|
|
infix fun Path.shouldContainFileDeep(name: String): Unit |
|
|
fun Path.shouldContainFiles(vararg files: String): Unit |
|
|
infix fun Path.shouldContainNFiles(n: Int): Unit |
|
|
fun Path.shouldExist(): Unit |
|
|
fun Path.shouldHaveExtension(vararg exts: String): Unit |
|
|
infix fun Path.shouldHaveFileSize(size: Long): Unit |
|
|
infix fun Path.shouldHaveParent(name: String): Unit |
|
|
fun Path.shouldNotBeAbsolute(): Unit |
|
|
fun Path.shouldNotBeADirectory(): Unit |
|
|
fun Path.shouldNotBeAFile(): Unit |
|
|
fun Path.shouldNotBeCanonical(): Unit |
|
|
fun Path.shouldNotBeExecutable(): Unit |
|
|
fun Path.shouldNotBeHidden(): Unit |
|
|
infix fun Path.shouldNotBeLarger(other: Path): Unit
infix fun Path.shouldNotBeLarger(other: File): Unit |
|
|
fun Path.shouldNotBeNonEmptyDirectory(): Unit |
|
|
fun Path.shouldNotBeReadable(): Unit |
|
|
fun Path.shouldNotBeRelative(): Unit |
|
|
infix fun Path.shouldNotBeSmaller(other: Path): Unit
infix fun Path.shouldNotBeSmaller(other: File): Unit |
|
|
fun Path.shouldNotBeSymbolicLink(): Unit |
|
|
fun Path.shouldNotBeWriteable(): Unit |
|
|
infix fun Path.shouldNotContainFile(name: String): Unit |
|
|
infix fun Path.shouldNotContainFileDeep(name: String): Unit |
|
|
fun Path.shouldNotContainFiles(vararg files: String): Unit |
|
|
infix fun Path.shouldNotContainNFiles(n: Int): Unit |
|
|
fun Path.shouldNotExist(): Unit |
|
|
fun Path.shouldNotHaveExtension(vararg exts: String): Unit |
|
|
infix fun Path.shouldNotHaveFileSize(size: Long): Unit |
|
|
infix fun Path.shouldNotHaveParent(name: String): Unit |
|
|
infix fun Path.shouldNotStartWithPath(file: File): Unit
infix fun Path.shouldNotStartWithPath(prefix: String): Unit
infix fun Path.shouldNotStartWithPath(path: Path): Unit |
|
|
infix fun Path.shouldStartWithPath(file: File): Unit
infix fun Path.shouldStartWithPath(prefix: String): Unit
infix fun Path.shouldStartWithPath(path: Path): Unit |