Searched defs:TestScope (Results 1 – 6 of 6) sorted by relevance
34 class TestScope implements Scope { class
35 public @interface TestScope {} annotation in SimpleJakartaTest
43 public sealed interface TestScope : CoroutineScope { in <lambda>() interface167 public fun TestScope(context: CoroutineContext = EmptyCoroutineContext): TestScope { in advanceUntilIdle() method
464 static class TestScope implements Scope { class in Jsr330Test
238 private fun TestScope.checkTimeout( in TestScope() method
404 class TestScope: class