Home
last modified time | relevance | path

Searched defs:testService (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc-java/testing/src/test/java/io/grpc/testing/
DGrpcServerRuleTest.java56 TestServiceImpl testService = new TestServiceImpl(); in serverAllowsServicesToBeAddedViaServiceRegistry_withoutDirectExecutor() local
75 TestServiceImpl testService = new TestServiceImpl(); in serviceIsNotRunOnSameThreadAsTest_withoutDirectExecutor() local
106 TestServiceImpl testService = new TestServiceImpl(); in serverAllowsServicesToBeAddedViaServiceRegistry_withDirectExecutor() local
125 TestServiceImpl testService = new TestServiceImpl(); in serviceIsRunOnSameThreadAsTest_withDirectExecutor() local
/external/testng/src/test/java/test/guice/
DGuiceParentModuleTest.java20 public void testService() { in testService() method in GuiceParentModuleTest
/external/dagger2/javatests/dagger/hilt/android/
DOptionalInjectWithoutHiltTest.java134 TestService testService = Robolectric.setupService(TestService.class); in testServiceInjection() local
DOptionalInjectWithHiltTest.java207 TestService testService = Robolectric.setupService(TestService.class); in testServiceInjection() local
DInjectionTest.java458 TestService testService = Robolectric.setupService(TestService.class); in testServiceInjection() local
671 DoubleInjectService testService = Robolectric.setupService(DoubleInjectService.class); in testServiceDoesNotInjectTwice() local
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Dservice_reflection_test.py45 def testService(self): member in FooUnitTest
Ddescriptor_pool_test.py959 def testService(self): member in AddDescriptorTest
/external/protobuf/python/google/protobuf/internal/
Dservice_reflection_test.py45 def testService(self): member in FooUnitTest
Ddescriptor_pool_test.py959 def testService(self): member in AddDescriptorTest
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/
DCrossProfileSenderTest.java53 private final TestService testService = new TestService(); field in CrossProfileSenderTest
/external/auto/value/src/it/gwtserializer/src/test/java/com/google/auto/value/client/
DGwtSerializerTest.java207 private TestServiceAsync testService; field in GwtSerializerTest