Home
last modified time | relevance | path

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

/AOO42X/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java152 XDocumentProperties xDocPro2 = getDocumentProperties(); in testGeneralAuthor() local
153 assertEquals("Author should be "+ author, author, xDocPro2.getAuthor()); in testGeneralAuthor()
230 XDocumentProperties xDocPro2 = getDocumentProperties(); in testGeneralCreationDate() local
231 DateTime result = xDocPro2.getCreationDate(); in testGeneralCreationDate()
248 XDocumentProperties xDocPro2 = getDocumentProperties(); in testGeneralModifiedBy() local
249 assertEquals("The file is modified by "+ modifiedBy, modifiedBy, xDocPro2.getModifiedBy()); in testGeneralModifiedBy()
279 XDocumentProperties xDocPro2 = getDocumentProperties(); in testGeneralPrintBy() local
280 assertEquals("This document is printed by "+ printBy, printBy, xDocPro2.getPrintedBy()); in testGeneralPrintBy()
296 XDocumentProperties xDocPro2 = getDocumentProperties(); in testGeneralPrintDate() local
297 DateTime result = xDocPro2.getPrintDate(); in testGeneralPrintDate()
[all …]