trixnity-test-utils
Toggle table of contents
4.16.7
common
Platform filter
common
Switch theme
Search in API
trixnity-test-utils
trixnity-test-utils
/
net.folivo.trixnity.test.utils
/
runTest
run
Test
fun
<
T
>
CoroutineTest
.
runTest
(
timeout
:
Duration
?
=
defaultTimeout
,
setup
:
suspend
TestScope
.
(
)
->
T
,
testBody
:
suspend
TestScope
.
(
T
)
->
Unit
)
:
TestResult
fun
CoroutineTest
.
runTest
(
timeout
:
Duration
?
=
defaultTimeout
,
testBody
:
suspend
TestScope
.
(
)
->
Unit
)
:
TestResult