test
Declares a test.
Since Kotlin
1.1Parameters
name
the test name.
ignored
whether the test is ignored
testFn
contains test body invocation
Declares a test.
Since Kotlin
1.8Parameters
name
the test name.
ignored
whether the test is ignored
testFn
contains test body invocation