Skip to content

Commit 18b26eb

Browse files
authored
Add CallHelpers reference in test-client documentation (#36531)
1 parent d15635f commit 18b26eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

aspnetcore/grpc/test-client.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ The preceding unit test:
4848
* Mocks `IGreetRepository` and `TesterClient` using [Moq](https://www.nuget.org/packages/Moq).
4949
* Starts the worker.
5050
* Verifies `SaveGreeting` is called with the greeting message returned by the mocked `TesterClient`.
51+
* Uses the [`CallHelpers` from the gRPC examples](https://github.com/grpc/grpc-dotnet/blob/2e283d98f5861e31f8956be0c68aff9a4e29cb0a/examples/Tester/Tests/Client/Helpers/CallHelpers.cs)
5152

5253
## Additional resources
5354

0 commit comments

Comments
 (0)