kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-testutils
/
io.kvision.test
/
TestSpec
Test
Spec
interface
TestSpec
(
source
)
Inheritors
SimpleSpec
DomSpec
Members
Functions
after
Test
Link copied to clipboard
abstract
fun
afterTest
(
)
before
Test
Link copied to clipboard
abstract
fun
beforeTest
(
)
run
Link copied to clipboard
open
fun
run
(
code
:
(
)
->
Unit
)
run
Async
Link copied to clipboard
open
fun
runAsync
(
code
:
(
resolve
:
(
)
->
Unit
,
reject
:
(
Throwable
)
->
Unit
)
->
Unit
)
:
Promise
<
Unit
>