Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.sample.servlet » [javadoc | source]
org.apache.cactus.sample.servlet
public class: TestSampleServletAspectWerkz [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.cactus.sample.servlet.TestSampleServletAspectWerkz
Nested Class Summary:
public static class  TestSampleServletAspectWerkz.GetRequestParametersTestAdvice  Intercepts Servlet's doXXX calls and instead redirect the flow of execution to the {@link SampleServlet#getRequestParameters} method to unit test. 
Method from org.apache.cactus.sample.servlet.TestSampleServletAspectWerkz Summary:
testGetRequestParameters
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.sample.servlet.TestSampleServletAspectWerkz Detail:
 public  void testGetRequestParameters() throws Exception