Support assertions in TestWorkflowEnvironment.registerDelayedCallback
#597
Labels
enhancement
User experience
TestWorkflowEnvironment.registerDelayedCallback
#597
Is your feature request related to a problem? Please describe.
When assertions fail in
TestWorkflowEnvironment.registerDelayedCallback
, the errors in the callback are swallowed. This is counterintuitive.For instance, I expect the following test to fail.
But it succeeds with an error log.
Describe the solution you'd like
Propagate the error to the test method.
The text was updated successfully, but these errors were encountered: