testSearchNodeGraphForward() currently searching forward does not work and needs to be implemented, we'll stub in a test
that shows it throws an UnsupportedOperationException and then this test can be modified when the
functionality is implemented.
public void testGetFlattenedNodeInstances() throws Exception(Code)
testSearchNodeGraphForward
public void testSearchNodeGraphForward() throws Exception(Code)
currently searching forward does not work and needs to be implemented, we'll stub in a test
that shows it throws an UnsupportedOperationException and then this test can be modified when the
functionality is implemented.
testSearchNodeGraphParallelBackward
public void testSearchNodeGraphParallelBackward() throws Exception(Code)
testSearchNodeGraphSequentailBackward
public void testSearchNodeGraphSequentailBackward() throws Exception(Code)
Methods inherited from org.kuali.workflow.test.WorkflowTestCase