Struct gherkin_rust::ScenarioBuilder[][src]

pub struct ScenarioBuilder { /* fields omitted */ }

Builder for Scenario.

Methods

impl ScenarioBuilder
[src]

The name of the scenario.

The parsed steps from the scenario directive.

The tags for the scenarios directive if provided.

The (line, col) position the scenario directive was found in the .feature file.

Builds a new Scenario.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for ScenarioBuilder
[src]

Returns the "default value" for a type. Read more

impl Clone for ScenarioBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations