PHP 클래스 SampleContext, behat-rest-testing

상속: extends Behat\RestTestingContext\BaseContext
파일 보기 프로젝트 열기: deminy/behat-rest-testing

공개 메소드들

메소드 설명
afterFeature ( )
afterScenario ( )
beforeFeature ( )
beforeScenario ( )
typeOfTheFieldIs ( string $value, string $fieldProperty, string $fieldType ) : void

보호된 메소드들

메소드 설명
getDataFile ( ) : string

메소드 상세

afterFeature() 공개 정적인 메소드

public static afterFeature ( )

afterScenario() 공개 정적인 메소드

public static afterScenario ( )

beforeFeature() 공개 정적인 메소드

public static beforeFeature ( )

beforeScenario() 공개 정적인 메소드

public static beforeScenario ( )

getDataFile() 보호된 정적인 메소드

protected static getDataFile ( ) : string
리턴 string

typeOfTheFieldIs() 공개 메소드

public typeOfTheFieldIs ( string $value, string $fieldProperty, string $fieldType ) : void
$value string
$fieldProperty string
$fieldType string
리턴 void