blob: 0b5ac1f9f2b319f1495041395dc3db1e96e732fa [file] [log] [blame]
package com.intellij.codeInsight.daemon.quickFix;
public class MoveBoundClassToFrontTest extends LightQuickFixParameterizedTestCase {
public void test() throws Exception {
doAllTests();
}
@Override
protected String getBasePath() {
return "/codeInsight/daemonCodeAnalyzer/quickFix/moveBoundClassToFront";
}
}