createRandomFile¶
fun createRandomFile(prefix: String = "", suffix: String = ""): PreparedProvider<Path>
Creates a random file, which is automatically deleted at the end of the test.
fun createRandomFile(prefix: String = "", suffix: String = ""): PreparedProvider<Path>
Creates a random file, which is automatically deleted at the end of the test.