标签: mocking httpcontext
我的控制器方法中有以下行:
string str = HttpContext.ApplicationInstance.Application["String"].ToString();
如何编写单元测试来获取数据?