Modifier and Type | Method and Description |
---|---|
HintTest.HintWarning |
HintTest.HintWarning.assertFixes(String... expectedFixes)
Verifies that the current warning provides the given fixes.
|
HintTest.HintWarning |
HintTest.HintWarning.assertFixesNotPresent(String... bannedFixes)
Verifies that the current warning provides the given fixes.
|
HintTest.HintWarning |
HintTest.HintOutput.findWarning(String warning)
Find a specific warning.
|