mixinafFancordion::Command
afFancordion::Command
Implement to create your own Fancordion commands. To use your own command in a specification, add it to the FancordionRunner:
runner := FancordionRunner() myCmd := MyCommand() runner.commands["mycmd"] = myCmd
- canFailFast
virtual Bool canFailFast()If
truethen this command can be ignored should a previous command fail.Defaults to
true.- runCommand
abstract Void runCommand(FixtureCtx fixCtx, CommandCtx cmdCtx)Runs the command with the given URI and text.