Optional descriptionDescribe the success-condition for this assertion.
Optional fromWait for the machine to be in this state before assertion begins.
Optional logNormally we want logs for assertions, right? Well, you can tune them just like you can with TStatebotOptions.
Optional permittedIf we hit an unexpected state during assertion, this is a "deviation". It might be that the FSM will come back to the expected state again after a certain number of these. For example, if your FSM has a "retry" route configured, this number can account for it.
Optional runRun this function just before starting the assertion.
Optional timeoutPermitted length of time for the entire assertion, in milliseconds.
Generated using TypeDoc
assertRoute options.