blob: 3eae507131d1d609d59017140b4d52f2b92cd21d [file] [log] [blame]
import junit.framework.TestCase;
public class TestApplication extends TestCase {
public void test() { }
public static void main(String[] args){ }
}