Ouzo\Tests\GeneralAssert::isNull PHP 메소드

isNull() 공개 메소드

public isNull ( )
    public function isNull()
    {
        AssertAdapter::assertNull($this->_actual);
        return $this;
    }