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

  /external/grpc-grpc-java/core/src/test/java/io/grpc/
ClientInterceptorsTest.java 96 mock(ClientInterceptor.class, delegatesTo(new NoopInterceptor()));
402 mock(ClientInterceptor.class, delegatesTo(new NoopInterceptor()));
413 private static class NoopInterceptor implements ClientInterceptor {
ServerInterceptorsTest.java 124 mock(ServerInterceptor.class, delegatesTo(new NoopInterceptor()));
152 serviceDefinition, Arrays.<ServerInterceptor>asList(new NoopInterceptor()));
431 private static class NoopInterceptor implements ServerInterceptor {

Completed in 315 milliseconds