blob: 01ded8f9c34cc13ea0791bbef4f63e40b4c9ef59 [file] [log] [blame]
package test.mixed;
import org.testng.annotations.Test;
/**
*
* @author lukas
*/
public class TestNGTest1 {
@Test
public void tngTest1() {
}
@Test
public void tngCustomTest1() {
}
}