Uses of Class
com.agentforge4j.testkit.capture.WorkflowRunResult
Packages that use WorkflowRunResult
-
Uses of WorkflowRunResult in com.agentforge4j.testkit.assertion
Methods in com.agentforge4j.testkit.assertion with parameters of type WorkflowRunResultModifier and TypeMethodDescriptionstatic WorkflowRunAssertWorkflowRunAssert.assertThat(WorkflowRunResult result) Begins an assertion chain over a run result. -
Uses of WorkflowRunResult in com.agentforge4j.testkit.harness
Methods in com.agentforge4j.testkit.harness that return WorkflowRunResultModifier and TypeMethodDescriptionAssembles a fake-backed runtime, runs the given workflow to completion or to its first suspended state, and returns the captured result.WorkflowTestHarness.run(String workflowId, List<GateResponse> responses) Assembles a fake-backed runtime, starts the given workflow, and drives it forward by draining oneresponseat each human-in-the-loop pause (input / review / step-approval / escalation) until the responses are exhausted.