Home
last modified time | relevance | path

Searched defs:withTestContext (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/test_/
DTestCoroutineContext.kt289 public fun withTestContext(testContext: TestCoroutineContext = TestCoroutineContext(), testBody: Te… in toString() method
/external/toolchain-utils/compiler_wrapper/
Dtestutil_test.go45 func withTestContext(t *testing.T, work func(ctx *testContext)) { func