public final class CompilationSubject.DiagnosticOnLine extends Object
| Modifier and Type | Method and Description |
|---|---|
CompilationSubject.DiagnosticAtColumn |
onLine(long expectedLine)
Asserts that the note, warning, or error was found on a given line.
|
void |
onLineContaining(String expectedLineSubstring)
Asserts that the note, warning, or error was found on the single line that contains a
substring.
|
public CompilationSubject.DiagnosticAtColumn onLine(long expectedLine)
public void onLineContaining(String expectedLineSubstring)
Copyright © 2013-2017. All Rights Reserved.