PHP Interface Hal\MutaTesting\Test\UnitCollectionInterface

Inheritance: extends IteratorAggregate
Show file Open project: halleck45/mutatesting Interface Usage Examples

Public Methods

Method Description
all ( )
getByFile ( $file )
getNumOfAssertions ( )
getNumOfErrors ( )
getNumOfFailures ( )
push ( Hal\MutaTesting\Test\UnitInterface $unit )

Method Details

all() public method

public all ( )

getByFile() public method

public getByFile ( $file )

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