Class ProcessExecutorTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.mediaconversion.os.process.ProcessExecutorTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ProcessExecutorTest extends HybrisJUnit4Test
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ProcessExecutorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()Delegates to de.hybris.platform.testframework.HybrisTestLogic#init()voidtestEcho()voidtestMultithreadedEcho()-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
init
public void init()
Description copied from class:HybrisJUnit4TestDelegates to de.hybris.platform.testframework.HybrisTestLogic#init()- Overrides:
initin classHybrisJUnit4Test
-
testEcho
public void testEcho() throws java.io.IOException- Throws:
java.io.IOException
-
testMultithreadedEcho
public void testMultithreadedEcho() throws java.io.IOException, java.lang.InterruptedException- Throws:
java.io.IOExceptionjava.lang.InterruptedException
-
-