org.apache.cactus.extension.jsp.JspTagLifecycle Convenience class that supports the testing of JSP tag by managing the tag's lifecycle as required by the JSP specification. <p> This class is basically a stub implementation of the tag management facilities that an actual JSP container would provide. The implementation attempts to follow t ...
com.mockobjects.helpers.TagTestHelper Sets up mock tag objects in a common configuration. MockHttpServletRequest, MockServletContext and MockHttpSession are attached to MockPageContext @see com.mockobjects.servlet.MockPageContext#setRequest(); @see com.mockobjects.servlet.MockPageContext#setServletContext(); @see com.mockobjects.servl ...