PHP Interface Hal\MutaTesting\Mutation\MutationInterface

Exibir arquivo Open project: halleck45/mutatesting Interface Usage Examples

Public Methods

Method Description
addMutation ( Hal\MutaTesting\Mutation\MutationInterface $mutation )
getMutations ( )
getMutedTokensIndexes ( )
getSourceFile ( )
getTestFile ( )
getTokens ( )
getUnit ( )
setMutedTokensIndexes ( $mutedTokensIndexes )
setSourceFile ( $file )
setTestFile ( $file )
setTokens ( Hal\Component\Token\TokenCollection $tokens )
setUnit ( Hal\MutaTesting\Test\UnitInterface $unit )

Method Details

addMutation() public method

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

getMutations() public method

public getMutations ( )

getMutedTokensIndexes() public method

getSourceFile() public method

public getSourceFile ( )

getTestFile() public method

public getTestFile ( )

getTokens() public method

public getTokens ( )

getUnit() public method

public getUnit ( )

setMutedTokensIndexes() public method

public setMutedTokensIndexes ( $mutedTokensIndexes )

setSourceFile() public method

public setSourceFile ( $file )

setTestFile() public method

public setTestFile ( $file )

setTokens() public method

public setTokens ( Hal\Component\Token\TokenCollection $tokens )
$tokens Hal\Component\Token\TokenCollection

setUnit() public method

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