Test Format
Sections for requests, expected responses, assertions, TLS, and headers.
brew tap gripmock/tap
brew install gripmock/tap/grpctestify
grpctestify --version--- ADDRESS ---
localhost:4770
--- ENDPOINT ---
hello.HelloService/SayHello
--- REQUEST ---
{ "name": "World" }
--- ASSERTS ---
.message == "Hello, World!"grpctestify hello.gctf