Jyxo\Beholder\Result::isSuccess PHP Method

isSuccess() public method

Returns if the test was successful.
public isSuccess ( ) : boolean
return boolean
    public function isSuccess() : bool
    {
        return $this->status !== self::FAILURE;
    }