Project

General

Profile

Actions

Task #682

open

Refactor CustomActivityBehaviorFactory out of core-impl

Added by Jan Helbich over 6 years ago. Updated over 4 years ago.

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

Has duplicate IdStory Identity Manager - Task #444: Activiti test configuration outside core moduleNewRadek Tomiška05/24/2017

Actions
Actions #1

Updated by Vít Švanda over 6 years ago

  • Target version deleted (Diamond (7.4.0))
Actions #2

Updated by Radek Tomiška over 6 years ago

  • Has duplicate Task #444: Activiti test configuration outside core module added
Actions #3

Updated by Artem Kolychev over 4 years ago

You can overite ActivitiRule bean. copy eu.bcvsolutions.idm.core.workflow.config.TestConfig to you'r module.
P.S. variable (ProcessEngine processEngine) can show error "No beans of type found". It is normal ))

Actions

Also available in: Atom PDF