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"; } }