blob: 8a4c6047e4d216282e4b9af1396cee0e3ed3345b [file] [log] [blame]
package com.intellij.codeInsight.intention;
import com.intellij.codeInsight.daemon.LightIntentionActionTestCase;
/**
* @author ven
*/
public class MoveInitializerToConstructorActionTest extends LightIntentionActionTestCase {
public void test() throws Exception { doAllTests(); }
@Override
protected String getBasePath() {
return "/codeInsight/daemonCodeAnalyzer/quickFix/moveInitializerToConstructor";
}
}