public bool ValidateException(CompilerTestException compilerTestException)
 {
     return(false);
 }
Beispiel #2
0
 public bool ValidateException(CompilerTestException compilerTestException)
 {
     return(compilerTestException.Reason == TestCaseError.TranslationFailed);
 }