Files
openide/java/java-tests/testSrc/com/intellij/codeInsight/daemon/quickFix/MoveCatchUpTest.java
T
2010-09-30 10:35:32 +04:00

17 lines
299 B
Java

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