Home | History | Annotate | Download | only in bug92
      1 package test.bug92;
      2 
      3 import org.testng.annotations.Test;
      4 
      5 public class TestAlpha extends TestBase {
      6 
      7 	@Test
      8 	public void test1() {
      9 	}
     10 
     11 	@Test
     12 	public void test2() {
     13 	}
     14 }