mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 04:50:58 +07:00
14 lines
316 B
Java
14 lines
316 B
Java
package com.intellij.codeInsight.daemon.quickFix;
|
|
|
|
public class MoveBoundClassToFrontTest extends LightQuickFixTestCase {
|
|
public void test() throws Exception {
|
|
doAllTests();
|
|
}
|
|
|
|
@Override
|
|
protected String getBasePath() {
|
|
return "/codeInsight/daemonCodeAnalyzer/quickFix/moveBoundClassToFront";
|
|
}
|
|
}
|
|
|