- AppliedFix() - Constructor for class org.netbeans.modules.java.hints.test.api.HintTest.AppliedFix
-
- applyFix() - Method in class org.netbeans.modules.java.hints.test.api.HintTest.HintWarning
-
Applies the only fix of the current warning.
- applyFix(String) - Method in class org.netbeans.modules.java.hints.test.api.HintTest.HintWarning
-
Applies the specified fix of the current warning.
- assertCompilable() - Method in class org.netbeans.modules.java.hints.test.api.HintTest.AppliedFix
-
Require that the result is compilable.
- assertCompilable(String) - Method in class org.netbeans.modules.java.hints.test.api.HintTest.AppliedFix
-
Require that the given resulting file is compilable.
- assertContainsWarnings(String...) - Method in class org.netbeans.modules.java.hints.test.api.HintTest.HintOutput
-
Assert that the hint(s) produced warnings include the given warnings.
- assertFixes(String...) - Method in class org.netbeans.modules.java.hints.test.api.HintTest.HintWarning
-
Verifies that the current warning provides the given fixes.
- assertFixesNotPresent(String...) - Method in class org.netbeans.modules.java.hints.test.api.HintTest.HintWarning
-
Verifies that the current warning provides the given fixes.
- assertNotContainsWarnings(String...) - Method in class org.netbeans.modules.java.hints.test.api.HintTest.HintOutput
-
Assert that the hint(s) produced warnings do not include the given warnings.
- assertOutput(String) - Method in class org.netbeans.modules.java.hints.test.api.HintTest.AppliedFix
-
Verify the content of the resulting file.
- assertOutput(String, String) - Method in class org.netbeans.modules.java.hints.test.api.HintTest.AppliedFix
-
Verify the content of the given resulting file.
- assertVerbatimOutput(String) - Method in class org.netbeans.modules.java.hints.test.api.HintTest.AppliedFix
-
Verify the content of the resulting file.
- assertVerbatimOutput(String, String) - Method in class org.netbeans.modules.java.hints.test.api.HintTest.AppliedFix
-
Verify the content of the given resulting file.
- assertWarnings(String...) - Method in class org.netbeans.modules.java.hints.test.api.HintTest.HintOutput
-
Assert that the hint(s) produced the given warnings.