Formatter class abstract

This is the interface you should implement if you want your own custom formatter.

Implementers

Constructors

Formatter()

Properties

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

Operators

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