|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
@BeforeScenario or
@AfterScenario fail.ScenarioParser.ScenarioRunner and is injected
in the Scenario to customise its runtime properties.Given, When and Then and their
aliases.System.out
ScenarioRunner.PrintStream, defaulting to
System.out.ScenarioReporter.Steps class.Steps from a
given scenario definition matching a list of CandidateSteps.Step, which
includes:
the associated annotation in the Steps class
the pattern to match the candidate step that configured in the annotation
the aliases for the step (optional)
the matched method inthe Steps 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.RunnableScenario.runScenario()
StepResult.Pending
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||