4142434445464748
private DefaultRestInterceptorRegistry interceptorRegistry; private ExposedRestAction<Void> action; @Before public void setUp() { action = new SecuredRestAction(HttpMethod.GET, PATH_1); interceptorRegistry = new DefaultRestInterceptorRegistry(); }