PHP 클래스 Behat\Gherkin\Filter\PathsFilter

저자: Konstantin Kudryashov ([email protected])
상속: extends Behat\Gherkin\Filter\SimpleFilter
파일 보기 프로젝트 열기: behat/gherkin 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$filterPaths

공개 메소드들

메소드 설명
__construct ( array $paths ) Initializes filter.
isFeatureMatch ( Behat\Gherkin\Node\FeatureNode $feature ) : boolean Checks if Feature matches specified filter.
isScenarioMatch ( Behat\Gherkin\Node\ScenarioInterface $scenario ) : false Checks if scenario or outline matches specified filter.

메소드 상세

__construct() 공개 메소드

Initializes filter.
public __construct ( array $paths )
$paths array List of approved paths

isFeatureMatch() 공개 메소드

Checks if Feature matches specified filter.
public isFeatureMatch ( Behat\Gherkin\Node\FeatureNode $feature ) : boolean
$feature Behat\Gherkin\Node\FeatureNode Feature instance
리턴 boolean

isScenarioMatch() 공개 메소드

Checks if scenario or outline matches specified filter.
public isScenarioMatch ( Behat\Gherkin\Node\ScenarioInterface $scenario ) : false
$scenario Behat\Gherkin\Node\ScenarioInterface Scenario or Outline node instance
리턴 false This filter is designed to work only with features

프로퍼티 상세

$filterPaths 보호되어 있는 프로퍼티

protected $filterPaths