We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f054a commit 61a110dCopy full SHA for 61a110d
examples/README.md
@@ -153,9 +153,9 @@ Example bugs not caught by mocked stub tests include:
153
154
For testing a gRPC client, create the client with a real stub
155
using an
156
-[InProcessChannel](../core/src/main/java/io/grpc/inprocess/InProcessChannelBuilder.java),
+[InProcessChannel](../inprocess/src/main/java/io/grpc/inprocess/InProcessChannelBuilder.java),
157
and test it against an
158
-[InProcessServer](../core/src/main/java/io/grpc/inprocess/InProcessServerBuilder.java)
+[InProcessServer](../inprocess/src/main/java/io/grpc/inprocess/InProcessServerBuilder.java)
159
with a mock/fake service implementation.
160
161
For testing a gRPC server, create the server as an InProcessServer,
0 commit comments