gossi\codegen\tests\parts\ValueTests::isValueString PHP 메소드

isValueString() 보호된 메소드

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