Voodoorider
14 years agoNew Contributor
Concurrent test and mock service
Hi,
I have a service containing 10 methods and I created a test for one of them. Now I would like to be able to mainting my running mock service for those other 9 methods, and have that one special mehtod running in cycled test so some other things are triggered when I invoke this particular method. Is this possible?
I have a service containing 10 methods and I created a test for one of them. Now I would like to be able to mainting my running mock service for those other 9 methods, and have that one special mehtod running in cycled test so some other things are triggered when I invoke this particular method. Is this possible?