blob: af68a7038e55686edb282517a9114027f9236cb3 [file] [log] [blame]
import junit.framework.TestCase;
public class ExampleTest extends TestCase {
public void testHello() {
System.out.println("Hello From Test");
}
}