Lines Matching refs:xDocPro2

152 		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()
315 XDocumentProperties xDocPro2 = getDocumentProperties(); in testGeneralEditingDuration() local
317 …assertTrue("Total editing time >= "+ editingDuration, Integer.compare(editingDuration, xDocPro2.ge… in testGeneralEditingDuration()
318 …assertTrue("Total editing time <= "+ maxEditingDuration, Integer.compare(xDocPro2.getEditingDurati… in testGeneralEditingDuration()
334 XDocumentProperties xDocPro2 = getDocumentProperties(); in testGeneralRevisionNumber() local
335 assertEquals("Revision number increments by 1", revisionNumber+1, xDocPro2.getEditingCycles()); in testGeneralRevisionNumber()
351 XDocumentProperties xDocPro2 = getDocumentProperties(); in testGeneralTemplateName() local
352 …assertEquals("Template name should be "+ templateName, templateName, xDocPro2.getTemplateName()); in testGeneralTemplateName()
390 XDocumentProperties xDocPro2 = getDocumentProperties(); in testDescriptionTitle() local
391 assertEquals("Title should be "+ title, title, xDocPro2.getTitle()); in testDescriptionTitle()
405 XDocumentProperties xDocPro2 = getDocumentProperties(); in testDescriptionSubject() local
406 assertEquals("Subject should be "+ subject, subject, xDocPro2.getSubject()); in testDescriptionSubject()
421 XDocumentProperties xDocPro2 = getDocumentProperties(); in testDescriptionKeywords() local
422 String[] keywordsResult = xDocPro2.getKeywords(); in testDescriptionKeywords()
443 XDocumentProperties xDocPro2 = getDocumentProperties(); in testDescriptionComments() local
445 assertEquals("Comments should be "+comments, comments, xDocPro2.getDescription()); in testDescriptionComments()
599 XDocumentProperties xDocPro2 = getDocumentProperties(); in testCustomRemovePro() local
600 XPropertyContainer proContainer2 = xDocPro2.getUserDefinedProperties(); in testCustomRemovePro()
630 XDocumentProperties xDocPro2 = getDocumentProperties(); in testNoRefresh() local
632 assertEquals("AutoLoadURL should be empty", autoLoadURL, xDocPro2.getAutoloadURL()); in testNoRefresh()
633 assertEquals("AutoLoadSecs should be 0", autoLoadSecs, xDocPro2.getAutoloadSecs()); in testNoRefresh()
646 XDocumentProperties xDocPro2 = getDocumentProperties(); in testRefreshEvery60Secs() local
648 assertEquals("AutoLoadURL should be empty", autoLoadURL, xDocPro2.getAutoloadURL()); in testRefreshEvery60Secs()
649 …assertEquals("AutoLoadSecs should be "+Integer.toString(autoLoadSecs), autoLoadSecs, xDocPro2.getA… in testRefreshEvery60Secs()
662 XDocumentProperties xDocPro2 = getDocumentProperties(); in testRedirect() local
664 assertEquals("AutoLoadURL should be empty", autoLoadURL, xDocPro2.getAutoloadURL()); in testRedirect()
665 …assertEquals("AutoLoadSecs should be "+Integer.toString(autoLoadSecs), autoLoadSecs, xDocPro2.getA… in testRedirect()