• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package test.preserveorder;
2 
3 import org.testng.annotations.Test;
4 
5 @Test(singleThreaded=true)
6 public class PrgTest {
7 	  @Test
prg1()8 	  public void prg1() {
9 	  }
10 
11 	  @Test
prg2()12 	  public void prg2() {
13 	  }
14 
15 
16 }
17