PHP 클래스 DataSift\Storyplayer\Console\Console

저자: Stuart Herbert ([email protected])
상속: extends DataSift\Storyplayer\OutputLib\OutputPlugin
파일 보기 프로젝트 열기: datasift/storyplayer 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$results array(PhaseGroup_Result)

공개 메소드들

메소드 설명
isSilent ( )
resetSilentMode ( )
setSilentMode ( )
writeFinalReport ( $duration, $summary ) : void called when Storyplayer exits

보호된 메소드들

메소드 설명
showActivityForPhase ( Story $story, Phase_Result $phaseResult )
writeActivity ( $message, $codeLine = null, $timestamp = null )
writeDetailedErrorReport ( $result )
writePhaseGroupFailed ( $msg = 'FAIL' )
writePhaseGroupSkipped ( $msg = 'SKIP' )
writePhaseGroupSucceeded ( $msg = 'OKAY' )

메소드 상세

isSilent() 공개 메소드

public isSilent ( )

resetSilentMode() 공개 메소드

public resetSilentMode ( )

setSilentMode() 공개 메소드

public setSilentMode ( )

showActivityForPhase() 보호된 메소드

protected showActivityForPhase ( Story $story, Phase_Result $phaseResult )
$story DataSift\Storyplayer\PlayerLib\Story
$phaseResult DataSift\Storyplayer\PlayerLib\Phase_Result

writeActivity() 보호된 메소드

protected writeActivity ( $message, $codeLine = null, $timestamp = null )

writeDetailedErrorReport() 보호된 메소드

protected writeDetailedErrorReport ( $result )

writeFinalReport() 공개 메소드

called when Storyplayer exits
public writeFinalReport ( $duration, $summary ) : void
리턴 void

writePhaseGroupFailed() 보호된 메소드

protected writePhaseGroupFailed ( $msg = 'FAIL' )

writePhaseGroupSkipped() 보호된 메소드

protected writePhaseGroupSkipped ( $msg = 'SKIP' )

writePhaseGroupSucceeded() 보호된 메소드

protected writePhaseGroupSucceeded ( $msg = 'OKAY' )

프로퍼티 상세

$results 보호되어 있는 프로퍼티

protected array(PhaseGroup_Result) $results
리턴 array(PhaseGroup_Result)