mirror of https://github.com/grpc/grpc-java.git
doc: s/GrpcServerRule/GrpcCleanupRule in README
This commit is contained in:
parent
c0d4e022f4
commit
b8fac8a75e
|
|
@ -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.
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue