Is this weird that : using testng to test in struts2, the request field doesn't exist? -


i newer struts2. doing testing in struts2 using struts2-testng-plugin, , following struts documentation, says request of mockhttpservletrequest available extending strutstestcase. well, it, let test class extends strutstestcase. surprise can not request field. @ strutstestcase in struts2-testng-plugin-2.3.15.1.jar, again let me surprise, there aren't field request, response.so, want check there request , response field in struts2-junit-plugin-2.3.15.1.jar.actually has of them.

so, tell how can test struts using testng-plugin?