PHP Interface Storyplayer\TestEnvironments\GroupAdapter

Datei anzeigen Open project: datasift/storyplayer Interface Usage Examples

Public Methods

Method Description
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?

Method Details

getBaseFolder() public method

which folder should SPv2 be in when interacting with this group of virtual machines?
public getBaseFolder ( ) : string
return string

getHostAdapterValidator() public method

how do we validate any host adapters used by hosts in this group?
public getHostAdapterValidator ( ) : Storyplayer\TestEnvironments\HostAdapterValidator
return Storyplayer\TestEnvironments\HostAdapterValidator

getType() public method

this is the name of the class (without namespace) that our group adapter uses
public getType ( ) : string
return string