| java.lang.Object com.tc.test.TCXMLJUnitFormatter
TCXMLJUnitFormatter | public class TCXMLJUnitFormatter implements JUnitResultFormatter,XMLConstants(Code) | | This formatter is used to generate a 'pre-condition' log --- if the TestCase shuts the VM down (eg: deliberately
calling System.exit()) then we'll at least have a log file that indicate that the TestSuite did not complete
gracefully, with a record of which TestCase was last run...
author: Juris Galang |
addFailure | public void addFailure(Test test, AssertionFailedError t)(Code) | | |
endTest | public void endTest(Test test)(Code) | | |
endTestSuite | public void endTestSuite(JUnitTest test)(Code) | | |
setSystemOutput | public void setSystemOutput(String out)(Code) | | |
startTest | public void startTest(Test test)(Code) | | |
startTestSuite | public void startTestSuite(JUnitTest test)(Code) | | |
|
|