Home
last modified time | relevance | path

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

/aoo4110/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java146 private boolean DateTimeEquals(DateTime datetime1, DateTime datetime2){ in DateTimeEquals() method in CheckFileProperties
220 assertTrue("CreationDate should be the same as set", this.DateTimeEquals(creationDate, result)); in testGeneralCreationDate()
252 …assertTrue("ModificationDate should be the same as set", this.DateTimeEquals(modificationDate, res… in testGeneralModificationDate()
286 assertTrue("PrintDate should be the same as set", this.DateTimeEquals(printDate, result)); in testGeneralPrintDate()
351 DateTimeEquals(new DateTime(), xDocPro.getModificationDate())); in testGeneralReset()
354 DateTimeEquals(new DateTime(), xDocPro.getPrintDate())); in testGeneralReset()
485 this.DateTimeEquals(result, addedProDefaultValue)); in testCustomAddPro_DateTime()

Completed in 14 milliseconds