Searched refs:hasFatalError (Results 1 - 1 of 1) sorted by relevance

/openjdk10/langtools/test/jdk/jshell/
H A DKullaTesting.java600 assertFalse(hasFatalError(diagnostics), "Expected no errors, got: " + diagnosticsToString(diagnostics));
603 assertTrue(hasFatalError(diagnostics), "Expected errors, got: " + diagnosticsToString(diagnostics));
614 assertFalse(hasFatalError(diagnostics), "Expected no errors, got: " + diagnosticsToString(diagnostics));
1089 public boolean hasFatalError(List<Diag> diagnostics) { method in class:KullaTesting

Completed in 97 milliseconds