public abstract class TraceScheduledThreadPoolExecutorTests extends Object implements TestTracingAwareSupplier
| Constructor and Description |
|---|
TraceScheduledThreadPoolExecutorTests() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.cloud.sleuth.instrument.async.LazyTraceScheduledThreadPoolExecutor |
executor() |
void |
should_decorate_task_trace_callable() |
void |
should_decorate_task_trace_runnable() |
void |
should_execute_a_trace_runnable() |
void |
should_schedule_at_fixed_rate_trace_runnable() |
void |
should_schedule_trace_callable() |
void |
should_schedule_trace_runnable() |
void |
should_schedule_with_fixed_delay_trace_runnable() |
void |
should_submit_trace_callable() |
void |
should_submit_trace_runnable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcleanUpTracing, tracerTestpublic TraceScheduledThreadPoolExecutorTests()
protected org.springframework.cloud.sleuth.instrument.async.LazyTraceScheduledThreadPoolExecutor executor()
@Test
public void should_schedule_trace_runnable()
throws Exception
Exception@Test
public void should_decorate_task_trace_runnable()
throws Exception
Exception@Test
public void should_decorate_task_trace_callable()
throws Exception
Exception@Test
public void should_schedule_trace_callable()
throws Exception
Exception@Test
public void should_schedule_at_fixed_rate_trace_runnable()
throws Exception
Exception@Test
public void should_schedule_with_fixed_delay_trace_runnable()
throws Exception
Exception@Test
public void should_execute_a_trace_runnable()
throws Exception
Exception@Test
public void should_submit_trace_callable()
throws Exception
ExceptionCopyright © 2023 Pivotal Software, Inc.. All rights reserved.