PHP Class Hal\MutaTesting\Test\UnitCollection

Inheritance: implements Hal\MutaTesting\Test\UnitCollectionInterface
Show file Open project: halleck45/mutatesting Class Usage Examples

Public Methods

Method Description
__construct ( array $datas = [] )
all ( )
getByFile ( $file )
getIterator ( )
getNumOfAssertions ( )
getNumOfErrors ( )
getNumOfFailures ( )
push ( Hal\MutaTesting\Test\UnitInterface $unit )
set ( $index, $v )

Method Details

__construct() public method

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

all() public method

public all ( )

getByFile() public method

public getByFile ( $file )

getIterator() public method

public getIterator ( )

getNumOfAssertions() public method

public getNumOfAssertions ( )

getNumOfErrors() public method

public getNumOfErrors ( )

getNumOfFailures() public method

public getNumOfFailures ( )

push() public method

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

set() public method

public set ( $index, $v )