- getChannel() - Method in class io.grpc.testing.GrpcServerRule
-
Returns a ManagedChannel
connected to this service.
- getError() - Method in class io.grpc.testing.StreamRecorder
-
Deprecated.
Returns the stream terminating error.
- getServer() - Method in class io.grpc.testing.GrpcServerRule
-
Returns the underlying gRPC Server
for this service.
- getServerName() - Method in class io.grpc.testing.GrpcServerRule
-
Returns the randomly generated server name for this service.
- getServiceRegistry() - Method in class io.grpc.testing.GrpcServerRule
-
Returns the service registry for this service.
- getValues() - Method in class io.grpc.testing.StreamRecorder
-
Deprecated.
Returns the current set of received values.
- GrpcCleanupRule - Class in io.grpc.testing
-
A JUnit ExternalResource
that can register gRPC resources and manages its automatic
release at the end of the test.
- GrpcCleanupRule() - Constructor for class io.grpc.testing.GrpcCleanupRule
-
- GrpcServerRule - Class in io.grpc.testing
-
GrpcServerRule
is a JUnit TestRule
that starts an in-process gRPC service with
a MutableHandlerRegistry
for adding services.
- GrpcServerRule() - Constructor for class io.grpc.testing.GrpcServerRule
-