inner class Context : TestContext
<init> |
Context(testCase: TestCase, coroutineContext: CoroutineContext) |
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 |