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

Source

virtual Bool canFailFast()

If true then this command can be ignored should a previous command fail.

Defaults to true.

runCommand

Source

abstract Void runCommand(FixtureCtx fixCtx, CommandCtx cmdCtx)

Runs the command with the given URI and text.