The actual conditional: this method should return true if the condition is satisfied, otherwise, false.
true
145146147148149150151152153154
//test id 3 wc = repo.getWorkflowConditionById("3"); assertEquals(wc.getConditionName(), "TrueCond"); condInst = GenericWorkflowObjectFactory.getConditionObjectFromClassName(wc.getConditionInstanceClassName()); assertTrue(condInst.evaluate(m, wc.getTaskConfig())); } }