cadence-java-client icon indicating copy to clipboard operation
cadence-java-client copied to clipboard

Simpler unit testing of any workflow function

Open mfateev opened this issue 6 years ago • 0 comments

Currently the unit testing framework supports testing of the whole workflow. So to test a part of it a dummy test workflow interface should be created and then invoked through the client.

I think we should provide a shortcut method to call any code in a lambda to simplify unit testing of workflow pieces.

mfateev avatar Jun 10 '19 23:06 mfateev