DataSift\Storyplayer\PlayerLib\Story::hasTestCanRunCheck PHP Method

hasTestCanRunCheck() public method

do we have a 'check story can run' callback?
public hasTestCanRunCheck ( ) : boolean
return boolean true if the callback exists
    public function hasTestCanRunCheck()
    {
        return count($this->testCanRunCheckCallback) > 0;
    }