| Package | Description |
|---|---|
| de.hybris.platform.test |
| Modifier and Type | Class and Description |
|---|---|
class |
TestThreadsHolder<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.
|
| Constructor and 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 as
TestThreadsHolder.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 as
TestThreadsHolder.startAll() has been invoked. |
Copyright © 2018 SAP SE. All Rights Reserved.