Searched refs:ReturnNullInterceptor (Results 1 – 1 of 1) sorted by relevance
51 private static final class ReturnNullInterceptor implements MethodInterceptor { class in MethodInterceptionTest72 Matchers.any(), Matchers.returns(only(Foo.class)), new ReturnNullInterceptor()); in testSharedProxyClasses()112 Matchers.any(), Matchers.returns(only(Foo.class)), new ReturnNullInterceptor()); in testSharedProxyClasses()181 final MethodInterceptor returnNullInterceptor = new ReturnNullInterceptor(); in testSpiAccessToInterceptors()