blob: 1b1704251fa8a0ea0e206646839d2daaeeec71fb [file] [log] [blame]
package test.dependent;
import org.testng.annotations.Test;
@Test(groups = {"integration"}, dependsOnGroups = {"checkin", "a"})
public class MultiGroup2SampleTest {
public void test2() throws Exception {
}
}