blob: 62c78ce051cc78e55d15d310294e2de248c738a4 [file] [log] [blame]
package test.cyclic;
import org.testng.annotations.Test;
public abstract class AbstractGenericTests extends BaseIntegrationTest {
@Test(groups="integration")
public final void testSomething() {
//...
}
}