PHP Class Hal\MutaTesting\Specification\ScoreSpecification

Inheritance: implements Hal\MutaTesting\Specification\SpecificationInterface, implements SubscribableSpecification
Afficher le fichier Open project: halleck45/mutatesting

Méthodes publiques

Méthode Description
__construct ( Hal\Metrics\Complexity\Text\Halstead\Halstead $halstead, $limit )
getSubscribedEvents ( )
isSatisfedBy ( Hal\MutaTesting\Mutation\MutationInterface $mutation, $index )
onParseTestedFilesEnd ( UnitsResultEvent $event )

Method Details

__construct() public méthode

public __construct ( Hal\Metrics\Complexity\Text\Halstead\Halstead $halstead, $limit )
$halstead Hal\Metrics\Complexity\Text\Halstead\Halstead

getSubscribedEvents() public static méthode

public static getSubscribedEvents ( )

isSatisfedBy() public méthode

public isSatisfedBy ( Hal\MutaTesting\Mutation\MutationInterface $mutation, $index )
$mutation Hal\MutaTesting\Mutation\MutationInterface

onParseTestedFilesEnd() public méthode

public onParseTestedFilesEnd ( UnitsResultEvent $event )
$event Hal\MutaTesting\Event\UnitsResultEvent