Flow Fixture Keywords
- abandon story test - stop execution of the current story test
- calculate - use Calculate Fixture with current SUT
- check <method> <parms> <expected value>
- check fields for <method> <parms> wraps the result so it can be checked with Array Fixture.
- comment - skip rest
- ensure <method> <parms> - expected true
- ignored - ignore rest
- name <name> <method> <parms> - wrap result and save
- not <method> <parms> - expected false
- note - skip row
- set <method> <parms> - execute a method, by convention a setter method
- reject <method> <parms> - expected false
- show <method> <parms>
- show as <attributes> <method> <parms>
- start <class>
- wait until <method> <parms> <expected value>
- with