public class AntXmlFormatter extends Object implements junit.framework.TestListener, Closeable
TestListener that bridges to JUnitResultFormatter.| Constructor and Description |
|---|
AntXmlFormatter(Class<? extends org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormatter> formatter,
File dir) |
public void close()
close in interface Closeableclose in interface AutoCloseablepublic void addError(junit.framework.Test test,
Throwable t)
addError in interface junit.framework.TestListenerpublic void addFailure(junit.framework.Test test,
junit.framework.AssertionFailedError t)
addFailure in interface junit.framework.TestListenerpublic void startTest(junit.framework.Test test)
startTest in interface junit.framework.TestListenerpublic void endTest(junit.framework.Test test)
endTest in interface junit.framework.TestListenerCopyright © 2013. All Rights Reserved.