Searched defs:testService (Results 1 – 11 of 11) 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
134 TestService testService = Robolectric.setupService(TestService.class); in testServiceInjection() local
207 TestService testService = Robolectric.setupService(TestService.class); in testServiceInjection() local
458 TestService testService = Robolectric.setupService(TestService.class); in testServiceInjection() local671 DoubleInjectService testService = Robolectric.setupService(DoubleInjectService.class); in testServiceDoesNotInjectTwice() local
45 def testService(self): member in FooUnitTest
959 def testService(self): member in AddDescriptorTest
53 private final TestService testService = new TestService(); field in CrossProfileSenderTest
207 private TestServiceAsync testService; field in GwtSerializerTest