如何使用C#在单元测试中模拟Redis超时

时间:2019-06-25 13:59:18

标签: c# unit-testing nunit moq stackexchange.redis

我正在尝试为StackExchange.Redis超时编写一个单元测试(或模拟一个StackExchange.Redis超时)。我正在使用C#4.7.1和NUnit.Framework。 我想知道是否有人可以对此提供一些见识。

我遇到了这篇文章,但在Node / Lua中做同样的事情: https://medium.com/@stockholmux/simulating-a-slow-command-with-node-redis-and-lua-efadbf913cd9

我想要的是通过运行单元测试StackExchange.Redis将超时并输出超时错误消息。

0 个答案:

没有答案