Class DefaultAutomatedWorkflowTemplateRegistryTest
java.lang.Object
de.hybris.platform.workflow.services.internal.impl.DefaultAutomatedWorkflowTemplateRegistryTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidshouldReturnInstantiatedWrappedAutomatedWorkflowTemplateWhenTemplateHasOnlyJobClassFromJaloPackage()voidvoidshouldThrowAutomatedWorkflowTemplateExceptionWhenJobClassCannotBeInstantiatedBecauseOfIllegalAccess()void
-
Constructor Details
-
DefaultAutomatedWorkflowTemplateRegistryTest
public DefaultAutomatedWorkflowTemplateRegistryTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
shouldReturnInstantiatedAutomatedWorkflowTemplateWhenTemplateHasOnlyJobClass
public void shouldReturnInstantiatedAutomatedWorkflowTemplateWhenTemplateHasOnlyJobClass() throws AutomatedWorkflowTemplateException -
shouldReturnInstantiatedWrappedAutomatedWorkflowTemplateWhenTemplateHasOnlyJobClassFromJaloPackage
public void shouldReturnInstantiatedWrappedAutomatedWorkflowTemplateWhenTemplateHasOnlyJobClassFromJaloPackage() throws AutomatedWorkflowTemplateException -
shouldReturnAutomatedWorkflowTemplateFromSpringManagedMapWhenTemplateHasOnlyJobHandler
public void shouldReturnAutomatedWorkflowTemplateFromSpringManagedMapWhenTemplateHasOnlyJobHandler() throws AutomatedWorkflowTemplateException -
shouldThrowAutomatedWorkflowTemplateExceptionWhenNoAutomatedWorkflowTemplateWasFound
public void shouldThrowAutomatedWorkflowTemplateExceptionWhenNoAutomatedWorkflowTemplateWasFound() -
shouldThrowAutomatedWorkflowTemplateExceptionWhenJobClassCannotBeInstantiated
public void shouldThrowAutomatedWorkflowTemplateExceptionWhenJobClassCannotBeInstantiated() -
shouldThrowAutomatedWorkflowTemplateExceptionWhenJobClassCannotBeInstantiatedBecauseOfIllegalAccess
public void shouldThrowAutomatedWorkflowTemplateExceptionWhenJobClassCannotBeInstantiatedBecauseOfIllegalAccess()
-