gossi\codegen\tests\parts\ValueTests::isValueInteger PHP Method

isValueInteger() protected method

protected isValueInteger ( gossi\codegen\model\ValueInterface $obj )
$obj gossi\codegen\model\ValueInterface
    protected function isValueInteger(ValueInterface $obj)
    {
        $this->assertTrue(is_int($obj->getValue()));
    }