Searched refs:strProp (Results 1 – 1 of 1) sorted by relevance
69 … Property::Pointer_t strProp = createStringProperty(NS_style::LN_font_face, "Times New Roman"); in testCreateStringProperty() local70 CPPUNIT_ASSERT_MESSAGE("Wrong property id", strProp->getId() == NS_style::LN_font_face); in testCreateStringProperty()71 … CPPUNIT_ASSERT_MESSAGE("Wrong string value", strProp->getStringValue() == "Times New Roman"); in testCreateStringProperty()74 strProp->getIntValue(); in testCreateStringProperty()
Completed in 8 milliseconds