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