import org.junit.Test; public class MyJavaTest { @Test public void testA() { } @Test public void testB() { } }