blob: 3422cbdc4c03744f7a4dd31c78dd26b9d557a048 [file] [log] [blame]
package test.tmp.p2;
import static org.testng.AssertJUnit.assertNotNull;
import org.testng.annotations.Test;
public class ServiceTest {
@Test(groups = {"group1"})
public void service() {
assertNotNull(null);
}
}