{"id":55663,"library":"grpc-testing","title":"gRPC Testing","description":"gRPC Testing provides utilities for testing gRPC services and clients.","status":"active","version":"1.80.0","language":"java","source_language":null,"source_url":"https://github.com/grpc/grpc-java","tags":["grpc","testing","rpc","test-utilities"],"install":[{"cmd":"<dependency>\n  <groupId>io.grpc</groupId>\n  <artifactId>grpc-testing</artifactId>\n  <version>1.80.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'io.grpc:grpc-testing:1.80.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"GrpcCleanupRule","correct":"io.grpc.testing.GrpcCleanupRule"}],"quickstart":{"code":"import io.grpc.testing.GrpcCleanupRule;\nimport org.junit.Rule;\nimport org.junit.Test;\n\npublic class MyTest {\n    @Rule\n    public final GrpcCleanupRule grpcCleanup = new GrpcCleanupRule();\n\n    @Test\n    public void testSomething() {\n        // Use grpcCleanup to manage server lifecycle\n    }\n}","lang":"java","description":"Uses GrpcCleanupRule to automatically clean up gRPC resources in tests."},"warnings":[],"env_vars":null,"search_vec":"'client':12 'grpc':1,3,9,13 'provid':5 'rpc':15 'servic':10 'test':2,4,8,14,17 'test-util':16 'util':6,18","created_at":"2026-06-15T10:01:07.737439+00:00","updated_at":"2026-06-15T10:01:07.737439+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/grpc/grpc-java","github":"https://github.com/grpc/grpc-java","docs":"https://appdoc.app/artifact/io.grpc/grpc-testing/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}