Searched refs:xDocPro2 (Results 1 – 1 of 1) sorted by relevance
152 XDocumentProperties xDocPro2 = getDocumentProperties(); in testGeneralAuthor() local153 assertEquals("Author should be "+ author, author, xDocPro2.getAuthor()); in testGeneralAuthor()230 XDocumentProperties xDocPro2 = getDocumentProperties(); in testGeneralCreationDate() local231 DateTime result = xDocPro2.getCreationDate(); in testGeneralCreationDate()248 XDocumentProperties xDocPro2 = getDocumentProperties(); in testGeneralModifiedBy() local249 assertEquals("The file is modified by "+ modifiedBy, modifiedBy, xDocPro2.getModifiedBy()); in testGeneralModifiedBy()279 XDocumentProperties xDocPro2 = getDocumentProperties(); in testGeneralPrintBy() local280 assertEquals("This document is printed by "+ printBy, printBy, xDocPro2.getPrintedBy()); in testGeneralPrintBy()296 XDocumentProperties xDocPro2 = getDocumentProperties(); in testGeneralPrintDate() local297 DateTime result = xDocPro2.getPrintDate(); in testGeneralPrintDate()[all …]