Searched refs:NoOpInterceptor (Results 1 – 2 of 2) sorted by relevance
35 new NoOpInterceptor() in all()241 public static class NoOpInterceptor extends Interceptor {242 public NoOpInterceptor() {
58 private static final class NoOpInterceptor implements MethodInterceptor { class in MethodInterceptionTest250 Matchers.any(), Matchers.returns(only(Foo.class)), new NoOpInterceptor()); in testNotInterceptedMethodsInInterceptedClassDontAddFrames()