Home
last modified time | relevance | path

Searched defs:TestScope (Results 1 – 6 of 6) sorted by relevance

/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
DTestScope.java34 class TestScope implements Scope { class
/external/dagger2/javatests/dagger/functional/jakarta/
DSimpleJakartaTest.java35 public @interface TestScope {} annotation in SimpleJakartaTest
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestScope.kt43 public sealed interface TestScope : CoroutineScope { in <lambda>() interface
167 public fun TestScope(context: CoroutineContext = EmptyCoroutineContext): TestScope { in advanceUntilIdle() method
/external/guice/core/test/com/googlecode/guice/
DJsr330Test.java464 static class TestScope implements Scope { class in Jsr330Test
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/
DTestCoroutineSchedulerTest.kt238 private fun TestScope.checkTimeout( in TestScope() method
/external/python/jinja/tests/
Dtest_ext.py404 class TestScope: class