IntellijFormatter class

Implemented types

Constructors

IntellijFormatter(ResultBuffer buffer)

Properties

buffer ResultBuffer
final
currentFeature FeatureStatus?
getter/setter pair
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
getCurrentTime() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
out(String template, List<String?> params) → void
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

Static Properties

DATE_FORMAT ↔ DateFormat
getter/setter pair