Modifier and Type | Method and Description |
---|---|
HintTest.AppliedFix |
HintTest.HintWarning.applyFix()
Applies the only fix of the current warning.
|
HintTest.AppliedFix |
HintTest.HintWarning.applyFix(String fix)
Applies the specified fix of the current warning.
|
HintTest.AppliedFix |
HintTest.AppliedFix.assertCompilable()
Require that the result is compilable.
|
HintTest.AppliedFix |
HintTest.AppliedFix.assertCompilable(String fileName)
Require that the given resulting file is compilable.
|
HintTest.AppliedFix |
HintTest.AppliedFix.assertOutput(String code)
Verify the content of the resulting file.
|
HintTest.AppliedFix |
HintTest.AppliedFix.assertOutput(String fileName,
String code)
Verify the content of the given resulting file.
|
HintTest.AppliedFix |
HintTest.AppliedFix.assertVerbatimOutput(String code)
Verify the content of the resulting file.
|
HintTest.AppliedFix |
HintTest.AppliedFix.assertVerbatimOutput(String fileName,
String code)
Verify the content of the given resulting file.
|