public static interface CompileTester.CompilationWithNotesClause<T>
| Modifier and Type | Method and Description |
|---|---|
CompileTester.FileClause<T> |
withNoteContaining(String messageFragment)
Checks that a note exists that contains the given fragment in the
diagnostic message.
|
T |
withNoteCount(int noteCount)
Checks that the total note count in all files matches the given amount.
|
CompileTester.FileClause<T> withNoteContaining(String messageFragment)
T withNoteCount(int noteCount)
Diagnostic.Kind#NOTE.Copyright © 2013-2017. All Rights Reserved.