public abstract class ScopePassingSpanSubscriberTests extends Object
| Constructor and Description |
|---|
ScopePassingSpanSubscriberTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected abstract org.springframework.cloud.sleuth.TraceContext |
context() |
protected abstract org.springframework.cloud.sleuth.TraceContext |
context2() |
protected abstract org.springframework.cloud.sleuth.CurrentTraceContext |
currentTraceContext() |
void |
resetHooks() |
void |
should_not_redundantly_copy_context()
This ensures when the desired context is in the reactor context we don't copy it.
|
void |
should_not_scope_scalar_subscribe() |
void |
should_propagate_current_context() |
void |
should_put_current_span_to_context() |
void |
should_scope_scalar_hide_subscribe() |
void |
should_set_empty_context_when_context_is_null() |
void |
should_set_empty_context_when_exception_occurs_while_trying_to_retrieve_the_context() |
protected abstract org.springframework.cloud.sleuth.CurrentTraceContext currentTraceContext()
protected abstract org.springframework.cloud.sleuth.TraceContext context()
protected abstract org.springframework.cloud.sleuth.TraceContext context2()
@BeforeEach public void resetHooks()
@AfterEach public void close()
@Test public void should_propagate_current_context()
@Test public void should_not_redundantly_copy_context()
@Test public void should_set_empty_context_when_context_is_null()
public void should_set_empty_context_when_exception_occurs_while_trying_to_retrieve_the_context()
@Test public void should_put_current_span_to_context()
@Test public void should_not_scope_scalar_subscribe()
@Test public void should_scope_scalar_hide_subscribe()
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.