Home
last modified time | relevance | path

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

/AOO41X/main/writerfilter/qa/cppunittests/odiapi/
H A DtestProperty.cxx130 PropertyBag_Pointer_t propSeq = createPropertyBag(); in testPropertyBagAsStructure() local
133 propSeq->insert(fontWeight12); in testPropertyBagAsStructure()
134 … CPPUNIT_ASSERT_MESSAGE("Inserting property into property sequence failed", propSeq->size() == 1); in testPropertyBagAsStructure()
135 …CPPUNIT_ASSERT_MESSAGE("Property not in property sequence", propSeq->find(NS_fo::LN_font_weight)->… in testPropertyBagAsStructure()
140 PropertyBag_Pointer_t propSeq = createPropertyBag(); in testNoDuplicatesInPropertyBagStructures() local
142 propSeq->insert(fontWeight12); in testNoDuplicatesInPropertyBagStructures()
144 CPPUNIT_ASSERT_MESSAGE("Expect property sequence with 1 element", propSeq->size() == 1); in testNoDuplicatesInPropertyBagStructures()
145 …CPPUNIT_ASSERT_MESSAGE("Expect property sequence with one int value 12", propSeq->find(NS_fo::LN_f… in testNoDuplicatesInPropertyBagStructures()
148 propSeq->insert(fontWeight14); in testNoDuplicatesInPropertyBagStructures()
150 CPPUNIT_ASSERT_MESSAGE("Expect property sequence with 1 element", propSeq->size() == 1); in testNoDuplicatesInPropertyBagStructures()
[all …]