use of com.google.api.gax.grpc.testing.MockServiceHelper 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.MockServiceHelper in project java-aiplatform by googleapis.
the class IndexEndpointServiceClientTest method startStaticServer.
@BeforeClass
public static void startStaticServer() {
mockIndexEndpointService = new MockIndexEndpointService();
mockServiceHelper = new MockServiceHelper(UUID.randomUUID().toString(), Arrays.<MockGrpcService>asList(mockIndexEndpointService));
mockServiceHelper.start();
}
use of com.google.api.gax.grpc.testing.MockServiceHelper 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.MockServiceHelper 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.MockServiceHelper 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();
}
Aggregations