gossi\codegen\tests\parts\ValueTests::isValueNull PHP Méthode

isValueNull() protected méthode

protected isValueNull ( gossi\codegen\model\ValueInterface $obj )
$obj gossi\codegen\model\ValueInterface
    protected function isValueNull(ValueInterface $obj)
    {
        $this->assertNull($obj->getValue());
    }