1package test.preserveorder; 2 3import org.testng.annotations.Test; 4 5@Test(singleThreaded = true) 6public class EdnTest { 7 8 @Test 9 public void edn1() { 10 } 11 12 @Test 13 public void edn2() { 14 } 15 16} 17