public class SendTimeoutTest extends Object
Modifier and Type | Field and Description |
---|---|
org.junit.rules.RuleChain |
chain |
(package private) SmppServerRule<org.jsmpp.bean.SubmitSm> |
smppServer |
Constructor and Description |
---|
SendTimeoutTest() |
Modifier and Type | Method and Description |
---|---|
void |
connectionTimeout() |
void |
connectionTimeoutPerExecutionRetry() |
void |
sendResponseTimeout() |
SmppServerRule<org.jsmpp.bean.SubmitSm> smppServer
public final org.junit.rules.RuleChain chain
@SmppServerConfig(slow=@Slow(sendBindRespDelay=500L)) public void connectionTimeout() throws MessagingException
MessagingException
@SmppServerConfig(slow=@Slow(sendSubmitSmRespDelay=500L)) public void sendResponseTimeout() throws MessagingException
MessagingException
@SmppServerConfig(slow=@Slow(sendBindRespDelay=500L)) public void connectionTimeoutPerExecutionRetry() throws MessagingException
MessagingException
Copyright © 2021. All rights reserved.