| Modifier and Type | Method and Description |
|---|---|
CompileTester.FileClause<CompileTester.UnsuccessfulCompilationClause> |
CompileTester.UnsuccessfulCompilationClause.withErrorContaining(String messageFragment)
Checks that an error exists that contains the given fragment in the
diagnostic message.
|
CompileTester.FileClause<T> |
CompileTester.CompilationWithNotesClause.withNoteContaining(String messageFragment)
Checks that a note exists that contains the given fragment in the
diagnostic message.
|
CompileTester.FileClause<T> |
CompileTester.CompilationWithWarningsClause.withWarningContaining(String messageFragment)
Checks that a warning exists that contains the given fragment in the
diagnostic message.
|
Copyright © 2013–2020. All rights reserved.