This interface is implemented by the return value of a testcase's when function.
when
It can be used to chain multiple when functions together sequentially by calling .and.
.and
Call this function to chain multiple when functions together sequentially.
To validate the state following the execution of this step, use validate inside the step callback.
validate
a step that performs a state change
Generated using TypeDoc
This interface is implemented by the return value of a testcase's
whenfunction.It can be used to chain multiple
whenfunctions together sequentially by calling.and.