Uses of Enum Class
com.agentforge4j.testkit.assertion.ApprovalOutcome
Packages that use ApprovalOutcome
-
Uses of ApprovalOutcome in com.agentforge4j.testkit.assertion
Methods in com.agentforge4j.testkit.assertion that return ApprovalOutcomeModifier and TypeMethodDescriptionstatic ApprovalOutcomeReturns the enum constant of this class with the specified name.static ApprovalOutcome[]ApprovalOutcome.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.agentforge4j.testkit.assertion with parameters of type ApprovalOutcomeModifier and TypeMethodDescriptionWorkflowRunAssert.approvalDecision(String stepId, ApprovalOutcome outcome) Asserts an approval decision with a non-empty reason/note was recorded at the given step.