Class ProcessExecutorClientTest
- java.lang.Object
-
- de.hybris.platform.mediaconversion.os.process.AbstractProcessExecutorTestCase
-
- de.hybris.platform.mediaconversion.os.process.impl.ProcessExecutorClientTest
-
@UnitTest public class ProcessExecutorClientTest extends AbstractProcessExecutorTestCase
-
-
Constructor Summary
Constructors Constructor Description ProcessExecutorClientTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intamountOfThreads()protected ProcessExecutorcreateExecutor()static voiddestroy()static voidinit()static DefaultRMIRegistryServicestartRegistry()-
Methods inherited from class de.hybris.platform.mediaconversion.os.process.AbstractProcessExecutorTestCase
cleanUp, setupExecutor, testEcho, testMultithreadedEcho
-
-
-
-
Method Detail
-
startRegistry
public static DefaultRMIRegistryService startRegistry()
-
init
public static void init()
-
destroy
public static void destroy()
-
createExecutor
protected ProcessExecutor createExecutor() throws java.lang.Exception
- Specified by:
createExecutorin classAbstractProcessExecutorTestCase- Throws:
java.lang.Exception- See Also:
AbstractProcessExecutorTestCase.createExecutor()
-
amountOfThreads
protected int amountOfThreads()
- Specified by:
amountOfThreadsin classAbstractProcessExecutorTestCase- See Also:
AbstractProcessExecutorTestCase.amountOfThreads()
-
-