Home
last modified time | relevance | path

Searched refs:intProp (Results 1 – 1 of 1) sorted by relevance

/trunk/main/writerfilter/qa/cppunittests/odiapi/
H A DtestProperty.cxx61 Property::Pointer_t intProp = createIntegerProperty(NS_fo::LN_font_weight, 35); in testCreateIntProperty() local
62 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 15 milliseconds