在ASP.NET Core中检测到TestServer?

时间:2018-07-20 15:49:53

标签: c# testing asp.net-core integration-testing

我正在使用TestServer在测试过程中实例化asp.net核心Web应用。

var server = new TestServer(new WebHostBuilder().UseStartup<Startup>());

在Web应用程序的启动中,我访问不同的资源,具体取决于环境是生产环境还是开发环境。现在我需要第三种情况:测试。我可以在启动中检测到测试正在通过TestServer调用它吗?

0 个答案:

没有答案