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