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