blob: 070016c5fe8a22a8d8df66956b15e76da9b49513 [file] [log] [blame]
package test.cyclic;
import org.testng.annotations.Test;
public class HibernateConcreteTests extends AbstractGenericTests {
@Test(groups="integration")
public void testSomethingElse() {
//...
}
}