public void testGetRequestParameters() throws Exception(Code)
Test
SampleServlet.getRequestParameters by calling the server
side using HttpUnit. On the server side, our aspect will kick in and
the
GetRequestParametersTestAdvice.testGetRequestParameters(JoinPoint) test method will
be called to unit test our method.