|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectHttpServlet
org.junitee.servlet.JUnitEEServlet
org.junitee.servlet.JUnitEEXMLServlet
This servlet implements the JUnitEE test runner. By default the classloader of this servlet is used also for
loading the test classes. This will work in almost any case, but if necessary you can change this behaviour by
subclassing this class and overwrite the method JUnitEEServlet.getDynamicClassLoader() to answer the classloader of your
choice. By default an xml test report is generated.
| Field Summary |
| Fields inherited from class org.junitee.servlet.JUnitEEServlet |
CACTUS_CONTEXT_URL_PROPERTY, OUTPUT_HTML, OUTPUT_XML |
| Constructor Summary | |
JUnitEEXMLServlet()
|
|
| Method Summary | |
protected java.lang.String |
getDefaultOutput()
Answer the default output format of the test report. |
| Methods inherited from class org.junitee.servlet.JUnitEEServlet |
doGet, doPost, errorResponse, getDefaultThreadMode, getDynamicClassLoader, getOutputProducer, getTestClassMethods, init, parseTestCaseList, printIndexHtml, printIndexHtmlTestMethods, renderResults, runTests, searchForTestCaseList, searchForTests, searchForTests |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JUnitEEXMLServlet()
| Method Detail |
protected java.lang.String getDefaultOutput()
output request parameter. Overwrite this method
in your subclass to change the output format without the need for the request parameter.
getDefaultOutput in class JUnitEEServlet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||