BddReporter class abstract

Example:

void main() async {
  BddReporter.set(ConsoleReporter(), FeatureFileReporter());
  group('favorites_test', favorites_test.main);
  group('search_test', search_test.main);
  await BddReporter.reportAll();
}
Implementers

Constructors

BddReporter()

Properties

features Set<BddFeature>
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

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

Operators

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

Static Properties

ignoreOverflow bool
getter/setter pair
runInfo ↔ _RunInfo
getter/setter pair

Static Methods

reportAll() Future<void>
set([BddReporter? r1, BddReporter? r2, BddReporter? r3, BddReporter? r4, BddReporter? r5]) → void

Constants

reset → const String
yellow → const String