class FinalTestContext : TestContext
<init> |
FinalTestContext(context: TestContext) |
context |
val context: TestContext |
coroutineContext |
val coroutineContext: CoroutineContext |
testCase |
The currently executing TestCase. val testCase: TestCase |
registerTestCase |
Notifies the test runner about a test in a nested scope. suspend fun registerTestCase(nested: NestedTest): Unit |
should |
infix fun String. |