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