@SpringBootTest(webEnvironment=RANDOM_PORT) @ContextConfiguration(classes=SkipEndPointsIntegrationTestsWithoutContextPathWithBasePath.TestConfig.class) @TestPropertySource(properties="management.endpoints.web.exposure.include:*") public abstract class SkipEndPointsIntegrationTestsWithoutContextPathWithBasePath extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SkipEndPointsIntegrationTestsWithoutContextPathWithBasePath.TestConfig |
| Constructor and Description |
|---|
SkipEndPointsIntegrationTestsWithoutContextPathWithBasePath() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearSpans() |
void |
should_not_sample_actuator_endpoint_with_parameter() |
void |
should_not_sample_actuator_endpoint() |
void |
should_sample_non_actuator_endpoint_and_healthcare_in_path() |
void |
should_sample_non_actuator_endpoint() |
public SkipEndPointsIntegrationTestsWithoutContextPathWithBasePath()
@BeforeEach @AfterEach public void clearSpans()
@Test public void should_sample_non_actuator_endpoint()
@Test public void should_sample_non_actuator_endpoint_and_healthcare_in_path()
@Test public void should_not_sample_actuator_endpoint()
@Test public void should_not_sample_actuator_endpoint_with_parameter()
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.