Class Summary |
JcmsTestCase |
Provides a super class for development of JCMS unit tests. |
MockFilterConfig |
Mock FilterConfig to be used for testing purpose only. |
MockHttpServletRequest |
This is a fake HttpServletRequest meant to be use for testing
Warning: There is almost no logic inside this class, it only
serve as a container for all the information that will be given
through the constructor. |
MockHttpServletResponse |
This is a fake HttpServletResponse meant to be use for testing
Warning: There is almost no logic inside this class, it only
serve as a container for all the information that will be given
through the constructor. |
MockHttpSession |
Mock HttpSession to be used for testing purpose only. |
MockServletContext |
Mock ServletContext to be used for testing purpose only. |