PHP Class DataSift\Storyplayer\PlayerLib\StoryTemplate

Datei anzeigen Open project: datasift/storyplayer Class Usage Examples

Protected Properties

Property Type Description
$params
$story

Public Methods

Method 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 method

public getAction ( )

getDeviceSetup() public method

public getDeviceSetup ( )

getDeviceTeardown() public method

public getDeviceTeardown ( )

getHints() public method

public getHints ( )

getParams() public method

public getParams ( )

getPerPhaseSetup() public method

public getPerPhaseSetup ( )

getPerPhaseTeardown() public method

public getPerPhaseTeardown ( )

getPostTestInspection() public method

getPreTestInspection() public method

getPreTestPrediction() public method

getSourceFilename() public method

public getSourceFilename ( )

getStory() public method

public getStory ( )

getTestCanRunCheck() public method

public getTestCanRunCheck ( )

getTestSetup() public method

public getTestSetup ( )

getTestTeardown() public method

public getTestTeardown ( )

hasAction() public method

public hasAction ( )

hasDeviceSetup() public method

public hasDeviceSetup ( )

hasDeviceTeardown() public method

public hasDeviceTeardown ( )

hasHints() public method

public hasHints ( )

hasPerPhaseSetup() public method

public hasPerPhaseSetup ( )

hasPerPhaseTeardown() public method

public hasPerPhaseTeardown ( )

hasPostTestInspection() public method

hasPreTestInspection() public method

hasPreTestPrediction() public method

hasTestCanRunCheck() public method

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

hasTestSetup() public method

public hasTestSetup ( )

hasTestTeardown() public method

public hasTestTeardown ( )

setParams() public method

public setParams ( $params = [] )

setStory() public method

public setStory ( Story $story )
$story Story

Property Details

$params protected_oe property

protected $params

$story protected_oe property

protected $story