featureFileMatcher property

  1. @deprecated
FeatureFileMatcher featureFileMatcher
getter/setter pair

Lists feature files paths, which match features patterns.

Instead of using this variable, give the features in the @GherkinTestSuite(features: <String>[]) option.

Implementation

@deprecated
FeatureFileMatcher featureFileMatcher = const IoFeatureFileAccessor();