doc: s/GrpcServerRule/GrpcCleanupRule in README

This commit is contained in:
ZHANG Dapeng 2018-12-05 12:43:02 -08:00 committed by GitHub
parent c0d4e022f4
commit b8fac8a75e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -161,5 +161,5 @@ For testing a gRPC server, create the server as an InProcessServer,
and test it against a real client stub with an InProcessChannel. and test it against a real client stub with an InProcessChannel.
The gRPC-java library also provides a JUnit rule, The gRPC-java library also provides a JUnit rule,
[GrpcServerRule](../testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java), to do the graceful [GrpcCleanupRule](../testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java), to do the graceful
shutdown boilerplate for you. shutdown boilerplate for you.