Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前我正在使用NUnit为我的处理程序方法编写单元测试。我在我的一个控制器方法中使用过,当我为我的处理程序执行测试用例时HttpContext.Current,它会引发 NULL 引用异常。HttpContext.Current
HttpContext.Current
有什么方法可以模拟HttpContext吗?或者有没有其他方法可以解决这个问题。
您不需要HttpContext.Current直接访问。您应该能够使用易于模拟的可用依赖项之一。