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
IOException
public void noSubjectInContentsWithoutDefaultSubjectShouldSendWithoutSubject() throws MessagingException, javax.mail.MessagingException, IOException
MessagingException
IOException
public void noSubjectInContentsWithDefaultSubjectShouldSendWithDefaultSubject() throws MessagingException, javax.mail.MessagingException, IOException
MessagingException
IOException
public void noSubjectInContentsWithDefaultSubjectAndCustomSubjectShouldSendWithCustomSubject() throws MessagingException, javax.mail.MessagingException, IOException
MessagingException
IOException
public void subjectExtractedFromHtmlWithoutDefaultSubjectShouldSendWithHtmlTitle() throws MessagingException, javax.mail.MessagingException, IOException
MessagingException
IOException
public void subjectExtractedFromHtmlWithDefaultSubjectShouldSendWithHtmlTitle() throws MessagingException, javax.mail.MessagingException, IOException
MessagingException
IOException
public void subjectExtractedFromHtmlWithDefaultSubjectAndCustomSubjectShouldSendWithCustomSubject() throws MessagingException, javax.mail.MessagingException, IOException
MessagingException
IOException
public void subjectExtractedFromTextWithoutDefaultSubjectShouldSendWithSubjectExtractedFromText() throws MessagingException, javax.mail.MessagingException, IOException
MessagingException
IOException
public void subjectExtractedFromTextWithDefaultSubjectShouldSendWithSubjectExtractedFromText() throws MessagingException, javax.mail.MessagingException, IOException
MessagingException
IOException
public void subjectExtractedFromTextWithDefaultSubjectAndCustomSubjectShouldSendWithCustomSubject() throws MessagingException, javax.mail.MessagingException, IOException
MessagingException
IOException
Copyright © 2021. All rights reserved.