PHP Class DataSift\Storyplayer\PlayerLib\StoryTemplate

Afficher le fichier Open project: datasift/storyplayer Class Usage Examples

Protected Properties

Свойство Type Description
$params
$story

Méthodes publiques

Méthode Description
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 )

Method Details

getAction() public méthode

public getAction ( )

getDeviceSetup() public méthode

public getDeviceSetup ( )

getDeviceTeardown() public méthode

public getDeviceTeardown ( )

getHints() public méthode

public getHints ( )

getParams() public méthode

public getParams ( )

getPerPhaseSetup() public méthode

public getPerPhaseSetup ( )

getPerPhaseTeardown() public méthode

public getPerPhaseTeardown ( )

getPostTestInspection() public méthode

getPreTestInspection() public méthode

getPreTestPrediction() public méthode

getSourceFilename() public méthode

public getSourceFilename ( )

getStory() public méthode

public getStory ( )

getTestCanRunCheck() public méthode

public getTestCanRunCheck ( )

getTestSetup() public méthode

public getTestSetup ( )

getTestTeardown() public méthode

public getTestTeardown ( )

hasAction() public méthode

public hasAction ( )

hasDeviceSetup() public méthode

public hasDeviceSetup ( )

hasDeviceTeardown() public méthode

public hasDeviceTeardown ( )

hasHints() public méthode

public hasHints ( )

hasPerPhaseSetup() public méthode

public hasPerPhaseSetup ( )

hasPerPhaseTeardown() public méthode

public hasPerPhaseTeardown ( )

hasPostTestInspection() public méthode

hasPreTestInspection() public méthode

hasPreTestPrediction() public méthode

hasTestCanRunCheck() public méthode

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

hasTestSetup() public méthode

public hasTestSetup ( )

hasTestTeardown() public méthode

public hasTestTeardown ( )

setParams() public méthode

public setParams ( $params = [] )

setStory() public méthode

public setStory ( Story $story )
$story Story

Property Details

$params protected_oe property

protected $params

$story protected_oe property

protected $story