01: package test.cyclic; 02: 03: import org.testng.annotations.Test; 04: 05: public class HibernateConcreteTests extends AbstractGenericTests { 06: 07: @Test(groups="integration") 08: public void testSomethingElse() { 09: //... 10: } 11: 12: }