Searched defs:withTestContext (Results 1 – 2 of 2) sorted by relevance
289 public fun withTestContext(testContext: TestCoroutineContext = TestCoroutineContext(), testBody: Te… in toString() method
45 func withTestContext(t *testing.T, work func(ctx *testContext)) { func