PHP 클래스 PHPSpec2\Formatter\ProgressFormatter

상속: implements PHPSpec2\Formatter\FormatterInterface
파일 보기 프로젝트 열기: phpspec/phpspec2

공개 메소드들

메소드 설명
afterExample ( ExampleEvent $event )
afterSuite ( SuiteEvent $event )
getSubscribedEvents ( )
setIO ( IO $io )
setPresenter ( PHPSpec2\Formatter\Presenter\PresenterInterface $presenter )
setStatisticsCollector ( StatisticsCollector $stats )

보호된 메소드들

메소드 설명
printException ( ExampleEvent $event )

메소드 상세

afterExample() 공개 메소드

public afterExample ( ExampleEvent $event )
$event PHPSpec2\Event\ExampleEvent

afterSuite() 공개 메소드

public afterSuite ( SuiteEvent $event )
$event PHPSpec2\Event\SuiteEvent

getSubscribedEvents() 공개 정적인 메소드

public static getSubscribedEvents ( )

printException() 보호된 메소드

protected printException ( ExampleEvent $event )
$event PHPSpec2\Event\ExampleEvent

setIO() 공개 메소드

public setIO ( IO $io )
$io PHPSpec2\Console\IO

setPresenter() 공개 메소드

public setPresenter ( PHPSpec2\Formatter\Presenter\PresenterInterface $presenter )
$presenter PHPSpec2\Formatter\Presenter\PresenterInterface

setStatisticsCollector() 공개 메소드

public setStatisticsCollector ( StatisticsCollector $stats )
$stats PHPSpec2\Listener\StatisticsCollector