Each row is interpreted as one of the following.
- One of the standard Flow Fixture Keywords.
- A custom flow fixture keyword defined in the current fixture.
- Method Execution for a method defined in the current fixture or the current fixture's System Under Test.
- The name of a new fixture that will process the rest of the current table.
If the method invoked for a row returns certain types, the return value will be set as the System Under Test for a Fixture Wrapper that will process the rest of the table.
A row might ambiguously refer to: a fixture class name, a method in the fixture or System Under Test, or a keyword. With method-keyword ambiguity, the keyword is executed. With fixture-method ambiguity, the method is executed.
when input is⇓ | 'sample do' check one 1 summary | then output is |
|