PHP Class Hal\MutaTesting\Test\UnitCollection

Inheritance: implements Hal\MutaTesting\Test\UnitCollectionInterface
Afficher le fichier Open project: halleck45/mutatesting Class Usage Examples

Méthodes publiques

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

Method Details

__construct() public méthode

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

all() public méthode

public all ( )

getByFile() public méthode

public getByFile ( $file )

getIterator() public méthode

public getIterator ( )

getNumOfAssertions() public méthode

public getNumOfAssertions ( )

getNumOfErrors() public méthode

public getNumOfErrors ( )

getNumOfFailures() public méthode

public getNumOfFailures ( )

push() public méthode

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

set() public méthode

public set ( $index, $v )