use of com.google.api.gax.grpc.testing.MockGrpcService in project java-recaptchaenterprise by googleapis.
the class RecaptchaEnterpriseServiceClientTest method startStaticServer.
@BeforeClass
public static void startStaticServer() {
mockRecaptchaEnterpriseService = new MockRecaptchaEnterpriseService();
mockServiceHelper = new MockServiceHelper(UUID.randomUUID().toString(), Arrays.<MockGrpcService>asList(mockRecaptchaEnterpriseService));
mockServiceHelper.start();
}
use of com.google.api.gax.grpc.testing.MockGrpcService in project java-video-transcoder by googleapis.
the class TranscoderServiceClientTest method startStaticServer.
@BeforeClass
public static void startStaticServer() {
mockTranscoderService = new MockTranscoderService();
mockServiceHelper = new MockServiceHelper(UUID.randomUUID().toString(), Arrays.<MockGrpcService>asList(mockTranscoderService));
mockServiceHelper.start();
}
use of com.google.api.gax.grpc.testing.MockGrpcService in project java-scheduler by googleapis.
the class CloudSchedulerClientTest method startStaticServer.
@BeforeClass
public static void startStaticServer() {
mockCloudScheduler = new MockCloudScheduler();
mockServiceHelper = new MockServiceHelper(UUID.randomUUID().toString(), Arrays.<MockGrpcService>asList(mockCloudScheduler));
mockServiceHelper.start();
}
use of com.google.api.gax.grpc.testing.MockGrpcService in project java-video-intelligence by googleapis.
the class VideoIntelligenceServiceClientTest method startStaticServer.
@BeforeClass
public static void startStaticServer() {
mockVideoIntelligenceService = new MockVideoIntelligenceService();
mockServiceHelper = new MockServiceHelper(UUID.randomUUID().toString(), Arrays.<MockGrpcService>asList(mockVideoIntelligenceService));
mockServiceHelper.start();
}
use of com.google.api.gax.grpc.testing.MockGrpcService in project java-video-intelligence by googleapis.
the class VideoIntelligenceServiceClientTest method startStaticServer.
@BeforeClass
public static void startStaticServer() {
mockVideoIntelligenceService = new MockVideoIntelligenceService();
mockServiceHelper = new MockServiceHelper(UUID.randomUUID().toString(), Arrays.<MockGrpcService>asList(mockVideoIntelligenceService));
mockServiceHelper.start();
}
Aggregations