Lines Matching refs:xDocPro2

142 		XDocumentProperties xDocPro2 = getDocumentProperties();  in testGeneralAuthor()  local
143 assertEquals("Author should be "+ author, author, xDocPro2.getAuthor()); in testGeneralAuthor()
218 XDocumentProperties xDocPro2 = getDocumentProperties(); in testGeneralCreationDate() local
219 DateTime result = xDocPro2.getCreationDate(); in testGeneralCreationDate()
236 XDocumentProperties xDocPro2 = getDocumentProperties(); in testGeneralModifiedBy() local
237 assertEquals("The file is modified by "+ modifiedBy, modifiedBy, xDocPro2.getModifiedBy()); in testGeneralModifiedBy()
267 XDocumentProperties xDocPro2 = getDocumentProperties(); in testGeneralPrintBy() local
268 assertEquals("This document is printed by "+ printBy, printBy, xDocPro2.getPrintedBy()); in testGeneralPrintBy()
284 XDocumentProperties xDocPro2 = getDocumentProperties(); in testGeneralPrintDate() local
285 DateTime result = xDocPro2.getPrintDate(); in testGeneralPrintDate()
302 XDocumentProperties xDocPro2 = getDocumentProperties(); in testGeneralEditingDuration() local
303 …assertEquals("Totally editing time should be "+ editingDuration, editingDuration, xDocPro2.getEdit… in testGeneralEditingDuration()
319 XDocumentProperties xDocPro2 = getDocumentProperties(); in testGeneralRevisionNumber() local
320 …assertEquals("Revision number should be "+ revisionNumber+1, revisionNumber+1, xDocPro2.getEditing… in testGeneralRevisionNumber()
336 XDocumentProperties xDocPro2 = getDocumentProperties(); in testGeneralTemplateName() local
337 …assertEquals("Template name should be "+ templateName, templateName, xDocPro2.getTemplateName()); in testGeneralTemplateName()
375 XDocumentProperties xDocPro2 = getDocumentProperties(); in testDescriptionTitle() local
376 assertEquals("Title should be "+ title, title, xDocPro2.getTitle()); in testDescriptionTitle()
390 XDocumentProperties xDocPro2 = getDocumentProperties(); in testDescriptionSubject() local
391 assertEquals("Subject should be "+ subject, subject, xDocPro2.getSubject()); in testDescriptionSubject()
406 XDocumentProperties xDocPro2 = getDocumentProperties(); in testDescriptionKeywords() local
407 String[] keywordsResult = xDocPro2.getKeywords(); in testDescriptionKeywords()
428 XDocumentProperties xDocPro2 = getDocumentProperties(); in testDescriptionComments() local
430 assertEquals("Comments should be "+comments, comments, xDocPro2.getDescription()); in testDescriptionComments()
584 XDocumentProperties xDocPro2 = getDocumentProperties(); in testCustomRemovePro() local
585 XPropertyContainer proContainer2 = xDocPro2.getUserDefinedProperties(); in testCustomRemovePro()
615 XDocumentProperties xDocPro2 = getDocumentProperties(); in testNoRefresh() local
617 assertEquals("AutoLoadURL should be empty", autoLoadURL, xDocPro2.getAutoloadURL()); in testNoRefresh()
618 assertEquals("AutoLoadSecs should be 0", autoLoadSecs, xDocPro2.getAutoloadSecs()); in testNoRefresh()
631 XDocumentProperties xDocPro2 = getDocumentProperties(); in testRefreshEvery60Secs() local
633 assertEquals("AutoLoadURL should be empty", autoLoadURL, xDocPro2.getAutoloadURL()); in testRefreshEvery60Secs()
634 …assertEquals("AutoLoadSecs should be "+Integer.toString(autoLoadSecs), autoLoadSecs, xDocPro2.getA… in testRefreshEvery60Secs()
647 XDocumentProperties xDocPro2 = getDocumentProperties(); in testRedirect() local
649 assertEquals("AutoLoadURL should be empty", autoLoadURL, xDocPro2.getAutoloadURL()); in testRedirect()
650 …assertEquals("AutoLoadSecs should be "+Integer.toString(autoLoadSecs), autoLoadSecs, xDocPro2.getA… in testRedirect()