mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-06 13:20:53 +07:00
7 lines
141 B
Java
7 lines
141 B
Java
package abstractPattern;
|
|
import junit.framework.TestCase;
|
|
|
|
class TestA extends TestCase {
|
|
public void test1() {}
|
|
public void test2() {}
|
|
} |