PHP 클래스 DataSift\Storyplayer\PlayerLib\StoryTemplate

저자: Stuart Herbert ([email protected])
파일 보기 프로젝트 열기: datasift/storyplayer 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$params
$story

공개 메소드들

메소드 설명
getAction ( )
getDeviceSetup ( )
getDeviceTeardown ( )
getHints ( )
getParams ( )
getPerPhaseSetup ( )
getPerPhaseTeardown ( )
getPostTestInspection ( )
getPreTestInspection ( )
getPreTestPrediction ( )
getSourceFilename ( )
getStory ( )
getTestCanRunCheck ( )
getTestSetup ( )
getTestTeardown ( )
hasAction ( )
hasDeviceSetup ( )
hasDeviceTeardown ( )
hasHints ( )
hasPerPhaseSetup ( )
hasPerPhaseTeardown ( )
hasPostTestInspection ( )
hasPreTestInspection ( )
hasPreTestPrediction ( )
hasTestCanRunCheck ( ) Helper methods to keep the Templates API in line with the phases
hasTestSetup ( )
hasTestTeardown ( )
setParams ( $params = [] )
setStory ( Story $story )

메소드 상세

getAction() 공개 메소드

public getAction ( )

getDeviceSetup() 공개 메소드

public getDeviceSetup ( )

getDeviceTeardown() 공개 메소드

public getDeviceTeardown ( )

getHints() 공개 메소드

public getHints ( )

getParams() 공개 메소드

public getParams ( )

getPerPhaseSetup() 공개 메소드

public getPerPhaseSetup ( )

getPerPhaseTeardown() 공개 메소드

public getPerPhaseTeardown ( )

getPostTestInspection() 공개 메소드

getPreTestInspection() 공개 메소드

getPreTestPrediction() 공개 메소드

getSourceFilename() 공개 메소드

public getSourceFilename ( )

getStory() 공개 메소드

public getStory ( )

getTestCanRunCheck() 공개 메소드

public getTestCanRunCheck ( )

getTestSetup() 공개 메소드

public getTestSetup ( )

getTestTeardown() 공개 메소드

public getTestTeardown ( )

hasAction() 공개 메소드

public hasAction ( )

hasDeviceSetup() 공개 메소드

public hasDeviceSetup ( )

hasDeviceTeardown() 공개 메소드

public hasDeviceTeardown ( )

hasHints() 공개 메소드

public hasHints ( )

hasPerPhaseSetup() 공개 메소드

public hasPerPhaseSetup ( )

hasPerPhaseTeardown() 공개 메소드

public hasPerPhaseTeardown ( )

hasPostTestInspection() 공개 메소드

hasPreTestInspection() 공개 메소드

hasPreTestPrediction() 공개 메소드

hasTestCanRunCheck() 공개 메소드

Helper methods to keep the Templates API in line with the phases
public hasTestCanRunCheck ( )

hasTestSetup() 공개 메소드

public hasTestSetup ( )

hasTestTeardown() 공개 메소드

public hasTestTeardown ( )

setParams() 공개 메소드

public setParams ( $params = [] )

setStory() 공개 메소드

public setStory ( Story $story )
$story Story

프로퍼티 상세

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

protected $params

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

protected $story