Méthode | Description | |
---|---|---|
__construct ( Behat\Testwork\Suite\Suite $suite, |
Initializes specifications. | |
current ( ) | ||
getSuite ( ) | ||
key ( ) | ||
next ( ) | ||
rewind ( ) | ||
valid ( ) |
Méthode | Description | |
---|---|---|
createFilter ( string $type, string $filterString, Behat\Testwork\Suite\Suite $suite ) : Behat\Gherkin\Filter\FilterInterface | Creates filter of provided type. | |
getSuiteFilters ( Behat\Testwork\Suite\Suite $suite ) : Behat\Gherkin\Filter\FilterInterface[] | Returns list of filters from suite settings. | |
moveToNextAvailableFeature ( ) | Parses paths consequently. | |
parseFeature ( string $path ) : Behat\Gherkin\Node\FeatureNode[] | Parses feature at path. |
public __construct ( Behat\Testwork\Suite\Suite $suite, |
||
$suite | Behat\Testwork\Suite\Suite | |
$gherkin | ||
$paths | array | |
$filters | array |