mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 03:20:56 +07:00
16 lines
347 B
Java
16 lines
347 B
Java
package com.intellij.codeInsight.daemon.quickFix;
|
|
|
|
/**
|
|
* @author ven
|
|
*/
|
|
public class CreateEnumConstantFromUsageTest extends LightQuickFix15TestCase{
|
|
|
|
public void test() throws Exception { doAllTests(); }
|
|
|
|
@Override
|
|
protected String getBasePath() {
|
|
return "/codeInsight/daemonCodeAnalyzer/quickFix/createEnumConstantFromUsage";
|
|
}
|
|
|
|
}
|