Hal\MutaTesting\Runner\Adapter\AdapterInterface::getSuiteResult PHP Method

getSuiteResult() public method

Get results of unit test suites by the file where the junit result is logged
public getSuiteResult ( string $logPath ) : Hal\MutaTesting\Test\UnitCollectionInterface
$logPath string
return Hal\MutaTesting\Test\UnitCollectionInterface
    public function getSuiteResult($logPath);