Call this function to chain multiple given
functions together sequentially.
To validate the initial state following the execution of this step, use validate
inside the step callback.
Call this function to invoke a state change of the tested application.
To validate the state following the execution of this step, use validate
inside the step callback.
Generated using TypeDoc
This interface is implemented by the return value of a testcase's
given
function.It can be used to chain multiple
given
functions together sequentially by calling.and
or to trigger a state change by invoking.when
.