@ExtendWith(value=org.mockito.junit.jupiter.MockitoExtension.class) public abstract class TraceableScheduledExecutorServiceTest extends Object implements TestTracingAwareSupplier
| Constructor and Description |
|---|
TraceableScheduledExecutorServiceTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
void |
should_not_schedule_a_trace_callable_when_context_not_ready() |
void |
should_not_schedule_a_trace_runnable_when_context_not_ready() |
void |
should_not_schedule_at_fixed_rate_a_trace_runnable_when_context_not_ready() |
void |
should_not_schedule_with_fixed_delay_a_trace_runnable_when_context_not_ready() |
void |
should_schedule_a_trace_callable() |
void |
should_schedule_a_trace_runnable() |
void |
should_schedule_at_fixed_rate_a_trace_runnable() |
void |
should_schedule_with_fixed_delay_a_trace_runnable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcleanUpTracing, tracerTestpublic TraceableScheduledExecutorServiceTest()
@BeforeEach public void setup()
@Test
public void should_schedule_a_trace_runnable()
throws Exception
Exception@Test
public void should_schedule_a_trace_callable()
throws Exception
Exception@Test
public void should_schedule_at_fixed_rate_a_trace_runnable()
throws Exception
Exception@Test
public void should_schedule_with_fixed_delay_a_trace_runnable()
throws Exception
Exception@Test
public void should_not_schedule_a_trace_runnable_when_context_not_ready()
throws Exception
Exception@Test
public void should_not_schedule_a_trace_callable_when_context_not_ready()
throws Exception
Exception@Test
public void should_not_schedule_at_fixed_rate_a_trace_runnable_when_context_not_ready()
throws Exception
ExceptionCopyright © 2023 Pivotal Software, Inc.. All rights reserved.