Searched refs:getModifiedDate (Results 1 – 3 of 3) sorted by relevance
68 Assert.assertEquals(expectedModified, attachment.getModifiedDate().getTime()); in testParse()69 Assert.assertEquals(isModifiedUtc, attachment.getModifiedDate().isUtc()); in testParse()71 Assert.assertEquals(null, attachment.getModifiedDate()); in testParse()92 Assert.assertEquals(modified, attachment.getModifiedDate().getTime()); in testCreate()93 Assert.assertTrue(attachment.getModifiedDate().isUtc()); in testCreate()95 Assert.assertEquals(null, attachment.getModifiedDate()); in testCreate()
141 public BipDateTime getModifiedDate() { in getModifiedDate() method in BipAttachmentFormat156 && a.getModifiedDate() == getModifiedDate(); in equals()
318 BipDateTime modified = format.getModifiedDate(); in toString()