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