Uses of Interface
de.hybris.platform.test.RunnerCreator
-
Packages that use RunnerCreator Package Description de.hybris.platform.test -
-
Uses of RunnerCreator in de.hybris.platform.test
Classes in de.hybris.platform.test that implement RunnerCreator Modifier and Type Class Description classTestThreadsHolder<T extends java.lang.Runnable>Allows to let any number of threads start at the same time by starting them up and (internally) waiting until all of them are up and running.Constructors in de.hybris.platform.test with parameters of type RunnerCreator Constructor Description TestThreadsHolder(int numberOfThreads, RunnerCreator<T> creator)Creates a specified number of threads that will perform the logic created by the specified runnable creator as soon asTestThreadsHolder.startAll()has been invoked.TestThreadsHolder(int numberOfThreads, RunnerCreator<T> creator, boolean inheritTenant)Creates a specified number of threads that will perform the logic created by the specified runnable creator as soon asTestThreadsHolder.startAll()has been invoked.
-