| Modifier and Type | Method and Description |
|---|---|
CompilationSubject.DiagnosticInFile |
CompilationSubject.hadErrorContaining(java.lang.String expectedSubstring)
Asserts that there was at least one error containing
expectedSubstring. |
CompilationSubject.DiagnosticInFile |
CompilationSubject.hadErrorContainingMatch(java.util.regex.Pattern expectedPattern)
Asserts that there was at least one error containing a match for
expectedPattern. |
CompilationSubject.DiagnosticInFile |
CompilationSubject.hadErrorContainingMatch(java.lang.String expectedPattern)
Asserts that there was at least one error containing a match for
expectedPattern. |
CompilationSubject.DiagnosticInFile |
CompilationSubject.hadNoteContaining(java.lang.String expectedSubstring)
Asserts that there was at least one note containing
expectedSubstring. |
CompilationSubject.DiagnosticInFile |
CompilationSubject.hadNoteContainingMatch(java.util.regex.Pattern expectedPattern)
Asserts that there was at least one note containing a match for
expectedPattern. |
CompilationSubject.DiagnosticInFile |
CompilationSubject.hadNoteContainingMatch(java.lang.String expectedPattern)
Asserts that there was at least one note containing a match for
expectedPattern. |
CompilationSubject.DiagnosticInFile |
CompilationSubject.hadWarningContaining(java.lang.String expectedSubstring)
Asserts that there was at least one warning containing
expectedSubstring. |
CompilationSubject.DiagnosticInFile |
CompilationSubject.hadWarningContainingMatch(java.util.regex.Pattern expectedPattern)
Asserts that there was at least one warning containing a match for
expectedPattern. |
CompilationSubject.DiagnosticInFile |
CompilationSubject.hadWarningContainingMatch(java.lang.String expectedPattern)
Asserts that there was at least one warning containing a match for
expectedPattern. |
Copyright © 2013-2017. All Rights Reserved.