Home
last modified time | relevance | path

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

/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/model/
DServiceTest.java56 Service testService = testServiceBuilder.setDefaultHost(defaultHost).build(); in apiShortName_shouldReturnApiShortNameIfHostContainsRegionalEndpoint() local
63 Service testService = testServiceBuilder.setDefaultHost(defaultHost).build(); in apiShortName_shouldReturnApiShortName() local
70 Service testService = testServiceBuilder.setDefaultHost(defaultHost).build(); in apiShortName_shouldReturnApiShortNameForIam() local
77 Service testService = testServiceBuilder.setDefaultHost(defaultHost).build(); in apiShortName_shouldReturnHostIfNoPeriods() local
84 Service testService = testServiceBuilder.setProtoPakkage(protoPackage).build(); in apiVersion_shouldReturnVersionIfMatch() local
91 Service testService = testServiceBuilder.setProtoPakkage(protoPackage).build(); in apiVersion_shouldReturnEmptyIfNoMatch() local
98 Service testService = testServiceBuilder.setMethods(ImmutableList.of()).build(); in hasAnyEnabledMethodsForTransport_shouldReturnFalseForEmptyMethodListForBothTransports() local
177 Service testService = testServiceBuilder.build(); in hasAnyEnabledMethodsForTransport_shouldThrowExceptionForGRPCRESTTransport() local
/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/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/composer/
DComposerTest.java110 Service testService = in composeSamples_parseProtoPackage() local
155 private List<GapicClass> getTestClassListFromService(Service testService) { in getTestClassListFromService()
/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.java442 TestService testService = Robolectric.setupService(TestService.class); in testServiceInjection() local
655 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/sdk-platform-java/java-core/google-cloud-core/src/test/java/com/google/cloud/
DServiceOptionsTest.java399 public void testService() { in testService() method in ServiceOptionsTest
/external/auto/value/src/it/gwtserializer/src/test/java/com/google/auto/value/client/
DGwtSerializerTest.java207 private TestServiceAsync testService; field in GwtSerializerTest