Searched refs:countingInterceptor (Results 1 – 3 of 3) sorted by relevance
171 CountingInterceptor countingInterceptor = new CountingInterceptor(); in testMultipleInterceptors() local173 aspects.add(new MethodAspect(any(), any(), doubleInterceptor, countingInterceptor)); in testMultipleInterceptors()182 assertEquals(2, countingInterceptor.count); in testMultipleInterceptors()
150 final MethodInterceptor countingInterceptor = new CountingInterceptor(); in testSpiAccessToInterceptors() local155 countingInterceptor); in testSpiAccessToInterceptors()166 fooMethod, ImmutableList.of(countingInterceptor, returnNullInterceptor), in testSpiAccessToInterceptors()
286 final MethodInterceptor countingInterceptor = new MethodInterceptor() { in testToConstructorAndMethodInterceptors() local296 bindInterceptor(Matchers.any(), Matchers.any(), countingInterceptor); in testToConstructorAndMethodInterceptors()