public class EmailExtractSubjectTest extends Object
| Modifier and Type | Field and Description |
|---|---|
com.icegreen.greenmail.junit4.GreenMailRule |
greenMail |
LoggingTestRule |
logging |
| Constructor and Description |
|---|
EmailExtractSubjectTest() |
public final com.icegreen.greenmail.junit4.GreenMailRule greenMail
public final LoggingTestRule logging
public void setUp()
throws IOException
IOExceptionpublic void noSubjectInContentsWithoutDefaultSubjectShouldSendWithoutSubject()
throws MessagingException,
javax.mail.MessagingException,
IOException
MessagingExceptionIOExceptionpublic void noSubjectInContentsWithDefaultSubjectShouldSendWithDefaultSubject()
throws MessagingException,
javax.mail.MessagingException,
IOException
MessagingExceptionIOExceptionpublic void noSubjectInContentsWithDefaultSubjectAndCustomSubjectShouldSendWithCustomSubject()
throws MessagingException,
javax.mail.MessagingException,
IOException
MessagingExceptionIOExceptionpublic void subjectExtractedFromHtmlWithoutDefaultSubjectShouldSendWithHtmlTitle()
throws MessagingException,
javax.mail.MessagingException,
IOException
MessagingExceptionIOExceptionpublic void subjectExtractedFromHtmlWithDefaultSubjectShouldSendWithHtmlTitle()
throws MessagingException,
javax.mail.MessagingException,
IOException
MessagingExceptionIOExceptionpublic void subjectExtractedFromHtmlWithDefaultSubjectAndCustomSubjectShouldSendWithCustomSubject()
throws MessagingException,
javax.mail.MessagingException,
IOException
MessagingExceptionIOExceptionpublic void subjectExtractedFromTextWithoutDefaultSubjectShouldSendWithSubjectExtractedFromText()
throws MessagingException,
javax.mail.MessagingException,
IOException
MessagingExceptionIOExceptionpublic void subjectExtractedFromTextWithDefaultSubjectShouldSendWithSubjectExtractedFromText()
throws MessagingException,
javax.mail.MessagingException,
IOException
MessagingExceptionIOExceptionpublic void subjectExtractedFromTextWithDefaultSubjectAndCustomSubjectShouldSendWithCustomSubject()
throws MessagingException,
javax.mail.MessagingException,
IOException
MessagingExceptionIOExceptionCopyright © 2021. All rights reserved.