Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java181 final MethodInterceptor returnNullInterceptor = new ReturnNullInterceptor(); in testSpiAccessToInterceptors() local
192 returnNullInterceptor); in testSpiAccessToInterceptors()
202 fooMethod, ImmutableList.of(countingInterceptor, returnNullInterceptor), in testSpiAccessToInterceptors()
203 barMethod, ImmutableList.of(returnNullInterceptor)), in testSpiAccessToInterceptors()
DParentInjectorTest.java147 private final org.aopalliance.intercept.MethodInterceptor returnNullInterceptor = field in ParentInjectorTest
164 returnNullInterceptor); in testInterceptorsInherited()