grpc-java/testing-proto
ZHANG Dapeng 86ef4c50d3 testing-proto: add string message to simpleservice.proto to facilitate testing
It was not convenient to test in some scenarios without having a field in the message. All `SimpleResponse` messages were `equals` to each other. Users might not want to assume reference identity/inequality between server and client for equal/unequal messages even for InProcess. Even with reference identity, it would still be inconvenient if their were hundreds of messages.

To have a  non-proto based String to String service instead is another solution, but the usefulness of this proto based service would still be too limited.
2017-07-14 16:23:16 -07:00
..
src testing-proto: add string message to simpleservice.proto to facilitate testing 2017-07-14 16:23:16 -07:00
build.gradle testing: added junit rule for in-process servers 2016-12-06 09:32:04 -08:00