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