mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-21 06:08:30 +07:00
14 lines
288 B
Java
14 lines
288 B
Java
package com.intellij.codeInsight.daemon.quickFix;
|
|
|
|
public class InsertNewTest extends LightQuickFixTestCase {
|
|
|
|
public void test() throws Exception { doAllTests(); }
|
|
|
|
@Override
|
|
protected String getBasePath() {
|
|
return "/codeInsight/daemonCodeAnalyzer/quickFix/insertNew";
|
|
}
|
|
|
|
}
|
|
|