Interface ITestReporter
- 
- All Known Implementing Classes:
 ConsoleTestReporter,XmlTestReporter
public interface ITestReporter 
- 
- 
Method Summary
All Methods Instance Methods Abstract 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) 
 -