@ExtendWith(value=org.mockito.junit.jupiter.MockitoExtension.class) public abstract class FeignRetriesTests extends Object implements TestTracingAwareSupplier
| Modifier and Type | Field and Description |
|---|---|
okhttp3.mockwebserver.MockWebServer |
server |
| Constructor and Description |
|---|
FeignRetriesTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
assertException() |
void |
setup() |
void |
testRetriedWhenExceededNumberOfRetries() |
void |
testRetriedWhenRequestEventuallyIsSent() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcleanUpTracing, tracerTest@BeforeEach @AfterEach public void setup()
@Test public void testRetriedWhenExceededNumberOfRetries()
@Test public void testRetriedWhenRequestEventuallyIsSent()
public void assertException()
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.