blob: 8c9ef4a1365d2c99d2be2b28f454faf7359a9072 [file] [log] [blame]
package com.intellij.codeInsight.daemon.quickFix;
public class InsertSuperTest extends LightQuickFixParameterizedTestCase {
public void test() throws Exception { doAllTests(); }
@Override
protected String getBasePath() {
return "/codeInsight/daemonCodeAnalyzer/quickFix/insertSuper";
}
}