PHP 인터페이스 Storyplayer\TestEnvironments\GroupAdapter

저자: Stuart Herbert ([email protected])
파일 보기 프로젝트 열기: datasift/storyplayer 0 사용 예제들

공개 메소드들

메소드 설명
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