31 $this->assertSame(self::ATTRIBUTE_CODE,
$attribute->getAttributeCode());
32 $this->assertSame(self::STRING_VALUE,
$attribute->getValue());
44 $this->assertSame(self::ATTRIBUTE_CODE,
$attribute->getAttributeCode());
45 $this->assertSame(self::INTEGER_VALUE,
$attribute->getValue());
57 $this->assertSame(self::ATTRIBUTE_CODE,
$attribute->getAttributeCode());
58 $this->assertSame(self::FLOAT_VALUE,
$attribute->getValue());
70 $this->assertSame(self::ATTRIBUTE_CODE,
$attribute->getAttributeCode());
71 $this->assertSame(self::BOOLEAN_VALUE,
$attribute->getValue());
testConstructorAndGettersWithBoolean()
testConstructorAndGettersWithInteger()
testConstructorAndGettersWithString()
testConstructorAndGettersWithFloat()