Closed wilversings closed 6 years ago
Hi @wilversings I'll look into this, sometime this week and merge it in. Apologies for the delay.
Great work! Was looking for this functionality as well! 👍
@wilversings Could you test for multiple stubs in the same test? If one stub has a response delay and another stub does not, this could block all responses, because of the Thread.Sleep
@hibri Please check now
@wilversings thanks. Will take a look.
Thanks for this @wilversings . I'll make a small change to change the delay from uint to int before I publish the package
Added response delay feature. Needed this for one of my projects.