Home
last modified time | relevance | path

Searched defs:grpcCleanup (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc-java/testing/src/test/java/io/grpc/testing/
DGrpcCleanupRuleTest.java72 GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); in registerNullChannelThrowsNpe() local
83 GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); in registerNullServerThrowsNpe() local
97 GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); in singleChannelCleanup() local
124 GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); in singleServerCleanup() local
157 GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); in multiResource_cleanupGracefully() local
191 GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); in baseTestFails() local
225 GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); in multiResource_awaitReleasedFails() local
272 GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); in multiResource_awaitReleasedInterrupted() local
320 GrpcCleanupRule grpcCleanup = new GrpcCleanupRule().setTicker(fakeClock.getTicker()); in multiResource_timeoutCalculation() local
357 GrpcCleanupRule grpcCleanup = new GrpcCleanupRule() in multiResource_timeoutCalculation_customTimeout() local
[all …]
/external/grpc-grpc-java/examples/example-kotlin/src/test/kotlin/io/grpc/examples/helloworld/
DHelloWorldServerTest.kt46 val grpcCleanup = GrpcCleanupRule() constant in io.grpc.examples.helloworld.HelloWorldServerTest
DHelloWorldClientTest.kt53 val grpcCleanup = GrpcCleanupRule() constant in io.grpc.examples.helloworld.HelloWorldClientTest
/external/grpc-grpc-java/examples/src/test/java/io/grpc/examples/helloworld/
DHelloWorldServerTest.java45 public final GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); field in HelloWorldServerTest
DHelloWorldClientTest.java52 public final GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); field in HelloWorldClientTest
/external/grpc-grpc-java/examples/src/test/java/io/grpc/examples/header/
DHeaderClientInterceptorTest.java64 public final GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); field in HeaderClientInterceptorTest
DHeaderServerInterceptorTest.java64 public final GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); field in HeaderServerInterceptorTest
/external/grpc-grpc-java/examples/src/test/java/io/grpc/examples/routeguide/
DRouteGuideServerTest.java61 public final GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); field in RouteGuideServerTest
DRouteGuideClientTest.java65 public final GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); field in RouteGuideClientTest