• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package test.mixed;
2 
3 import org.testng.annotations.Test;
4 
5 
6 /**
7  *
8  * @author lukas
9  */
10 public class TestNGTest1 {
11 
12     @Test
tngTest1()13     public void tngTest1() {
14 
15     }
16 
17     @Test
tngCustomTest1()18     public void tngCustomTest1() {
19 
20     }
21 }
22