Searched refs:grpcCleanup (Results 1 – 9 of 9) sorted by relevance
72 GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); in registerNullChannelThrowsNpe() local77 grpcCleanup.register(channel); in registerNullChannelThrowsNpe()83 GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); in registerNullServerThrowsNpe() local88 grpcCleanup.register(server); in registerNullServerThrowsNpe()97 GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); in singleChannelCleanup() local100 grpcCleanup.register(channel); in singleChannelCleanup()105 grpcCleanup.apply(statement, null /* description*/).evaluate(); in singleChannelCleanup()124 GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); in singleServerCleanup() local127 grpcCleanup.register(server); in singleServerCleanup()132 grpcCleanup.apply(statement, null /* description*/).evaluate(); in singleServerCleanup()[all …]
46 val grpcCleanup = GrpcCleanupRule() constant in io.grpc.examples.helloworld.HelloWorldServerTest59 grpcCleanup.register(InProcessServerBuilder in greeterImpl_replyMessage()64 grpcCleanup.register(InProcessChannelBuilder.forName(serverName).directExecutor() in greeterImpl_replyMessage()
53 val grpcCleanup = GrpcCleanupRule() constant in io.grpc.examples.helloworld.HelloWorldClientTest67 grpcCleanup.register(InProcessServerBuilder in setUp()71 val channel = grpcCleanup.register( in setUp()
45 public final GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); field in HelloWorldServerTest57 grpcCleanup.register(InProcessServerBuilder in greeterImpl_replyMessage()62 grpcCleanup.register(InProcessChannelBuilder.forName(serverName).directExecutor().build())); in greeterImpl_replyMessage()
52 public final GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); field in HelloWorldClientTest64 grpcCleanup.register(InProcessServerBuilder in setUp()68 ManagedChannel channel = grpcCleanup.register( in setUp()
64 public final GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); field in HeaderClientInterceptorTest80 grpcCleanup.register(InProcessServerBuilder.forName(serverName).directExecutor() in clientHeaderDeliveredToServer()84 ManagedChannel channel = grpcCleanup.register( in clientHeaderDeliveredToServer()
64 public final GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); field in HeaderServerInterceptorTest81 grpcCleanup.register(InProcessServerBuilder.forName(serverName).directExecutor() in setUp()86 grpcCleanup.register(InProcessChannelBuilder.forName(serverName).directExecutor().build()); in setUp()
61 public final GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); field in RouteGuideServerTest79 inProcessChannel = grpcCleanup.register( in setUp()
65 public final GrpcCleanupRule grpcCleanup = new GrpcCleanupRule(); field in RouteGuideClientTest93 grpcCleanup.register(InProcessServerBuilder.forName(serverName) in setUp()