mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 06:01:00 +07:00
10 lines
185 B
Java
10 lines
185 B
Java
import junit.framework.TestCase;
|
|
|
|
public class SomeTestWithTestDataDir extends TestCase {
|
|
public void testIntelliJ<caret>IDEA() {
|
|
|
|
}
|
|
|
|
public void testTestDataForThisTest() {
|
|
}
|
|
} |