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