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

isValueFloat() protected method

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