프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateErrorMessageAndStacktrace | void | ||
ErrorMessageParser | System | ||
ErrorMessageParser | System | ||
HandleMultipleFailures | void | ||
HandleSingleFailure | void | ||
SplitConsoleOutput | IList |
메소드 | 설명 | |
---|---|---|
CreateStackTraceEntry ( string label, string fullFileName, string lineNumber ) : string | ||
ErrorMessageParser ( |
||
ErrorMessageParser ( string consoleOutput, string baseDir ) : System | ||
Parse ( ) : void |
메소드 | 설명 | |
---|---|---|
CreateErrorMessageAndStacktrace ( string &errorMessage, string &stackTrace, int msgId ) : void | ||
ErrorMessageParser ( ) : System | ||
ErrorMessageParser ( string baseDir ) : System | ||
HandleMultipleFailures ( ) : void | ||
HandleSingleFailure ( ) : void | ||
SplitConsoleOutput ( string errorMessage ) : IList |
public static CreateStackTraceEntry ( string label, string fullFileName, string lineNumber ) : string | ||
label | string | |
fullFileName | string | |
lineNumber | string | |
리턴 | string |
public ErrorMessageParser ( |
||
failureNodes | ||
baseDir | string | |
리턴 | System |
public ErrorMessageParser ( string consoleOutput, string baseDir ) : System | ||
consoleOutput | string | |
baseDir | string | |
리턴 | System |