BddFeature class

Constructors

BddFeature(String title, {String? description})

Properties

bdds List<BddFramework>
no setter
description String?
final
hashCode int
The hash code for this object.
no setteroverride
isEmpty bool
no setter
isNotEmpty bool
no setter
result List<BddFramework>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testResults List<TestResult>
no setter
title String
final

Methods

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

Operators

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