Uses of Interface
de.hybris.platform.test.RunnerCreator
Packages that use RunnerCreator
-
Uses of RunnerCreator in de.hybris.platform.test
Classes in de.hybris.platform.test that implement RunnerCreatorModifier and TypeClassDescriptionclassTestThreadsHolder<T extends 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 RunnerCreatorModifierConstructorDescriptionTestThreadsHolder(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.