public static interface CheckerTestUtil.DiagnosticDiffCallbacks
Modifier and Type | Method and Description |
---|---|
void |
missingDiagnostic(java.lang.String type,
int expectedStart,
int expectedEnd) |
void |
unexpectedDiagnostic(java.lang.String type,
int actualStart,
int actualEnd) |
void missingDiagnostic(java.lang.String type, int expectedStart, int expectedEnd)
void unexpectedDiagnostic(java.lang.String type, int actualStart, int actualEnd)