How to mock call activity using Junit-5

Hi Team,

Our environment - Camunda 7.22 and Junit-5 for process testing. Now we have scenario where we are using callActivity (child process) in parent process.

Could anyone please suggest /refer any documentation how to use this ? I have followed the below thread and git project . But looks like this is using Junit-4 (for registerCallActivityMock). Please suggest

IMO the lib you referred to is not tied to a certain JUnit version. You can use it with JUnit 5 too.

1 Like

Thanks for the info … looking for working example , pls share if any. In the meanwhile , try to use the Junit-5 in the meanwhile

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.