TestBalloon
Toggle table of contents
0.7.0
android
Target filter
android
Switch theme
Search in API
Skip to content
TestBalloon
testBalloon-framework-core
/
de.infix.testBalloon.framework.core
/
testWithJUnit4Rule
test
With
JUnit4Rule
android
@
TestBalloonExperimentalApi
fun
<
Rule
:
TestRule
>
TestSuite
.
testWithJUnit4Rule
(
name
:
String
,
rule
:
Rule
,
action
:
suspend
(
Rule
)
->
Unit
)
(
source
)
Registers a
Test
wrapped by a JUnit 4
TestRule
.