public abstract class TraceRestTemplateInterceptorTests extends Object implements TestTracingAwareSupplier
| Modifier and Type | Class and Description |
|---|---|
class |
TraceRestTemplateInterceptorTests.TestController |
| Constructor and Description |
|---|
TraceRestTemplateInterceptorTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
assertThatParentSpanIdSet(org.springframework.cloud.sleuth.Span span,
Map<String,String> headers) |
void |
clean() |
void |
createdSpanNameHasOnlyPrintableAsciiCharactersForNonEncodedURIWithNonAsciiChars() |
void |
headersAddedWhenNoTracingWasPresent() |
void |
headersAddedWhenTracing() |
void |
notSampledHeaderAddedWhenNotSampled() |
void |
requestHeadersAddedWhenTracing() |
void |
setup() |
void |
spanRemovedFromThreadUponException() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcleanUpTracing, tracerTest@BeforeEach public void setup()
@AfterEach public void clean()
@Test public void headersAddedWhenNoTracingWasPresent()
@Test public void headersAddedWhenTracing()
public void assertThatParentSpanIdSet(org.springframework.cloud.sleuth.Span span,
Map<String,String> headers)
@Test public void requestHeadersAddedWhenTracing()
@Test public void notSampledHeaderAddedWhenNotSampled()
@Test public void spanRemovedFromThreadUponException()
@Test public void createdSpanNameHasOnlyPrintableAsciiCharactersForNonEncodedURIWithNonAsciiChars()
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.