logo

Struct cucumber::writer::AssertNormalized[][src]

pub struct AssertNormalized<W: ?Sized>(_);
Expand description

Wrapper for a Writer asserting it being Normalized.

Technically is no-op, only forcing the Writer to become Normalized despite it actually doesn’t represent the one.

⚠️ WARNING: Should be used only in case you are absolutely sure, that incoming events will be emitted in a Normalized order. For example, in case max_concurrent_scenarios() is set to 1.

Implementations

Creates a new no-op AssertNormalized wrapper forcing Normalized implementation.

⚠️ WARNING: Should be used only in case you are absolutely sure, that incoming events will be emitted in a Normalized order. For example, in case max_concurrent_scenarios() is set to 1.

Trait Implementations

Writes val to the Writer’s output.

Formats the value using the given formatter. Read more

The resulting type after dereferencing.

Dereferences the value.

Returns number of Failed Steps. Read more

Returns number of parsing errors.

Returns number of failed Scenario hooks. Read more

Indicates whether there were failures/errors during execution.

CLI options of this Writer. In case no options should be introduced, just use cli::Empty. Read more

Handles the given Cucumber event. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Asserts this Writer being Normalized. Read more

Wraps this Writer into a Normalized version. Read more

Wraps this Writer to print a summary at the end of an output. Read more

Wraps this Writer to fail on Skipped Steps if their Scenario isn’t marked with @allow.skipped tag. Read more

Wraps this Writer to fail on Skipped Steps if the given with predicate returns true. Read more

Wraps this Writer to re-output Skipped Steps at the end of an output. Read more

Wraps this Writer to re-output Failed Steps or Parser errors at the end of an output. Read more

Wraps this Writer to re-output filtered events at the end of an output. Read more

Attaches the provided other Writer to the current one for passing events to both of them simultaneously. Read more

Wraps this Writer into a discard::Arbitrary one, providing a no-op ArbitraryWriter implementation. Read more

Wraps this Writer into a discard::Arbitrary one, providing a no-op FailureWriter implementation returning only 0. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.