mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
WW-4789 WW-3788 Introduces helper methods to allow build fluent API
This commit is contained in:
+1
-1
@@ -197,7 +197,7 @@ public class JSONValidationInterceptorTest extends StrutsTestCase {
|
||||
|
||||
context.put(StrutsStatics.SERVLET_CONTEXT, servletContext);
|
||||
invocation = new MockActionInvocation();
|
||||
ActionContext.getContext().setActionInvocation(invocation);
|
||||
ActionContext.getContext().withActionInvocation(invocation);
|
||||
invocation.setAction(action);
|
||||
invocation.setInvocationContext(context);
|
||||
MockActionProxy proxy = new MockActionProxy();
|
||||
|
||||
Reference in New Issue
Block a user