Then
Last updated
Was this helpful?
Last updated
Was this helpful?
Then
steps are used to describe an expected outcome or result. They perform an assertion.
- Assert that the process is in the expected state
- Assert that the process is in the expected end state
- Assert that a property of the current state has the expected value
- Assert that the actor is defined in the process
- Assert that a property of an actor has the expected value
- Assert that a process variable (vars
) has the expected value
- Assert that the process result has the expected value
- Assert that the process has or doesn't have a specific tag
- Assert that a service has (or hasn't) been notified
- Assert that the previous action has failed
- Assert that the previous action was applied successfully
- Assert that there are no failed actions
- Assert that the previous state change was caused by a timeout