Searched refs:newNoOpFilterChain (Results 1 – 2 of 2) sorted by relevance
40 public static FilterChain newNoOpFilterChain() { in newNoOpFilterChain() method in ServletTestUtils
21 import static com.google.inject.servlet.ServletTestUtils.newNoOpFilterChain;280 pipeline.dispatch(request, null, newNoOpFilterChain()); in testFilterOrder()