* - name has been updated after command run
*/
@Test
public void testDoRun() {
FactorCategory fc1st = (FactorCategory) factorTable.getEntries().get(0);
new SetCategoryNameCommand(fc1st,"new name for category").runWithoutUnicaseCommand();
assertEquals("new name for category", fc1st.getName());
}