grpc-java/interop-testing/src
Joey Bratton b6ebede94f testing: added junit rule for in-process servers
GrpcServerRule configures an in-process server and channel. It is
useful for asserting requests being made to a service. A consumer can
create a mock implementation of their service that records each
request, then make assertions on those records in their test.
2016-12-06 09:32:04 -08:00
..
main testing: added junit rule for in-process servers 2016-12-06 09:32:04 -08:00
test/java/io/grpc interop-testing: apply --server_host_override regardless of flag order 2016-11-23 10:44:52 -08:00