PHP Интерфейс Storyplayer\TestEnvironments\GroupAdapter

Автор: Stuart Herbert ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
getBaseFolder ( ) : string which folder should SPv2 be in when interacting with this group of virtual machines?
getHostAdapterValidator ( ) : Storyplayer\TestEnvironments\HostAdapterValidator how do we validate any host adapters used by hosts in this group?
getType ( ) : string what type of group are we?

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

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

which folder should SPv2 be in when interacting with this group of virtual machines?
public getBaseFolder ( ) : string
Результат string

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

how do we validate any host adapters used by hosts in this group?
public getHostAdapterValidator ( ) : Storyplayer\TestEnvironments\HostAdapterValidator
Результат Storyplayer\TestEnvironments\HostAdapterValidator

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

this is the name of the class (without namespace) that our group adapter uses
public getType ( ) : string
Результат string