FeatureFileVisitor class

Constructors

FeatureFileVisitor()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
visit(String featureFileContents, String path, LanguageService languageService, Reporter reporter) Future<void>
visitFeature(String name, String? description, Iterable<String> tags, int childScenarioCount) Future<void>
visitScenario(String featureName, Iterable<String> featureTags, String name, Iterable<String> tags, bool isFirst, bool isLast) Future<void>
visitScenarioStep(String name, Iterable<String> multiLineStrings, GherkinTable? table) Future<void>

Operators

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