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: suspend () -> Unit): Promise<JsAny>