Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CamundaMockito.verify should return DelegateExecutionFake #87

Open
jangalinski opened this issue May 6, 2019 · 2 comments
Open

CamundaMockito.verify should return DelegateExecutionFake #87

jangalinski opened this issue May 6, 2019 · 2 comments

Comments

@jangalinski
Copy link
Collaborator

Currently, we get an ArgumentCaptor for DelegateExecution/DelegateTask.

These work on a ThreadLocal scoped context and are thus useless when queried after verification.

If we would transform the execution caught by the verifiy/captor to a DelegateExecutionFake, we could store the state of the process execution ate the moment the delegate was called and assert on variables ...

@ivkond
Copy link

ivkond commented Sep 22, 2020

@jangalinski, is there any plans to implement this?

@jangalinski
Copy link
Collaborator Author

Quite busy at the time ... but it could be a great PR, don't you think? :-)

Otherwise,I will put it on my todo list, shouldn't be too hard to do.

@jangalinski jangalinski added this to the BACKLOG milestone Apr 29, 2022
@jangalinski jangalinski removed this from the BACKLOG milestone Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants