mirror of https://github.com/grpc/grpc-java.git
examples: Update in-process sources in examples (#11952)
Update in-process sources location in examples since they have been migrated from core artifacts.
This commit is contained in:
parent
f3f054a0a4
commit
61a110d962
|
|
@ -153,9 +153,9 @@ Example bugs not caught by mocked stub tests include:
|
||||||
|
|
||||||
For testing a gRPC client, create the client with a real stub
|
For testing a gRPC client, create the client with a real stub
|
||||||
using an
|
using an
|
||||||
[InProcessChannel](../core/src/main/java/io/grpc/inprocess/InProcessChannelBuilder.java),
|
[InProcessChannel](../inprocess/src/main/java/io/grpc/inprocess/InProcessChannelBuilder.java),
|
||||||
and test it against an
|
and test it against an
|
||||||
[InProcessServer](../core/src/main/java/io/grpc/inprocess/InProcessServerBuilder.java)
|
[InProcessServer](../inprocess/src/main/java/io/grpc/inprocess/InProcessServerBuilder.java)
|
||||||
with a mock/fake service implementation.
|
with a mock/fake service implementation.
|
||||||
|
|
||||||
For testing a gRPC server, create the server as an InProcessServer,
|
For testing a gRPC server, create the server as an InProcessServer,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue