Modifier and Type | Method and Description |
---|---|
HintTest.HintOutput |
HintTest.HintOutput.assertContainsWarnings(String... warnings)
Assert that the hint(s) produced warnings include the given warnings.
|
HintTest.HintOutput |
HintTest.HintOutput.assertNotContainsWarnings(String... warnings)
Assert that the hint(s) produced warnings do not include the given warnings.
|
HintTest.HintOutput |
HintTest.HintOutput.assertWarnings(String... warnings)
Assert that the hint(s) produced the given warnings.
|
HintTest.HintOutput |
HintTest.run(Class<?> hint)
Runs the given hint(s) on the first file written by a
input method. |
HintTest.HintOutput |
HintTest.run(Class<?> hint,
String hintCode)
Runs the given hint(s) on the first file written by a
input method. |