Class Summary |
AbstractTestType |
|
HeapDumper |
Utiliy class to dump the HEAP memory of the current JVM for easier
debugging of memory related problems (eg : memory leak) |
JcmsTestCase |
Provides a super class for development of JCMS unit tests.
Extending this class will automatically provides a working JCMS
during execution of all your 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. |