| Home >> All >> org >> apache >> cactus >> extension |
| | org.apache.cactus.extension.jetty.* (2) | | org.apache.cactus.extension.jsp.* (1) |
Package Samples:
org.apache.cactus.extension.jetty
org.apache.cactus.extension.jsp
Classes:
JspTagLifecycle: Convenience class that supports the testing of JSP tag by managing the tag's lifecycle as required by the JSP specification. This class is basically a stub implementation of the tag management facilities that an actual JSP container would provide. The implementation attempts to follow the specification as closely as possible, but the tag handling functionality of real JSP implementations may vary in some details. Although this class works quite well when used in the test methods of a JspTestCase , it can also safely be used outside of the Cactus testing framework, for example when following a mock ...
TestJettyTestSetup: Unit tests of the JettyTestSetup class. Note: For this test to work, it must be passed the cactus.port system property. If not it will default to 8080.
JettyTestSetup: Custom JUnit test setup to use to automatically start Jetty. Example: public static Test suite() { TestSuite suite = new TestSuite(Myclass.class); return new JettyTestSetup(suite); }
| Home | Contact Us | Privacy Policy | Terms of Service |