public abstract class TracingJobListenerTest extends Object implements TestTracingAwareSupplier
| Modifier and Type | Class and Description |
|---|---|
static class |
TracingJobListenerTest.CompleteableTriggerListener |
static class |
TracingJobListenerTest.ContextModifyingJobListener |
static class |
TracingJobListenerTest.ExceptionalJob |
static class |
TracingJobListenerTest.SuccessfulJob |
static class |
TracingJobListenerTest.VetoJobTriggerListener |
| Constructor and Description |
|---|
TracingJobListenerTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
should_complete_span_when_job_is_successful() |
void |
should_complete_span_when_job_is_vetoed() |
void |
should_complete_span_when_job_throws_exception() |
void |
should_have_parent_and_child_span_when_trigger_contains_span_info() |
void |
should_have_parent_and_child_span_when_trigger_job_data_was_created_with_differently_typed_map() |
void |
should_have_span_with_proper_name_and_tag_when_job_is_successful() |
void |
should_not_complete_span_when_context_is_modified_to_remove_keys() |
void |
should_return_class_name_all_the_time() |
void |
tearDown() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcleanUpTracing, tracerTest@Test public void should_return_class_name_all_the_time()
@Test
public void should_complete_span_when_job_is_successful()
throws Exception
Exception@Test
public void should_have_span_with_proper_name_and_tag_when_job_is_successful()
throws Exception
Exception@Test
public void should_complete_span_when_job_throws_exception()
throws Exception
Exception@Test
public void should_complete_span_when_job_is_vetoed()
throws Exception
Exception@Test
public void should_not_complete_span_when_context_is_modified_to_remove_keys()
throws Exception
Exception@Test
public void should_have_parent_and_child_span_when_trigger_contains_span_info()
throws Exception
ExceptionCopyright © 2023 Pivotal Software, Inc.. All rights reserved.