Forum Discussion

oysteigi's avatar
oysteigi
Occasional Contributor
14 years ago

MockResponse too slow

I'm trying to test a choreography module by triggering it in step 1 (test request) and mock the calls made by the module in the following steps by using mock response. I can set this up very easily. F...