Package org.testng.internal.thread
-
Interface Summary Interface Description IExecutor Reduced interface to mimic an ExecutorService.IFutureResult Reduced interface to mimic Future.IThreadFactory Reduced interface to mimic ThreadFactory. -
Class Summary Class Description ExecutorAdapter An implementation forIExecutor
based onThreadPoolExecutor
FutureResultAdapter A very reduced interface ofFuture
.TestNGThreadFactory ThreadUtil A helper class to interface TestNG concurrency usage.ThreadUtil.ThreadFactoryImpl -
Exception Summary Exception Description ThreadExecutionException Wrapper exception for ExecutionExceptions.ThreadTimeoutException Exception used to signal a thread timeout.