public class AutoRetryExtensionTest extends Object
Modifier and Type | Field and Description |
---|---|
LoggingTestRule |
logging |
org.mockito.junit.MockitoRule |
mockito |
(package private) MessagingService |
service |
(package private) MessageSender |
smsSender |
Constructor and Description |
---|
AutoRetryExtensionTest() |
Modifier and Type | Method and Description |
---|---|
void |
extensionShouldBeCombinedWithDefaultOne() |
void |
setup() |
void |
smsNotRetriedDueToCloudhopperError() |
public final LoggingTestRule logging
public final org.mockito.junit.MockitoRule mockito
@Mock MessageSender smsSender
MessagingService service
public void setup()
public void smsNotRetriedDueToCloudhopperError() throws MessagingException
MessagingException
public void extensionShouldBeCombinedWithDefaultOne() throws MessagingException
MessagingException
Copyright © 2021. All rights reserved.