PhpBench\Model\ResultCollection::hasResult PHP Method

hasResult() public method

Return true if there is a result for the given class name.
public hasResult ( string $class ) : boolean
$class string
return boolean
    public function hasResult($class)
    {
        return isset($this->results[$class]);
    }