Searched refs:DateTimeEquals (Results 1 – 1 of 1) sorted by relevance
/aoo42x/test/testuno/source/fvt/uno/sd/file/ |
H A D | CheckFileProperties.java | 156 private boolean DateTimeEquals(DateTime datetime1, DateTime datetime2){ in DateTimeEquals() method in CheckFileProperties 232 assertTrue("CreationDate should be the same as set", this.DateTimeEquals(creationDate, result)); in testGeneralCreationDate() 264 …assertTrue("ModificationDate should be the same as set", this.DateTimeEquals(modificationDate, res… in testGeneralModificationDate() 298 assertTrue("PrintDate should be the same as set", this.DateTimeEquals(printDate, result)); in testGeneralPrintDate() 366 DateTimeEquals(new DateTime(), xDocPro.getModificationDate())); in testGeneralReset() 369 DateTimeEquals(new DateTime(), xDocPro.getPrintDate())); in testGeneralReset() 500 this.DateTimeEquals(result, addedProDefaultValue)); in testCustomAddPro_DateTime()
|
Completed in 43 milliseconds