Methods
-
execute()
-
Execute template. Can return a rejected Promise at any step.
- Source:
Returns:
- Type
- Promise
Abstract class for a test template that can perform a specific operation. Similar as a Scenario but doesn't have a validate() method. Used to mutualize test patterns
Execute template. Can return a rejected Promise at any step.