mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
11 lines
173 B
Java
11 lines
173 B
Java
import junit.framework.Test;
|
|
|
|
/**
|
|
* @author mike
|
|
*/
|
|
public class AllTests {
|
|
public static Test suite() throws Throwable {
|
|
return new com.intellij.TestAll("");
|
|
}
|
|
}
|