项目梳理6——使用WebApiTestClient为webapi添加测试
时间:2017-08-07 21:28:22
收藏:0
阅读:248
1.使用nuget添加WebApiTestClient的引用
2.xxxxx.WebApi\Areas\HelpPage\Views\Help\Api.cshtml页面末尾添加如下代码:
3.显示结果
此测试永远无法代替单元测试!!!,单元测试不可少
原文:http://www.cnblogs.com/panpanwelcome/p/7301040.html
评论(0)