use of net.heartsome.cat.ts.test.basecase.menu.file.ProjectDelete in project translationstudio8 by heartsome.
the class ProjectOperationTest method tc1DeleteProject.
@Repeat(3)
@Test
public void tc1DeleteProject() {
ProjectCreate prj1 = new ProjectCreate(shCreatePrjData.new HsRow(deletePrjNum));
prj1.createPrj(TsUIConstants.Entry.MENU);
ProjectDelete prj2 = new ProjectDelete(shDeletePrjData.new HsRow(deletePrjNum));
prj2.deletePrj(TsUIConstants.Entry.MENU);
deletePrjNum++;
}
Aggregations