Searched refs:NamedInterceptor (Results 1 – 1 of 1) sorted by relevance
352 new NamedInterceptor("a", callList), in testInterceptionOrder()353 new NamedInterceptor("b", callList), in testInterceptionOrder()354 new NamedInterceptor("c", callList)); in testInterceptionOrder()364 private static final class NamedInterceptor implements MethodInterceptor { class in MethodInterceptionTest368 NamedInterceptor(String name, List<String> callList) { in NamedInterceptor() method in MethodInterceptionTest.NamedInterceptor