@ContextConfiguration(classes=CircuitBreakerIntegrationTests.TestConfig.class) public abstract class CircuitBreakerIntegrationTests extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CircuitBreakerIntegrationTests.TestConfig |
| Constructor and Description |
|---|
CircuitBreakerIntegrationTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
assertException(org.springframework.cloud.sleuth.exporter.FinishedSpan finishedSpan) |
void |
setup() |
void |
should_pass_tracing_information_when_using_circuit_breaker_with_fallback() |
void |
should_pass_tracing_information_when_using_circuit_breaker() |
@BeforeEach public void setup()
@Test public void should_pass_tracing_information_when_using_circuit_breaker()
@Test public void should_pass_tracing_information_when_using_circuit_breaker_with_fallback()
public void assertException(org.springframework.cloud.sleuth.exporter.FinishedSpan finishedSpan)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.