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