kvision
5.18.0
js
kvision
/
io.kvision.test
/
TestSpec
Test
Spec
js
interface
TestSpec
Functions
Inheritors
Functions
after
Test
Link copied to clipboard
js
abstract
fun
afterTest
(
)
before
Test
Link copied to clipboard
js
abstract
fun
beforeTest
(
)
run
Link copied to clipboard
js
open
fun
run
(
code
:
(
)
->
Unit
)
run
Async
Link copied to clipboard
js
open
fun
runAsync
(
code
:
(
resolve
:
(
)
->
Unit
,
reject
:
(
Throwable
)
->
Unit
)
->
Unit
)
:
<Error class: unknown class>
<
Unit
>
Inheritors
SimpleSpec
Link copied to clipboard
DomSpec
Link copied to clipboard