Exemplo n.º 1
0
 public bool ValidateException(CompilerTestException compilerTestException)
 {
     return(false);
 }
Exemplo n.º 2
0
 public bool ValidateException(CompilerTestException compilerTestException)
 {
     return(compilerTestException.Reason == TestCaseError.TranslationFailed);
 }