DelegatingFormatter class

Implemented types

Constructors

DelegatingFormatter(List<Formatter> formatters)

Properties

formatters List<Formatter>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

background(_Background background) → void
override
close() → void
override
done(Object status) → void
override
endOfScenarioLifeCycle(_Scenario endScenario) → void
override
eof(RunStatus status) → void
override
examples(GherkinTable examples) → void
override
feature(FeatureStatus featureStatus) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scenario(ScenarioStatus scenario) → void
override
startOfScenarioLifeCycle(_Scenario startScenario) → void
override
step(StepStatus step) → void
override
syntaxError(String var1, String var2, List<String> var3, String var4, int var5) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited