protected static void | 
AEventRunnerTest.assertDidFire(IEventExecutionResult result,
             WorkflowTrigger trigger) | 
 Asserts that the trigger did fire, i.e. 
 | 
protected static void | 
AEventRunnerTest.assertErrorData(IEventExecutionResult result,
               WorkflowNode node,
               Object expectedData) | 
  | 
protected static void | 
AEventRunnerTest.assertErrorData(IEventExecutionResult result,
               WorkflowNode node,
               Object expectedData,
               int... indices) | 
  | 
protected static void | 
AEventRunnerTest.assertErrorMessage(IEventExecutionResult result,
                  WorkflowNode node,
                  String expectedMessage) | 
  | 
protected static void | 
AEventRunnerTest.assertErrorMessage(IEventExecutionResult result,
                  WorkflowNode node,
                  String expectedMessage,
                  int... indices) | 
  | 
protected static void | 
AEventRunnerTest.assertErrorType(IEventExecutionResult result,
               WorkflowNode node,
               String expectedType) | 
  | 
protected static void | 
AEventRunnerTest.assertErrorType(IEventExecutionResult result,
               WorkflowNode node,
               String expectedType,
               int... indices) | 
  | 
protected static void | 
AEventRunnerTest.assertExecutionFinishedOrder(IEventExecutionResult result,
                            WorkflowNode... nodes) | 
 Asserts that node executions finished in the given order. 
 | 
protected static void | 
AEventRunnerTest.assertExecutionFinishedOrderPartial(IEventExecutionResult result,
                                   WorkflowNode... nodes) | 
 Asserts that node executions finished in the given order. 
 | 
protected static void | 
AEventRunnerTest.assertExecutionStartedOrder(IEventExecutionResult result,
                           WorkflowNode... nodes) | 
 Asserts that node executions started in the given order. 
 | 
protected static void | 
AEventRunnerTest.assertExecutionStartedOrderPartial(IEventExecutionResult result,
                                  WorkflowNode... nodes) | 
 Asserts that node executions started in the given order. 
 | 
protected static ITaskExecutionErrorResult | 
AEventRunnerTest.assertFailure(IEventExecutionResult result) | 
  | 
protected static NodeThrewException | 
AEventRunnerTest.assertFailure(IEventExecutionResult result,
             WorkflowNode node) | 
  | 
protected static NodeThrewException | 
AEventRunnerTest.assertFailure(IEventExecutionResult result,
             WorkflowNode node,
             int... indices) | 
  | 
protected static void | 
AEventRunnerTest.assertNodeCompletedNormally(IEventExecutionResult result,
                           WorkflowNode node,
                           int... indices) | 
  | 
protected static IWorkflowNodeResult | 
AEventRunnerTest.assertNodeCompletionType(ENodeCompletionType expected,
                        IEventExecutionResult result,
                        WorkflowNode node,
                        int... indices) | 
  | 
protected static void | 
AEventRunnerTest.assertNodeExecutionCount(IEventExecutionResult result,
                        WorkflowNode node,
                        int expectedCount) | 
  | 
protected static void | 
AEventRunnerTest.assertNodeReturned(IEventExecutionResult result,
                  WorkflowNode node,
                  int... indices) | 
  | 
protected static void | 
AEventRunnerTest.assertNodeSuccessResultAtKeyEquals(Object expected,
                                  IEventExecutionResult result,
                                  WorkflowNode node,
                                  String key) | 
  | 
protected static void | 
AEventRunnerTest.assertNodeThrew(IEventExecutionResult result,
               WorkflowNode node,
               int... indices) | 
  | 
protected static void | 
AEventRunnerTest.assertNodeTransferredControl(EStandardControlTransferType controlTransferType,
                            IEventExecutionResult result,
                            WorkflowNode node,
                            int... indices) | 
  | 
protected static void | 
AEventRunnerTest.assertNodeTransferredControl(String controlTransferType,
                            IEventExecutionResult result,
                            WorkflowNode node,
                            int... indices) | 
  | 
protected static void | 
AEventRunnerTest.assertServletResponseContentString(IEventExecutionResult result,
                                  String content) | 
 Asserts that the text content of the servlet response of the given event execution result equals the expected
 value. 
 | 
protected static ITaskExecutionSuccessResult | 
AEventRunnerTest.assertSuccess(IEventExecutionResult result) | 
  | 
protected static ISuccessResultData | 
AEventRunnerTest.assertSuccess(IEventExecutionResult result,
             WorkflowNode node) | 
  | 
protected static ISuccessResultData | 
AEventRunnerTest.assertSuccess(IEventExecutionResult result,
             WorkflowNode node,
             int... indices) | 
  | 
protected static void | 
AEventRunnerTest.assertWasExecuted(IEventExecutionResult result,
                 WorkflowNode node) | 
 Asserts that the given node was executed. 
 | 
protected static void | 
AEventRunnerTest.assertWasExecutedNTimes(int expectedCount,
                       IEventExecutionResult result,
                       WorkflowNode node) | 
 Asserts that the given node was executed the given number of times. 
 | 
protected static void | 
AEventRunnerTest.assertWasExecutedNTimes(IEventExecutionResult result,
                       int count,
                       WorkflowNode node) | 
 Deprecated.
 
 | 
protected static void | 
AEventRunnerTest.assertWasNotExecuted(IEventExecutionResult result,
                    WorkflowNode node) | 
 Asserts that the given node was not executed. 
 | 
protected static String | 
AEventRunnerTest.getNodeErrorMessage(IEventExecutionResult result,
                   WorkflowNode node) | 
  | 
protected static Object | 
AEventRunnerTest.getNodeErrorResultAtPath(IEventExecutionResult result,
                        WorkflowNode node,
                        String path) | 
  | 
protected static <T> T | 
AEventRunnerTest.getNodeErrorResultAtPath(IEventExecutionResult result,
                        WorkflowNode node,
                        String path,
                        Class<T> type) | 
  | 
protected static Object | 
AEventRunnerTest.getNodeErrorResultValue(IEventExecutionResult result,
                       WorkflowNode node) | 
  | 
protected static String | 
AEventRunnerTest.getNodeErrorType(IEventExecutionResult result,
                WorkflowNode node) | 
  | 
protected static int | 
AEventRunnerTest.getNodeExecutionCount(IEventExecutionResult result,
                     WorkflowNode node) | 
  | 
protected static IWorkflowFile | 
AEventRunnerTest.getNodeFileAtDefaultGroup(IEventExecutionResult result,
                         WorkflowNode node) | 
  | 
protected static IWorkflowFile | 
AEventRunnerTest.getNodeFileAtGroup(IEventExecutionResult result,
                  WorkflowNode node,
                  String group) | 
  | 
protected static Map<String,List<IWorkflowFile>> | 
AEventRunnerTest.getNodeFiles(IEventExecutionResult result,
            WorkflowNode node) | 
  | 
protected static List<IWorkflowFile> | 
AEventRunnerTest.getNodeFilesAtDefaultGroup(IEventExecutionResult result,
                          WorkflowNode node) | 
  | 
protected static List<IWorkflowFile> | 
AEventRunnerTest.getNodeFilesAtGroup(IEventExecutionResult result,
                   WorkflowNode node,
                   String group) | 
  | 
protected static IWorkflowFileValue | 
AEventRunnerTest.getNodeFileValue(IEventExecutionResult result,
                WorkflowNode node) | 
  | 
protected static IWorkflowNodeResult | 
AEventRunnerTest.getNodeResult(IEventExecutionResult result,
             WorkflowNode node) | 
  | 
protected static IWorkflowNodeResult | 
AEventRunnerTest.getNodeResult(IEventExecutionResult result,
             WorkflowNode node,
             int... indices) | 
  | 
protected static List<IWorkflowNodeResult> | 
AEventRunnerTest.getNodeResults(IEventExecutionResult result,
              WorkflowNode node) | 
  | 
protected static NodeSoftErrorException | 
AEventRunnerTest.getNodeSoftError(IEventExecutionResult result,
                WorkflowNode node) | 
  | 
protected static String | 
AEventRunnerTest.getNodeSoftErrorMessage(IEventExecutionResult result,
                       WorkflowNode node) | 
  | 
protected static List<String> | 
AEventRunnerTest.getNodeSoftErrorMessages(IEventExecutionResult result,
                        WorkflowNode node) | 
  | 
protected static Object | 
AEventRunnerTest.getNodeSoftErrorResultAtPath(IEventExecutionResult result,
                            WorkflowNode node,
                            String path) | 
  | 
protected static <T> T | 
AEventRunnerTest.getNodeSoftErrorResultAtPath(IEventExecutionResult result,
                            WorkflowNode node,
                            String path,
                            Class<T> type) | 
  | 
protected static List<Object> | 
AEventRunnerTest.getNodeSoftErrorResultsAtPath(IEventExecutionResult result,
                             WorkflowNode node,
                             String path) | 
  | 
protected static <T> List<T> | 
AEventRunnerTest.getNodeSoftErrorResultsAtPath(IEventExecutionResult result,
                             WorkflowNode node,
                             String path,
                             Class<T> type) | 
  | 
protected static Object | 
AEventRunnerTest.getNodeSoftErrorResultValue(IEventExecutionResult result,
                           WorkflowNode node) | 
  | 
protected static List<Object> | 
AEventRunnerTest.getNodeSoftErrorResultValues(IEventExecutionResult result,
                            WorkflowNode node) | 
  | 
protected static List<NodeSoftErrorException> | 
AEventRunnerTest.getNodeSoftErrors(IEventExecutionResult result,
                 WorkflowNode node) | 
  | 
protected static String | 
AEventRunnerTest.getNodeSoftErrorType(IEventExecutionResult result,
                    WorkflowNode node) | 
  | 
protected static List<String> | 
AEventRunnerTest.getNodeSoftErrorTypes(IEventExecutionResult result,
                     WorkflowNode node) | 
  | 
protected static Object | 
AEventRunnerTest.getNodeSuccessResultAtKey(IEventExecutionResult result,
                         WorkflowNode node,
                         String key) | 
  | 
protected static <T> T | 
AEventRunnerTest.getNodeSuccessResultAtKey(IEventExecutionResult result,
                         WorkflowNode node,
                         String key,
                         Class<T> type) | 
  | 
protected static Object | 
AEventRunnerTest.getNodeSuccessResultAtPath(IEventExecutionResult result,
                          WorkflowNode node,
                          String path) | 
  | 
protected static <T> T | 
AEventRunnerTest.getNodeSuccessResultAtPath(IEventExecutionResult result,
                          WorkflowNode node,
                          String path,
                          Class<T> type) | 
  | 
protected static ISuccessResultData | 
AEventRunnerTest.getNodeSuccessResultData(IEventExecutionResult result,
                        WorkflowNode node) | 
  | 
protected static Object | 
AEventRunnerTest.getNodeSuccessResultValue(IEventExecutionResult result,
                         WorkflowNode node) | 
  | 
protected static NodeThrewException | 
AEventRunnerTest.getNodeThrewException(IEventExecutionResult result,
                     WorkflowNode node) | 
  | 
protected static NodeThrewException | 
AEventRunnerTest.getNodeThrewException(IEventExecutionResult result,
                     WorkflowNode node,
                     int... indices) | 
  | 
protected static IServletResponse | 
AEventRunnerTest.getServletResponse(IEventExecutionResult result) | 
 Gets the servlet response of the given event execution result. 
 | 
protected static String | 
AEventRunnerTest.getServletResponseContentString(IEventExecutionResult result) | 
 Gets the text content of the servlet response of the given event execution result. 
 | 
protected <T> T | 
AWorkflowEngineTest.getSuccessValueAs(IEventExecutionResult result,
                 AWorkflowElement<?,?> element,
                 Class<T> expectedType) | 
  |