Uses of Class
com.github.robtimus.junit.support.concurrent.ConcurrencySettings
-
Packages that use ConcurrencySettings Package Description com.github.robtimus.junit.support.concurrent Provides interfaces and classes for helping test concurrent code. -
-
Uses of ConcurrencySettings in com.github.robtimus.junit.support.concurrent
Methods in com.github.robtimus.junit.support.concurrent that return ConcurrencySettings Modifier and Type Method Description static ConcurrencySettings
ConcurrencySettings. withCount(int count)
Creates a new concurrency settings object.ConcurrencySettings
ConcurrencySettings. withThreadCount(int threadCount)
Sets the number of threads to use.Methods in com.github.robtimus.junit.support.concurrent with parameters of type ConcurrencySettings Modifier and Type Method Description static void
ConcurrentRunner. runConcurrently(Executable executable, ConcurrencySettings settings)
Runs a block of code several times concurrently.
-