FeatureFileReporter class

Inheritance

Constructors

FeatureFileReporter({bool clearAllOutputBeforeRun = false})

Properties

clearAllOutputBeforeRun bool
final
directory String
Add a bar to the end of dir, only if necessary.
no setter
features Set<BddFeature>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

normalizeFileName(String name) String
Keeps A-Z 0-9, make it lowercase, and change spaces into underline.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
report() Future<void>
Subclasses must implement this.
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

dir String
Change this to output the results to another dir.
getter/setter pair