Uses of Class
dev.aherscu.qa.testing.extra.ParallelLoop
-
Packages that use ParallelLoop Package Description dev.aherscu.qa.testing.extra -
-
Uses of ParallelLoop in dev.aherscu.qa.testing.extra
Fields in dev.aherscu.qa.testing.extra declared as ParallelLoop Modifier and Type Field Description static ParallelLoop
ParallelLoop. PROTOTYPE
The default parallel loop; chain with threadPool and repetitions to configure.Methods in dev.aherscu.qa.testing.extra that return ParallelLoop Modifier and Type Method Description ParallelLoop
ParallelLoop. withRepetitions(int repetitions)
ParallelLoop
ParallelLoop. withThreadPool(AbstractExecutorService threadPool)
-