| org.netbeans.modules.java.hints.infrastructure.TreeRuleTestBase
All known Subclasses: org.netbeans.modules.java.hints.HideFieldByVarTest, org.netbeans.modules.java.hints.AssignResultToVariableTest, org.netbeans.modules.java.hints.AddOverrideAnnotationTest, org.netbeans.modules.java.hints.UtilityClassTest, org.netbeans.modules.java.hints.UtilityClassWithConstructorTest, org.netbeans.modules.java.hints.MissingHashCodeTest, org.netbeans.modules.java.hints.IllegalInstanceOfTest, org.netbeans.modules.java.hints.HideFieldTest, org.netbeans.modules.java.hints.ExportNonAccessibleElementTest, org.netbeans.modules.java.hints.DoubleCheckTest, org.netbeans.modules.java.hints.EmptyCancelForCancellableTaskTest, org.netbeans.modules.java.hints.StaticAccessTest,
TreeRuleTestBase | abstract public class TreeRuleTestBase extends NbTestCase (Code) | | author: Jan Lahoda |
Method Summary | |
abstract protected List<ErrorDescription> | computeErrors(CompilationInfo info, TreePath path) | protected List<ErrorDescription> | computeErrors(CompilationInfo info, TreePath path, int offset) | protected FileObject[] | extraClassPath() | protected Level | logLevel() | protected void | performAnalysisTest(String fileName, String code, String... golden) | protected void | performAnalysisTest(String fileName, String code, int pos, String... golden) | protected String | performFixTest(String fileName, String code, String errorDescriptionToString, String fixDebugString, String golden) | protected String | performFixTest(String fileName, String code, int pos, String errorDescriptionToString, String fixDebugString, String golden) | protected String | performFixTest(String fileName, String code, int pos, String errorDescriptionToString, String fixDebugString, String goldenFileName, String golden) | protected void | setUp() | public void | testIssue105979() | public void | testIssue108246() | public void | testIssue113933() | public void | testNoHintsForSimpleInitialize() | protected String | toDebugString(CompilationInfo info, Fix f) |
extraClassPath | protected FileObject[] extraClassPath()(Code) | | |
testNoHintsForSimpleInitialize | public void testNoHintsForSimpleInitialize() throws Exception(Code) | | |
|
|