标签: c# asp.net-web-api2 web-api-testing
我有一些方法可以通过HostingEnvironment.MapPath(“ filepath”)路径读取文件。从单元测试HostingEnvironment.MapPath始终返回null。
我如何设置模拟requestcontext以在Web api控制器2中返回正确的文件路径?