Files
openide/java/java-tests/testSrc/com/intellij/codeInsight/ImplementAbstractFromNewTest.java
T

15 lines
401 B
Java

package com.intellij.codeInsight;
import com.intellij.codeInsight.daemon.quickFix.LightQuickFixAvailabilityTestCase;
public class ImplementAbstractFromNewTest extends LightQuickFixAvailabilityTestCase {
public void test() throws Exception {
doAllTests();
}
@Override
protected String getBasePath() {
return "/codeInsight/daemonCodeAnalyzer/quickFix/implementAbstractFromNew";
}
}