cadence-java-client
cadence-java-client copied to clipboard
Simpler unit testing of any workflow function
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.