| Class | Description |
|---|---|
| AbstractTestType | |
| Assert |
A set of assertion methods useful for writing JCMS tests.
|
| 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 with JUnit3.
Extending this class will automatically provides a working JCMS during execution of all your unit tests. |
| JcmsTestCase4 |
Provides a base class for development of JCMS unit tests with JUnit4.
Extending this class will automatically provides a working JCMS during execution of all your unit tests. |
| JcmsTestCaseUtil | |
| 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.
|
| Exception | Description |
|---|---|
| NotImplementedException |
Copyright © 2001-2017 Jalios SA. All Rights Reserved.