Searched defs:testService (Results 1 – 8 of 8) sorted by relevance
56 TestServiceImpl testService = new TestServiceImpl(); in serverAllowsServicesToBeAddedViaServiceRegistry_withoutDirectExecutor() local75 TestServiceImpl testService = new TestServiceImpl(); in serviceIsNotRunOnSameThreadAsTest_withoutDirectExecutor() local106 TestServiceImpl testService = new TestServiceImpl(); in serverAllowsServicesToBeAddedViaServiceRegistry_withDirectExecutor() local125 TestServiceImpl testService = new TestServiceImpl(); in serviceIsRunOnSameThreadAsTest_withDirectExecutor() local
20 public void testService() { in testService() method in GuiceParentModuleTest
45 def testService(self): member in FooUnitTest
50 def testService(self): member in FooUnitTest
948 def testService(self): member in AddDescriptorTest
51 private final TestService testService = new TestService(); field in CrossProfileSenderTest
458 TestService testService = Robolectric.setupService(TestService.class); in testServiceInjection() local671 DoubleInjectService testService = Robolectric.setupService(DoubleInjectService.class); in testServiceDoesNotInjectTwice() local
207 private TestServiceAsync testService; field in GwtSerializerTest