WriteException() 개인적인 메소드

private WriteException ( string str ) : void
str string
리턴 void
예제 #1
0
 public override void Fail(string message, string detail)
 {
     _driver.WriteException("ASSERTION FAILED:\n" + message + "\n" + detail);
 }