HomeSort by relevance Sort by last modified time
    Searched refs:GrpcCleanupRule (Results 1 - 10 of 10) sorted by null

  /external/grpc-grpc-java/examples/src/test/java/io/grpc/examples/helloworld/
HelloWorldServerTest.java 24 import io.grpc.testing.GrpcCleanupRule;
45 public final GrpcCleanupRule grpcCleanup = new GrpcCleanupRule();
HelloWorldClientTest.java 28 import io.grpc.testing.GrpcCleanupRule;
52 public final GrpcCleanupRule grpcCleanup = new GrpcCleanupRule();
  /external/grpc-grpc-java/testing/src/test/java/io/grpc/testing/
GrpcCleanupRuleTest.java 36 import io.grpc.testing.GrpcCleanupRule.Resource;
48 * Unit tests for {@link GrpcCleanupRule}.
60 assertSame(channel, new GrpcCleanupRule().register(channel));
66 assertSame(server, new GrpcCleanupRule().register(server));
72 GrpcCleanupRule grpcCleanup = new GrpcCleanupRule();
83 GrpcCleanupRule grpcCleanup = new GrpcCleanupRule();
97 GrpcCleanupRule grpcCleanup = new GrpcCleanupRule();
    [all...]
  /external/grpc-grpc-java/examples/example-kotlin/src/test/kotlin/io/grpc/examples/helloworld/
HelloWorldServerTest.kt 24 import io.grpc.testing.GrpcCleanupRule
46 val grpcCleanup = GrpcCleanupRule()
HelloWorldClientTest.kt 28 import io.grpc.testing.GrpcCleanupRule
53 val grpcCleanup = GrpcCleanupRule()
  /external/grpc-grpc-java/examples/src/test/java/io/grpc/examples/header/
HeaderClientInterceptorTest.java 41 import io.grpc.testing.GrpcCleanupRule;
64 public final GrpcCleanupRule grpcCleanup = new GrpcCleanupRule();
HeaderServerInterceptorTest.java 41 import io.grpc.testing.GrpcCleanupRule;
64 public final GrpcCleanupRule grpcCleanup = new GrpcCleanupRule();
  /external/grpc-grpc-java/testing/src/main/java/io/grpc/testing/
GrpcCleanupRule.java 48 public final class GrpcCleanupRule implements TestRule {
66 public GrpcCleanupRule setTimeout(long timeout, TimeUnit timeUnit) {
79 GrpcCleanupRule setTicker(Ticker ticker) {
  /external/grpc-grpc-java/examples/src/test/java/io/grpc/examples/routeguide/
RouteGuideServerTest.java 32 import io.grpc.testing.GrpcCleanupRule;
61 public final GrpcCleanupRule grpcCleanup = new GrpcCleanupRule();
RouteGuideClientTest.java 34 import io.grpc.testing.GrpcCleanupRule;
65 public final GrpcCleanupRule grpcCleanup = new GrpcCleanupRule();

Completed in 153 milliseconds