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