|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ScenarioParser.ScenarioRunner and is injected
in the Scenario to customise its runtime properties.Given, When and Then and their
aliases.ScenarioReporters and delegates all
invocations to the collected reporters.PrintStream instances that write to a file.System.out
KeyWords.defaultKeywords().
ScenarioRunner.PrintStream instances for named storiesPrintStream, defaulting to
System.out.ScenarioReporters.ScenarioReporter.Steps class.Steps from a
given story or scenario definition matching a list of CandidateSteps.CandidateSteps
class
the pattern to match the candidate step that is configured in the
annotation
the alias patterns for the candidate step (optional)
the method in the CandidateSteps class
Stepdocs from the annotations of the given CandidateSteps instances.Step during which a failure occurred.Throwable that caused the failure is wrapped
in a StepFailure together with the step during which the failure
occurred.CandidateSteps which provides access to the
definition of candidate steps that match the scenario you want to run.CandidateSteps from POJO instances.RunnableScenario.runScenario()
StepResult.Pending
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||