@Test
public void testDoRun() {
FactorCategory fc1st = (FactorCategory) factorTable.getEntries().get(0);
Factor factor1st = (Factor) fc1st.getChildren().get(1);
new SetFactorPriorityCommand(factor1st,"3").runWithoutUnicaseCommand();
assertEquals("3", factor1st.getPriority());
}