PHP Класс 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
Автор: Stuart Herbert ([email protected])
Наследование: extends WrappedConfig
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
getHostIpAddress ( )

Описание методов

getHostIpAddress() защищенный Метод

protected getHostIpAddress ( )

init() публичный Метод

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

mergeStoryplayerConfig() публичный Метод

public mergeStoryplayerConfig ( $injectables, $spConf )

mergeSystemUnderTestConfig() публичный Метод

mergeTestEnvironmentConfig() публичный Метод

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
Результат void