Searched refs:intProp (Results 1 – 1 of 1) sorted by relevance
61 Property::Pointer_t intProp = createIntegerProperty(NS_fo::LN_font_weight, 35); in testCreateIntProperty() local62 CPPUNIT_ASSERT_MESSAGE("Wrong property id", intProp->getId() == NS_fo::LN_font_weight); in testCreateIntProperty()63 CPPUNIT_ASSERT_MESSAGE("Wrong int value", intProp->getIntValue() == 35); in testCreateIntProperty()64 CPPUNIT_ASSERT_MESSAGE("Wrong string value", intProp->getStringValue() == "35"); in testCreateIntProperty()
Completed in 50 milliseconds