PHP Class Hal\MutaTesting\Mutation\MutationCollection

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

Public Methods

Method Description
__construct ( )
all ( )
count ( )
getIterator ( )
getSurvivors ( )
push ( Hal\MutaTesting\Mutation\MutationInterface $mutation )

Method Details

__construct() public method

public __construct ( )

all() public method

public all ( )

count() public method

public count ( )

getIterator() public method

public getIterator ( )

getSurvivors() public method

public getSurvivors ( )

push() public method

public push ( Hal\MutaTesting\Mutation\MutationInterface $mutation )
$mutation Hal\MutaTesting\Mutation\MutationInterface