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