-
Classes Class Description org.jbpm.test.JbpmJUnitTestCase
-
Methods Method Description org.jbpm.test.JbpmJUnitBaseTestCase.assertProcessInstanceAborted(long, KieSession) This method does not check the actual state of process instance. Use eitherJbpmJUnitBaseTestCase.assertProcessInstanceAborted(long)if session persistence is enabled orJbpmJUnitBaseTestCase.assertProcessInstanceNotActive(long, KieSession)otherwise.org.jbpm.test.JbpmJUnitBaseTestCase.assertProcessInstanceCompleted(long, KieSession) This method does not check the actual state of process instance. Use eitherJbpmJUnitBaseTestCase.assertProcessInstanceCompleted(long)if session persistence is enabled orJbpmJUnitBaseTestCase.assertProcessInstanceNotActive(long, KieSession)otherwise.