Class ProcessExecutorFactoryTest
- java.lang.Object
-
- de.hybris.platform.mediaconversion.os.process.AbstractProcessExecutorTestCase
-
- de.hybris.platform.mediaconversion.os.process.factory.ProcessExecutorFactoryTest
-
@UnitTest public class ProcessExecutorFactoryTest extends AbstractProcessExecutorTestCase
-
-
Constructor Summary
Constructors Constructor Description ProcessExecutorFactoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intamountOfThreads()voidcleanUp()protected ProcessExecutorcreateExecutor()voidsetupExecutor()-
Methods inherited from class de.hybris.platform.mediaconversion.os.process.AbstractProcessExecutorTestCase
testEcho, testMultithreadedEcho
-
-
-
-
Method Detail
-
setupExecutor
public void setupExecutor() throws java.lang.Exception- Overrides:
setupExecutorin classAbstractProcessExecutorTestCase- Throws:
java.lang.Exception
-
cleanUp
public void cleanUp() throws java.io.IOException- Overrides:
cleanUpin classAbstractProcessExecutorTestCase- Throws:
java.io.IOException
-
amountOfThreads
protected int amountOfThreads()
- Specified by:
amountOfThreadsin classAbstractProcessExecutorTestCase
-
createExecutor
protected ProcessExecutor createExecutor() throws java.lang.Exception
- Specified by:
createExecutorin classAbstractProcessExecutorTestCase- Throws:
java.lang.Exception
-
-