import org.testng.annotations.Test; public class MyTest { @Test public void testMethod1() { } @Test public void testMethod2() { } }