oysteigi
14 years agoOccasional Contributor
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...