@ContextConfiguration(classes=WebClientNotSampledTests.TestConfiguration.class) @TestPropertySource(properties={"spring.sleuth.web.servlet.enabled=false","spring.application.name=fooservice","spring.sleuth.web.client.skip-pattern=/skip.*"}) @DirtiesContext public abstract class WebClientNotSampledTests extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WebClientNotSampledTests.FooController |
static class |
WebClientNotSampledTests.SimpleLoadBalancerClientConfiguration |
static class |
WebClientNotSampledTests.TestConfiguration |
static interface |
WebClientNotSampledTests.TestFeignInterface |
| Constructor and Description |
|---|
WebClientNotSampledTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
assertB3SingleNotSampled(org.springframework.http.ResponseEntity<Map<String,String>> response) |
void |
close() |
void |
shouldPropagateNotSamplingHeader(org.springframework.cloud.sleuth.instrument.web.client.integration.notsampled.WebClientNotSampledTests.ResponseEntityProvider provider) |
@AfterEach @BeforeEach public void close()
@ParameterizedTest @MethodSource(value="parametersForShouldPropagateNotSamplingHeader") public void shouldPropagateNotSamplingHeader(org.springframework.cloud.sleuth.instrument.web.client.integration.notsampled.WebClientNotSampledTests.ResponseEntityProvider provider)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.