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.
|
@CanIgnoreReturnValue CompileTester.FileClause<T> withNoteContaining(String messageFragment)
@CanIgnoreReturnValue T withNoteCount(int noteCount)
Diagnostic.Kind#NOTE.Copyright © 2013–2022. All rights reserved.