tutteli-spek-extensions / ch.tutteli.spek.extensions / TempFolder

TempFolder

class TempFolder : LifecycleListener

Constructors

<init>

TempFolder()

Properties

tmpDir

val tmpDir: File

tmpPath

val tmpPath: Path

Functions

afterExecuteTest

fun afterExecuteTest(test: TestScope): Unit

beforeExecuteTest

fun beforeExecuteTest(test: TestScope): Unit

newFile

fun newFile(name: String): File

newFolder

fun newFolder(name: String): File