Files
openide/java/java-tests/testSrc/com/intellij/codeInsight/daemon/quickFix/MoveCatchUpTest.java
T

16 lines
311 B
Java

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