Actions
Task #682
openRefactor CustomActivityBehaviorFactory out of core-impl
Status:
New
Priority:
Normal
Assignee:
Vít Švanda
Category:
Modularity
Target version:
-
Start date:
08/31/2017
Due date:
% Done:
0%
Estimated time:
Owner:
Description
AbstractWorkflowIntegrationTest currently has to return ActivityBehaviorFactory, which is implemented only in core-impl module.
To creating workflow test parent in custom module, one has to implement the AbstractWorkflowIntegrationTest#getBehaviourFactory
and return CustomActivityBehaviorFactory - for such reason a dependency on core-impl is required.
The goal of this task is to workflow testing parent class so that it is not necesarry to depend on implementation module.
Related issues
Actions