use of com.google.api.gax.grpc.testing.MockGrpcService in project java-aiplatform by googleapis.
the class IndexServiceClientTest method startStaticServer.
@BeforeClass
public static void startStaticServer() {
mockIndexService = new MockIndexService();
mockServiceHelper = new MockServiceHelper(UUID.randomUUID().toString(), Arrays.<MockGrpcService>asList(mockIndexService));
mockServiceHelper.start();
}
use of com.google.api.gax.grpc.testing.MockGrpcService in project java-aiplatform by googleapis.
the class FeaturestoreOnlineServingServiceClientTest method startStaticServer.
@BeforeClass
public static void startStaticServer() {
mockFeaturestoreOnlineServingService = new MockFeaturestoreOnlineServingService();
mockServiceHelper = new MockServiceHelper(UUID.randomUUID().toString(), Arrays.<MockGrpcService>asList(mockFeaturestoreOnlineServingService));
mockServiceHelper.start();
}
use of com.google.api.gax.grpc.testing.MockGrpcService in project java-aiplatform by googleapis.
the class EndpointServiceClientTest method startStaticServer.
@BeforeClass
public static void startStaticServer() {
mockEndpointService = new MockEndpointService();
mockServiceHelper = new MockServiceHelper(UUID.randomUUID().toString(), Arrays.<MockGrpcService>asList(mockEndpointService));
mockServiceHelper.start();
}
use of com.google.api.gax.grpc.testing.MockGrpcService in project java-aiplatform by googleapis.
the class FeaturestoreServiceClientTest method startStaticServer.
@BeforeClass
public static void startStaticServer() {
mockFeaturestoreService = new MockFeaturestoreService();
mockServiceHelper = new MockServiceHelper(UUID.randomUUID().toString(), Arrays.<MockGrpcService>asList(mockFeaturestoreService));
mockServiceHelper.start();
}
use of com.google.api.gax.grpc.testing.MockGrpcService in project java-resourcemanager by googleapis.
the class TagBindingsClientTest method startStaticServer.
@BeforeClass
public static void startStaticServer() {
mockTagBindings = new MockTagBindings();
mockServiceHelper = new MockServiceHelper(UUID.randomUUID().toString(), Arrays.<MockGrpcService>asList(mockTagBindings));
mockServiceHelper.start();
}
Aggregations