如何在startup.cs ASP .Net Core应用程序中编写Configure方法的测试用例

时间:2018-09-06 13:41:42

标签: c# asp.net-core startup xunit

 public void Configure(IApplicationBuilder app, IHostingEnvironment env)
 {
     //Something
 }

我想在.Net core startup.cs文件中为上述方法添加测试用例。 有什么办法吗?

0 个答案:

没有答案