@ExtendWith(value=org.mockito.junit.jupiter.MockitoExtension.class) public abstract class TraceCallableTests extends Object implements TestTracingAwareSupplier
| Constructor and Description |
|---|
TraceCallableTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
void |
should_not_see_same_trace_id_in_successive_tasks() |
void |
should_remove_parent_span_from_thread_local_after_finishing_work() |
void |
should_remove_span_from_thread_local_after_finishing_work() |
void |
should_take_name_of_span_from_span_name_annotation() |
void |
should_take_name_of_span_from_to_string_if_span_name_annotation_is_missing() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcleanUpTracing, tracerTest@AfterEach public void clean()
@Test
public void should_not_see_same_trace_id_in_successive_tasks()
throws Exception
Exception@Test
public void should_remove_span_from_thread_local_after_finishing_work()
throws Exception
Exception@Test
public void should_remove_parent_span_from_thread_local_after_finishing_work()
throws Exception
Exception@Test
public void should_take_name_of_span_from_span_name_annotation()
throws Exception
ExceptionCopyright © 2023 Pivotal Software, Inc.. All rights reserved.