Uses of Enum Class
com.agentforge4j.testkit.assertion.FailureKind
Packages that use FailureKind
-
Uses of FailureKind in com.agentforge4j.testkit.assertion
Methods in com.agentforge4j.testkit.assertion that return FailureKindModifier and TypeMethodDescriptionstatic FailureKindReturns the enum constant of this class with the specified name.static FailureKind[]FailureKind.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 FailureKindModifier and TypeMethodDescriptionWorkflowRunAssert.failedWith(FailureKind kind) Asserts the run failed with the given failure kind.