TestSpec

interface TestSpec(source)

Inheritors

Functions

Link copied to clipboard
abstract fun afterTest()
Link copied to clipboard
abstract fun beforeTest()
Link copied to clipboard
open fun run(code: () -> Unit)
Link copied to clipboard
open fun runAsync(code: (resolve: () -> Unit, reject: (Throwable) -> Unit) -> Unit): Promise<Unit>