码迷,mamicode.com
首页 > Web开发 > 详细

dotnet core test with NUnit

时间:2017-11-01 14:49:48      阅读:265      评论:0      收藏:0      [点我收藏+]

标签:str   beta   app1   pen   github   with   win8   enc   win   

https://github.com/nunit/dotnet-test-nunit

 if you are using Visual Studio.

Your project.json in your test project should look like the following;

{
    "version": "1.0.0-*",

    "dependencies": {
        "NUnit": "3.5.0",
        "dotnet-test-nunit": "3.4.0-beta-3"
    },

    "testRunner": "nunit",

    "frameworks": {
        "netcoreapp1.0": {
            "imports": "portable-net45+win8",
            "dependencies": {
                "Microsoft.NETCore.App": {
                    "version": "1.0.0-*",
                    "type": "platform"
                }
            }
        }
    }
}

 

https://www.nuget.org/packages/dotnet-test-nunit/

Install-Package dotnet-test-nunit -Version 3.4.0-beta-3                 

 

dotnet core test with NUnit

标签:str   beta   app1   pen   github   with   win8   enc   win   

原文地址:http://www.cnblogs.com/chucklu/p/7766093.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!