mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
15 lines
353 B
Java
15 lines
353 B
Java
package com.intellij.codeInsight.daemon.quickFix;
|
|
|
|
/**
|
|
* @author cdr
|
|
*/
|
|
public class ChangeMethodSignatureFromUsageTest extends LightQuickFix15TestCase {
|
|
|
|
public void test() throws Exception { doAllTests(); }
|
|
|
|
@Override
|
|
protected String getBasePath() {
|
|
return "/codeInsight/daemonCodeAnalyzer/quickFix/changeMethodSignatureFromUsage";
|
|
}
|
|
}
|