blob: cf33bb4d44f26f53c69984ab6181e90dda86f767 [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 {
}
}