mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-03 11:47:50 +07:00
9 lines
168 B
Java
9 lines
168 B
Java
package apackage;
|
|
|
|
import junit.framework.TestCase;
|
|
|
|
public class SampleClass extends TestCase {
|
|
public void test1() {}
|
|
|
|
public static void main(String[] args){ }
|
|
} |