@ContextConfiguration(classes=org.springframework.cloud.sleuth.autoconfig.actuate.TraceSleuthActuatorAutoConfigurationIntegrationTests.TestConfig.class) @TestPropertySource(properties={"spring.jackson.serialization.indent_output=true","management.endpoints.web.exposure.include=*","spring.jackson.default-property-inclusion=non_null"}) public abstract class TraceSleuthActuatorAutoConfigurationIntegrationTests extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BufferingSpanReporter |
bufferingSpanReporter |
protected org.springframework.test.web.servlet.MockMvc |
mockMvc |
protected org.springframework.cloud.sleuth.Tracer |
tracer |
| Constructor and Description |
|---|
TraceSleuthActuatorAutoConfigurationIntegrationTests() |
| Modifier and Type | Method and Description |
|---|---|
protected ConcurrentLinkedQueue<org.springframework.cloud.sleuth.exporter.FinishedSpan> |
bufferedSpans() |
protected void |
traces(org.springframework.http.MediaType acceptType,
org.springframework.test.web.servlet.ResultMatcher resultMatcher) |
protected void |
tracesSnapshot(org.springframework.http.MediaType contentType,
org.springframework.test.web.servlet.ResultMatcher resultMatcher) |
protected org.springframework.test.web.servlet.ResultMatcher |
zipkinJsonBody() |
protected org.springframework.test.web.servlet.MockMvc mockMvc
@Autowired protected org.springframework.cloud.sleuth.Tracer tracer
@Autowired protected BufferingSpanReporter bufferingSpanReporter
public TraceSleuthActuatorAutoConfigurationIntegrationTests()
protected void tracesSnapshot(org.springframework.http.MediaType contentType,
org.springframework.test.web.servlet.ResultMatcher resultMatcher)
throws Exception
Exceptionprotected void traces(org.springframework.http.MediaType acceptType,
org.springframework.test.web.servlet.ResultMatcher resultMatcher)
throws Exception
Exceptionprotected org.springframework.test.web.servlet.ResultMatcher zipkinJsonBody()
protected ConcurrentLinkedQueue<org.springframework.cloud.sleuth.exporter.FinishedSpan> bufferedSpans()
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.