Class ProcessDefinitionFactoryTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.processengine.definition.ProcessDefinitionFactoryTest
- All Implemented Interfaces:
JaloSessionHolder
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
ProcessDefinitionFactoryTest
public ProcessDefinitionFactoryTest()
-
-
Method Details
-
setUp
public void setUp() -
testProcessDefinitionFactoryGetAllProcessDefinitions
public void testProcessDefinitionFactoryGetAllProcessDefinitions() -
testValid
- Throws:
Exception
-
testNoActions
- Throws:
Exception
-
testInvalidNamespace
- Throws:
Exception
-
testMissingStartAction
- Throws:
Exception
-
testInvalidStartAction
- Throws:
Exception
-
testEmptyStartAction
- Throws:
Exception
-
testMissingProcessName
- Throws:
Exception
-
testEmptyProcessName
- Throws:
Exception
-
testDuplicateContextParameter
- Throws:
Exception
-
testMissingContextParameterName
- Throws:
Exception
-
testEmptyContextParameterName
- Throws:
Exception
-
testMissingContextParameterType
- Throws:
Exception
-
testEmptyContextParameterType
- Throws:
Exception
-
testInvalidContextParameterType
- Throws:
Exception
-
testEmptyOnErrorAction
- Throws:
Exception
-
testInvalidOnErrorAction
- Throws:
Exception
-