Class ProcessEngineTaskRunnerExceptionsTest
- java.lang.Object
-
- de.hybris.platform.processengine.process.ProcessEngineTaskRunnerExceptionsTest
-
@UnitTest public class ProcessEngineTaskRunnerExceptionsTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProcessEngineTaskRunnerExceptionsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtearDown()voidtestError()voidtestJaloTransactionException()voidtestNodeExecutionException()voidtestRetryLaterException()voidtestRuntimeException()voidtestSpringTransactionException()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
tearDown
public void tearDown()
-
testRetryLaterException
public void testRetryLaterException()
-
testNodeExecutionException
public void testNodeExecutionException() throws RetryLaterException- Throws:
RetryLaterException
-
testRuntimeException
public void testRuntimeException() throws RetryLaterException- Throws:
RetryLaterException
-
testJaloTransactionException
public void testJaloTransactionException() throws RetryLaterException- Throws:
RetryLaterException
-
testSpringTransactionException
public void testSpringTransactionException() throws RetryLaterException- Throws:
RetryLaterException
-
testError
public void testError() throws RetryLaterException- Throws:
RetryLaterException
-
-