1 package test.cyclic; 2 3 import org.testng.annotations.Test; 4 5 public class SomeConcreteTests extends AbstractGenericTests { 6 7 @Test(groups="integration") 8 public void testSomethingElse() { 9 //... 10 } 11 12 }