Ejemplo n.º 1
0
 @Test
 public void testAttachmentFileSize() {
   dummyAttachment.setAttachmentFileSize((long) 12345);
   assertTrue(
       "Testing AttachmentFileSize of Attachment in AttachmentTest",
       12345 == dummyAttachment.getAttachmentFileSize());
 }