Searched refs:CountingInterceptor (Results 1 – 3 of 3) sorted by relevance
32 final CountingInterceptor counter = new CountingInterceptor(); in testIntegration()59 static class CountingInterceptor implements MethodInterceptor { class in IntegrationTest
48 private final class CountingInterceptor implements MethodInterceptor { class in MethodInterceptionTest150 final MethodInterceptor countingInterceptor = new CountingInterceptor(); in testSpiAccessToInterceptors()182 bindInterceptor(Matchers.any(), Matchers.any(), new CountingInterceptor()); in testInterceptedMethodThrows()183 bindInterceptor(Matchers.any(), Matchers.any(), new CountingInterceptor()); in testInterceptedMethodThrows()265 }, new CountingInterceptor()); in testInterceptingNonBridgeWorks()320 CountingInterceptor interceptor = new CountingInterceptor(); in testDeDuplicateInterceptors()
171 CountingInterceptor countingInterceptor = new CountingInterceptor(); in testMultipleInterceptors()185 static class CountingInterceptor implements MethodInterceptor { class in ProxyFactoryTest