Ouzo\Tests\GeneralAssert::isNotNull PHP Method

isNotNull() public method

public isNotNull ( )
    public function isNotNull()
    {
        AssertAdapter::assertNotNull($this->_actual);
        return $this;
    }