Ejemplo n.º 1
0
 @Test
 public void testAttachmentTypeCode() {
   dummyAttachment.setAttachmentTypeCode("ATT_TYP_CD");
   assertEquals(
       "Testing AttachmentmimeTypeCode of Attachment in AttachmentTest",
       "ATT_TYP_CD",
       dummyAttachment.getAttachmentTypeCode());
 }