|
||||||||||
| 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.ScenarioReporters and delegates all
invocations to the collected reporters.PrintStream instances that write to a file.System.out
ScenarioRunner.PrintStream instances for named storiesPrintStream, defaulting to
System.out.ScenarioReporters.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.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 | |||||||||