blob: afad39e769d18aca04e0125250e913cd7154de77 [file] [log] [blame]
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");
}
}