Package com.github.robtimus.junit.support.concurrent
Provides interfaces and classes for helping test concurrent code.
-
Class Summary Class Description ConcurrencySettings Settings to apply when callingConcurrentRunner.runConcurrently(Executable, ConcurrencySettings)
.ConcurrentResults<T> A class that represents the results produced by aConcurrentRunner
.ConcurrentRunner<T> A class that will run code concurrently.