Package io.grpc.testing
API that is useful for testing gRPC.
-
Interface Summary Interface Description GrpcCleanupRule.Resource -
Class Summary Class Description GrpcCleanupRule A JUnitExternalResourcethat can register gRPC resources and manages its automatic release at the end of the test.GrpcCleanupRule.ManagedChannelResource GrpcCleanupRule.ServerResource GrpcServerRule GrpcServerRuleis a JUnitTestRulethat starts an in-process gRPC service with aMutableHandlerRegistryfor adding services.StreamRecorder<T> Deprecated. Not for public useTestMethodDescriptors A collection of method descriptor constructors useful for tests.TestMethodDescriptors.NoopMarshaller TestUtils Common utility functions useful for writing tests.TlsTesting Convenience utilities for using TLS in tests.