package test.preserveorder; import org.testng.annotations.Test; public class B { @Test public void b1() { } @Test public void b2() { } @Test public void b3() { } }