# Packages
No description provided by the author
# README
Unit tests APIs for iWF
The APIs are generated using mockgen by the below commands:
mockgen -source=iwf/persistence.go -package=iwftest -destination=iwftest/persistence.go
mockgen -source=iwf/communication.go -package=iwftest -destination=iwftest/communication.go
mockgen -source=iwf/workflow_context.go -package=iwftest -destination=iwftest/workflow_context.go
mockgen -source=iwf/client.go -package=iwftest -destination=iwftest/client.go
or running this on sdk root folder
go generate ./...
Usage
See the example for more details.