public class AutoRetryTest extends Object
Modifier and Type | Field and Description |
---|---|
(package private) MessagingBuilder |
builder |
com.icegreen.greenmail.junit4.GreenMailRule |
greenMail |
LoggingTestRule |
loggingRule |
SmppServerRule<org.jsmpp.bean.SubmitSm> |
smppServer |
Constructor and Description |
---|
AutoRetryTest() |
Modifier and Type | Method and Description |
---|---|
void |
doNotResendEmailIfInvalid() |
void |
doNotResendEmailIfInvalidTemplate() |
void |
doNotResendEmailIfMimetypeDetectionFailed() |
void |
doNotResendEmailIfParsingFailed() |
void |
doNotResendEmailIfResourceUnresolved() |
void |
doNotResendEmailIfTemplateNotFound() |
void |
doNotResendSmsIfInvalid() |
void |
doNotResendSmsIfInvalidTemplate() |
void |
doNotResendSmsIfParsingFailed() |
void |
doNotResendSmsIfTemplateNotFound() |
void |
resendEmail() |
void |
resendSms() |
void |
setup() |
public final LoggingTestRule loggingRule
public final com.icegreen.greenmail.junit4.GreenMailRule greenMail
public final SmppServerRule<org.jsmpp.bean.SubmitSm> smppServer
MessagingBuilder builder
public void setup()
public void resendEmail() throws MessagingException
MessagingException
public void doNotResendEmailIfInvalidTemplate() throws MessagingException
MessagingException
public void doNotResendEmailIfParsingFailed() throws MessagingException
MessagingException
public void doNotResendEmailIfTemplateNotFound() throws MessagingException
MessagingException
public void doNotResendEmailIfResourceUnresolved() throws MessagingException
MessagingException
public void doNotResendEmailIfMimetypeDetectionFailed() throws MessagingException
MessagingException
public void doNotResendEmailIfInvalid() throws MessagingException
MessagingException
public void resendSms() throws MessagingException
MessagingException
public void doNotResendSmsIfInvalidTemplate() throws MessagingException
MessagingException
public void doNotResendSmsIfParsingFailed() throws MessagingException
MessagingException
public void doNotResendSmsIfTemplateNotFound() throws MessagingException
MessagingException
public void doNotResendSmsIfInvalid() throws MessagingException
MessagingException
Copyright © 2021. All rights reserved.