This commit is contained in:
Dmitry Jemerov
2009-09-11 18:00:52 +04:00
parent 72bd275b27
commit 95f09e3317
27 changed files with 5 additions and 0 deletions
@@ -13,11 +13,16 @@ import com.intellij.psi.search.GlobalSearchScope;
import com.intellij.refactoring.replaceConstructorWithBuilder.ParameterData;
import com.intellij.refactoring.replaceConstructorWithBuilder.ReplaceConstructorWithBuilderProcessor;
import com.intellij.util.containers.HashMap;
import com.intellij.JavaTestUtil;
import java.util.LinkedHashMap;
import java.util.Map;
public class ReplaceConstructorWithBuilderTest extends MultiFileTestCase {
@Override
protected String getTestDataPath() {
return JavaTestUtil.getJavaTestDataPath();
}
public void testVarargs() throws Exception {
doTest(true);