标签: c# unit-testing nunit
我正在为我的web api项目编写测试用例并使用 nunit测试框架。当我通过测试项目时,我在主项目的配置加载期间遇到问题。
string folderPath = HttpContext.Current.Server.MapPath("~/StartupLogs");
当我通过测试项目时,我得到null但是如果通过实际项目它返回路径。当我在c#中进行测试项目时,请建议如何获得这条路径。