← Back to Kairo Docs
|
API Reference (Dokka)
Kairo
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Kairo
kairo-testing
/
kairo.testing
/
setup
setup
inline
fun
<
T
,
R
>
T
.
setup
(
description
:
String
?
=
null
,
block
:
T
.
(
)
->
R
)
:
R
Semantic wrapper for test setup. Runs before the test action.