PHP Class DataSift\Storyplayer\ConfigLib\ActiveConfig

the ActiveConfig is a merging of: 1) the StoryplayerConfig 2) the SystemUnderTestConfig of the chosen system-under-test (-s) 3) the TestEnvironmentConfig of the chosen test-environment (-t) 4) the DeviceConfig of the chosen test device (-d) 5) the HostsTable from the RuntimeConfig 6) the RolesTable from the RuntimeConfig
Inheritance: extends WrappedConfig
Exibir arquivo Open project: datasift/storyplayer

Public Methods

Method Description
init ( DataSift\Storyplayer\Injectables $injectables )
mergeStoryplayerConfig ( $injectables, $spConf )
mergeSystemUnderTestConfig ( $injectables, SystemUnderTestConfig $sutConfig = null )
mergeTestEnvironmentConfig ( DataSift\Storyplayer\Injectables $injectables, DataSift\Storyplayer\TestEnvironmentsLib\TestEnvironmentsConfig | TestEnvironment_Definition $envConfig = null ) : void

Protected Methods

Method Description
getHostIpAddress ( )

Method Details

getHostIpAddress() protected method

protected getHostIpAddress ( )

init() public method

public init ( DataSift\Storyplayer\Injectables $injectables )
$injectables DataSift\Storyplayer\Injectables

mergeStoryplayerConfig() public method

public mergeStoryplayerConfig ( $injectables, $spConf )

mergeSystemUnderTestConfig() public method

mergeTestEnvironmentConfig() public method

public mergeTestEnvironmentConfig ( DataSift\Storyplayer\Injectables $injectables, DataSift\Storyplayer\TestEnvironmentsLib\TestEnvironmentsConfig | TestEnvironment_Definition $envConfig = null ) : void
$injectables DataSift\Storyplayer\Injectables
$envConfig DataSift\Storyplayer\TestEnvironmentsLib\TestEnvironmentsConfig | DataSift\Storyplayer\DefinitionLib\TestEnvironment_Definition
return void