@ExtendWith(value=org.mockito.junit.jupiter.MockitoExtension.class) public abstract class LazyTraceThreadPoolTaskSchedulerTests extends Object implements TestTracingAwareSupplier
| Constructor and Description |
|---|
LazyTraceThreadPoolTaskSchedulerTests() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcleanUpTracing, tracerTestpublic LazyTraceThreadPoolTaskSchedulerTests()
@BeforeEach public void setup()
@AfterEach public void close()
@Test public void setPoolSize()
@Test public void setRemoveOnCancelPolicy()
@Test public void setErrorHandler()
@Test public void getScheduledExecutor()
@Test public void getPoolSize()
@Test public void isRemoveOnCancelPolicy()
@Test public void getActiveCount()
@Test public void execute()
@Test public void execute1()
@Test public void submit()
@Test public void submit1()
@Test public void submitListenable()
@Test public void submitListenable1()
@Test public void prefersShortLivedTasks()
@Test public void schedule()
@Test public void schedule1()
@Test public void scheduleAtFixedRate()
@Test public void scheduleAtFixedRate1()
@Test public void scheduleWithFixedDelay()
@Test public void scheduleWithFixedDelay1()
@Test public void scheduleWithFixedDelay2()
@Test public void scheduleWithFixedDelay3()
@Test public void setThreadFactory()
@Test public void setThreadNamePrefix()
@Test public void setRejectedExecutionHandler()
@Test public void setWaitForTasksToCompleteOnShutdown()
@Test public void setAwaitTerminationSeconds()
@Test public void setBeanName()
@Test public void afterPropertiesSet()
@Test public void initialize()
@Test public void destroy()
@Test public void shutdown()
@Test public void newThread()
@Test public void getThreadNamePrefix()
@Test public void setThreadPriority()
@Test public void getThreadPriority()
@Test public void setDaemon()
@Test public void isDaemon()
@Test public void setThreadGroupName()
@Test public void setThreadGroup()
@Test public void getThreadGroup()
@Test public void createThread()
@Test public void schedule2()
@Test public void scheduleAtFixedRate2()
@Test public void scheduleAtFixedRate3()
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.