Home
last modified time | relevance | path

Searched refs:ReturnNullInterceptor (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java51 private static final class ReturnNullInterceptor implements MethodInterceptor { class in MethodInterceptionTest
72 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()