
|
If you were logged in you would be able to see more operations.
|
|
|
|
Need to include
import org.springframework.mock.web.MockHttpServletRequest;
import org.apache.struts2.ServletActionContext;
in PersonActionTest.java to compile. This is not mentioned in the first PersonActionTest.java snippet nor when you add the testEdit(), testSave() and testRemove() methods (which need the imports)
Theo
|
|
Description
|
Need to include
import org.springframework.mock.web.MockHttpServletRequest;
import org.apache.struts2.ServletActionContext;
in PersonActionTest.java to compile. This is not mentioned in the first PersonActionTest.java snippet nor when you add the testEdit(), testSave() and testRemove() methods (which need the imports)
Theo
|
Show » |
Sort Order:
|