PHP 클래스 Hal\MutaTesting\Event\Subscriber\Format\ConsoleSubscriber

상속: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
파일 보기 프로젝트 열기: halleck45/mutatesting

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getSubscribedEvents ( )
onFirstRun ( FirstRunEvent $event )
onMutation ( MutationEvent $event )
onMutationCreated ( MutationCreatedEvent $event )
onMutationCreatedDone ( MutationCreatedEvent $event )
onMutationsDone ( MutationsDoneEvent $event )
onParseTestedFiles ( ParseTestedFilesEvent $event )
onParseTestedFilesEnd ( UnitsResultEvent $event )
progress ( $char )

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getSubscribedEvents() 공개 정적인 메소드

public static getSubscribedEvents ( )

onFirstRun() 공개 메소드

public onFirstRun ( FirstRunEvent $event )
$event Hal\MutaTesting\Event\FirstRunEvent

onMutation() 공개 메소드

public onMutation ( MutationEvent $event )
$event Hal\MutaTesting\Event\MutationEvent

onMutationCreated() 공개 메소드

public onMutationCreated ( MutationCreatedEvent $event )
$event Hal\MutaTesting\Event\MutationCreatedEvent

onMutationCreatedDone() 공개 메소드

public onMutationCreatedDone ( MutationCreatedEvent $event )
$event Hal\MutaTesting\Event\MutationCreatedEvent

onMutationsDone() 공개 메소드

public onMutationsDone ( MutationsDoneEvent $event )
$event Hal\MutaTesting\Event\MutationsDoneEvent

onParseTestedFiles() 공개 메소드

onParseTestedFilesEnd() 공개 메소드

public onParseTestedFilesEnd ( UnitsResultEvent $event )
$event Hal\MutaTesting\Event\UnitsResultEvent

progress() 공개 메소드

public progress ( $char )