You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ...
The text was updated successfully, but these errors were encountered:
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 ...
The text was updated successfully, but these errors were encountered: