TestSpec

interface TestSpec

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): <Error class: unknown class><Unit>