Unit testing nested subflows (subflows of subflows)
- by snusmumrik
I'm trying to write unit test for a flow, which has subflow, which, itself, has another subflow.
I register first flow using
FlowDefinitionResource getResource(FlowDefinitionResourceFactory resourceFactory).
Then I register subflow definitions during test execution in FlowDefinitionRegistry before transitioning to them.
Transitioning to "first…