mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 18:50:59 +07:00
14 lines
330 B
Java
14 lines
330 B
Java
package com.intellij.codeInsight.daemon.quickFix;
|
|
|
|
/**
|
|
* @author ven
|
|
*/
|
|
public class CreateLocalFromUsageTest extends LightQuickFixTestCase {
|
|
public void test() throws Exception { doAllTests(); }
|
|
|
|
@Override
|
|
protected String getBasePath() {
|
|
return "/codeInsight/daemonCodeAnalyzer/quickFix/createLocalFromUsage";
|
|
}
|
|
}
|