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

isValueString() protected method

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