TestResult class

Constructors

TestResult(BddFramework _bdd)

Properties

hashCode int
The hash code for this object.
no setterinherited
passed List<bool>
Empty means the test was not run yet. If the Bdd has no examples, the result will be a single value. Otherwise, it will have one result for each example.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
terms Iterable<BddTerm>
no setter
wasSkipped bool
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap([BddConfig config = BddConfig._default]) List<String>
toString([BddConfig config = BddConfig._default]) String
A string representation of this object.
override

Operators

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