public class UnreadableAttachmentTest extends Object
| Modifier and Type | Field and Description |
|---|---|
org.junit.rules.RuleChain |
chain |
(package private) com.icegreen.greenmail.junit4.GreenMailRule |
greenMail |
(package private) MessagingService |
service |
(package private) org.junit.rules.TemporaryFolder |
temp |
(package private) File |
unreadable |
| Constructor and Description |
|---|
UnreadableAttachmentTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
attachmentDoesntExist() |
void |
attachmentUnreadable() |
void |
setup() |
com.icegreen.greenmail.junit4.GreenMailRule greenMail
org.junit.rules.TemporaryFolder temp
public final org.junit.rules.RuleChain chain
MessagingService service
File unreadable
public void setup()
throws IOException
IOExceptionpublic void attachmentDoesntExist()
throws MessagingException
MessagingExceptionpublic void attachmentUnreadable()
throws MessagingException
MessagingExceptionCopyright © 2021. All rights reserved.