package test.preserveorder; import org.testng.annotations.Test; @Test(singleThreaded = true) public class SibTest { @Test public void sib1() { // System.out.println("sib1"); // try { // Thread.sleep(1); // } catch (InterruptedException e) { // // TODO Auto-generated catch block // e.printStackTrace(); // } } @Test public void sib2() { // System.out.println("sib2"); } }