Files
openide/testSource/AllTests.java
Maxim Shafirov 7460e5adae initial
2005-01-13 23:44:30 +03:00

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("");
}
}