Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITCWhen

This interface is implemented by the return value of a testcase's when function.

It can be used to chain multiple when functions together sequentially by calling .and.

Hierarchy

  • ITCWhen

Index

Properties

Properties

and

and: function

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.

param

a step that performs a state change

Type declaration

Generated using TypeDoc