blob: 7f420dc2aeab9b57600939d6cdc211cce58c6d61 [file] [log] [blame]
package com.intellij.codeInsight.daemon.quickFix;
/**
* @author ven
*/
public class CreateInnerClassFromUsageTest extends LightQuickFixParameterizedTestCase {
public void test() throws Exception { doAllTests(); }
@Override
protected String getBasePath() {
return "/codeInsight/daemonCodeAnalyzer/quickFix/createInnerClassFromUsage";
}
}