Class XmlTestReporter
- java.lang.Object
 - 
- jetbrains.mps.tool.builder.unittest.XmlTestReporter
 
 
- 
- All Implemented Interfaces:
 ITestReporter
public class XmlTestReporter extends Object implements ITestReporter
 
- 
- 
Constructor Summary
Constructors Constructor Description XmlTestReporter(String name) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddump(OutputStream os)voiderrorLine(String msg)voidoutputLine(String msg)voidrunFinished()Stringseconds(long millis)voidtestErrorLine(String testFQname, String msg)voidtestFailed(String testFQname, String msg, String longMsg)voidtestFinished(String testFQname)voidtestOutputLine(String testFQname, String msg)voidtestStarted(String testFQname) 
 - 
 
- 
- 
Constructor Detail
- 
XmlTestReporter
public XmlTestReporter(String name)
 
 - 
 
- 
Method Detail
- 
dump
public void dump(OutputStream os) throws IOException
- Throws:
 IOException
 
- 
runFinished
public void runFinished()
- Specified by:
 runFinishedin interfaceITestReporter
 
- 
testStarted
public void testStarted(String testFQname)
- Specified by:
 testStartedin interfaceITestReporter
 
- 
testFinished
public void testFinished(String testFQname)
- Specified by:
 testFinishedin interfaceITestReporter
 
- 
testFailed
public void testFailed(String testFQname, String msg, String longMsg)
- Specified by:
 testFailedin interfaceITestReporter
 
- 
testOutputLine
public void testOutputLine(String testFQname, String msg)
- Specified by:
 testOutputLinein interfaceITestReporter
 
- 
testErrorLine
public void testErrorLine(String testFQname, String msg)
- Specified by:
 testErrorLinein interfaceITestReporter
 
- 
outputLine
public void outputLine(String msg)
- Specified by:
 outputLinein interfaceITestReporter
 
- 
errorLine
public void errorLine(String msg)
- Specified by:
 errorLinein interfaceITestReporter
 
- 
seconds
public String seconds(long millis)
 
 - 
 
 -