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