use of net.heartsome.test.swtbot.junit.Repeat in project translationstudio8 by heartsome.
the class MemoryDatabaseTest method tc9DeletetreiTbConnection.
@Repeat(5)
@Ignore
@Test
public void tc9DeletetreiTbConnection() {
HsRow row = shConnectServerData.new HsRow(deleteConnectionNum);
MemoryDBManagement db = new MemoryDBManagement(row);
db.setMemory(false);
db.deleteConnection(TsUIConstants.Entry.MENU);
deleteConnectionNum++;
}
use of net.heartsome.test.swtbot.junit.Repeat 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++;
}
use of net.heartsome.test.swtbot.junit.Repeat in project translationstudio8 by heartsome.
the class ProjectOperationTest method tc3RenameProject.
// @Ignore
@Repeat(5)
@Test
public void tc3RenameProject() {
ProjectRename prj = new ProjectRename(shRenamePrjData.new HsRow(renamePrjNum));
prj.renamePrj(TsUIConstants.Entry.SHORTCUT);
renamePrjNum++;
}
Aggregations