GherkinTestSuite class

An annotation used to specify a class to generate Gherkin tests that adhere to the style required by the integration_test package

Constructors

GherkinTestSuite({ExecutionOrder executionOrder = ExecutionOrder.random, String featureDefaultLanguage = 'en', Iterable<Pattern> featurePaths = const <String>['integration_test/features/**.feature']})
const

Properties

executionOrder → ExecutionOrder
The execution order of features - this default to random to avoid any inter-test dependencies
final
featureDefaultLanguage String
The default feature language
final
featurePaths Iterable<Pattern>
Path to the feature files to generate tests for
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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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