Method | Description | |
---|---|---|
Display ( string prefix, string output, string error, int exitCode ) : void | ||
NunitMessageProcessor ( ) : System | ||
NunitMessageProcessor ( IMessageLogger logger ) : System |
Method | Description | |
---|---|---|
ParseTime ( string time ) : System.TimeSpan | ||
ProcessTestSuite ( System.Xml.Linq.XElement testSuite ) : void | ||
WriteFailure ( ITestLogger logger, System.Xml.Linq.XElement testCase ) : void | ||
WriteIgnored ( ITestLogger logger, System.Xml.Linq.XElement testCase ) : void |
public Display ( string prefix, string output, string error, int exitCode ) : void | ||
prefix | string | |
output | string | |
error | string | |
exitCode | int | |
return | void |
public NunitMessageProcessor ( IMessageLogger logger ) : System | ||
logger | IMessageLogger | |
return | System |