@Override @AfterGroups( dependsOnGroups = {TestGroupNames.SC_INIT_REQUIRED}, value = {TestGroupNames.SC_TEST_POINTBASE}, groups = {TestGroupNames.SC_TEST_POINTBASE}) public void discard() { super.discard(); }
@Override @BeforeGroups( dependsOnGroups = {TestGroupNames.SC_INIT_REQUIRED}, value = {TestGroupNames.SC_TEST_POINTBASE}, groups = {TestGroupNames.SC_TEST_POINTBASE}) public void init() throws Exception { super.init(); }