PHP 클래스 Hal\MutaTesting\Test\UnitCollection

상속: implements Hal\MutaTesting\Test\UnitCollectionInterface
파일 보기 프로젝트 열기: halleck45/mutatesting 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $datas = [] )
all ( )
getByFile ( $file )
getIterator ( )
getNumOfAssertions ( )
getNumOfErrors ( )
getNumOfFailures ( )
push ( Hal\MutaTesting\Test\UnitInterface $unit )
set ( $index, $v )

메소드 상세

__construct() 공개 메소드

public __construct ( array $datas = [] )
$datas array

all() 공개 메소드

public all ( )

getByFile() 공개 메소드

public getByFile ( $file )

getIterator() 공개 메소드

public getIterator ( )

getNumOfAssertions() 공개 메소드

public getNumOfAssertions ( )

getNumOfErrors() 공개 메소드

public getNumOfErrors ( )

getNumOfFailures() 공개 메소드

public getNumOfFailures ( )

push() 공개 메소드

public push ( Hal\MutaTesting\Test\UnitInterface $unit )
$unit Hal\MutaTesting\Test\UnitInterface

set() 공개 메소드

public set ( $index, $v )