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.java151 final MethodInterceptor returnNullInterceptor = new ReturnNullInterceptor(); in testSpiAccessToInterceptors() local
157 returnNullInterceptor); in testSpiAccessToInterceptors()
166 fooMethod, ImmutableList.of(countingInterceptor, returnNullInterceptor), in testSpiAccessToInterceptors()
167 barMethod, ImmutableList.of(returnNullInterceptor)), in testSpiAccessToInterceptors()
DParentInjectorTest.java133 private final org.aopalliance.intercept.MethodInterceptor returnNullInterceptor field in ParentInjectorTest
144 returnNullInterceptor); in testInterceptorsInherited()