PHP Interface Storyplayer\TestEnvironments\GroupAdapter

Afficher le fichier Open project: datasift/storyplayer Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

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

getHostAdapterValidator() public méthode

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

getType() public méthode

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