Package-level declarations

Functions

Link copied to clipboard

Creates a random directory, which is automatically deleted at the end of the test.

Link copied to clipboard
fun createRandomFile(prefix: String = "", suffix: String = ""): PreparedProvider<Path>

Creates a random file, which is automatically deleted at the end of the test.

Link copied to clipboard
operator fun File.div(child: String): File
operator fun Path.div(child: String): Path
@JvmName(name = "childFile")
operator fun PreparedProvider<File>.div(child: String): PreparedProvider<File>
@JvmName(name = "childPath")
operator fun PreparedProvider<Path>.div(child: String): PreparedProvider<Path>
@JvmName(name = "childFile")
operator fun Prepared<File>.div(child: String): Prepared<File>
@JvmName(name = "childPath")
operator fun Prepared<Path>.div(child: String): Prepared<Path>

Accesses a file named child in the provided directory.