Registry / testing / grpc-testing

grpc-testing

JSON →
library1.80.0javamavenunverified

gRPC Testing provides utilities for testing gRPC services and clients.

<dependency> <groupId>io.grpc</groupId> <artifactId>grpc-testing</artifactId> <version>1.80.0</version> </dependency>
INSTALL
IMPORT
SIG · GRPC-TESTING
G
grpc-testing
testingjavav1.80.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GrpcCleanupRule
io.grpc.testing.GrpcCleanupRule

Uses GrpcCleanupRule to automatically clean up gRPC resources in tests.

import io.grpc.testing.GrpcCleanupRule; import org.junit.Rule; import org.junit.Test; public class MyTest { @Rule public final GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); @Test public void testSomething() { // Use grpcCleanup to manage server lifecycle } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.80.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
grpc-testing — mvn dependency:get grpc-testing · libregistry