Searched refs:CountingInterceptor (Results 1 – 3 of 3) sorted by relevance
29 final CountingInterceptor counter = new CountingInterceptor(); in testIntegration()60 static class CountingInterceptor implements MethodInterceptor { class in IntegrationTest
43 private final class CountingInterceptor implements MethodInterceptor { class in MethodInterceptionTest180 final MethodInterceptor countingInterceptor = new CountingInterceptor(); in testSpiAccessToInterceptors()222 bindInterceptor(Matchers.any(), Matchers.any(), new CountingInterceptor()); in testInterceptedMethodThrows()223 bindInterceptor(Matchers.any(), Matchers.any(), new CountingInterceptor()); in testInterceptedMethodThrows()317 new CountingInterceptor()); in testInterceptingNonBridgeWorks()386 CountingInterceptor interceptor = new CountingInterceptor(); in testDeDuplicateInterceptors()
173 CountingInterceptor countingInterceptor = new CountingInterceptor(); in testMultipleInterceptors()187 static class CountingInterceptor implements MethodInterceptor { class in ProxyFactoryTest