public class EmptyBuilderTest extends Object
Modifier and Type | Field and Description |
---|---|
(package private) MessagingBuilder |
builder |
com.icegreen.greenmail.junit4.GreenMailRule |
greenMail |
LoggingTestRule |
logging |
SmppServerRule<org.jsmpp.bean.SubmitSm> |
smppServer |
Constructor and Description |
---|
EmptyBuilderTest() |
public final LoggingTestRule logging
public final com.icegreen.greenmail.junit4.GreenMailRule greenMail
public final SmppServerRule<org.jsmpp.bean.SubmitSm> smppServer
MessagingBuilder builder
public void setup()
public void unconfiguredServiceCantSendEmail() throws MessagingException
MessagingException
public void unconfiguredServiceCantSendSms() throws MessagingException
MessagingException
public void noMimetypeConfigurationCantSendEmail() throws MessagingException
MessagingException
public void manualJavaMailConfigurationCanSendEmail() throws MessagingException
MessagingException
public void emailSenderManuallyRegisteredButUnconfiguredResourceResolutionCantAttachFilesFromPath() throws MessagingException
MessagingException
public void emailSenderManuallyRegisteredAndImageInliningEnabledButUnconfiguredResourceResolutionCantInlineImages() throws MessagingException
MessagingException
public void emailSenderManuallyRegisteredButUnconfiguredTemplateParsersCantHandleTemplateContent() throws MessagingException
MessagingException
public void emailSenderManuallyRegisteredAndFreemarkerOnlyRegisteredButResourceResolutionNotConfiguredCantHandleTemplateContent() throws MessagingException
MessagingException
public void emailSenderManuallyRegisteredButUnconfiguredTemplateParsersCantHandleMultiTemplateContent() throws MessagingException
MessagingException
public void emailSenderManuallyRegisteredAndTemplateParsersOnlyRegisteredCantHandleTemplateContentDueToResourceResolutionNotConfigured() throws MessagingException
MessagingException
Copyright © 2021. All rights reserved.