dotnet/dnx.xunit

Name: dnx.xunit

Owner: .NET Foundation

Description: DNX runner for xUnit.net (please open issues in https://github.com/xunit/xunit)

Created: 2015-12-01 06:37:18.0

Updated: 2018-01-22 18:46:36.0

Pushed: 2015-11-25 17:04:28.0

Homepage:

Size: 408

Language: C#

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

This runner supports xUnit.net tests for DNX 4.5.1+, and DNX Core 5+ (this includes ASP.NET 5+).

Usage

To install this package, ensure your project.json contains the following lines:


"dependencies": {
    "xunit": "2.1.0-*",
    "xunit.runner.dnx": "2.1.0-*"
},
"commands": {
    "test": "xunit.runner.dnx"
}

To run tests from the command line, use the following.

store NuGet packages
restore

n tests in current directory
test

n tests if tests are not in the current directory
-p path/to/project test
More Information

For more complete example usage, please see Getting Started with xUnit.net and DNX / ASP.NET 5.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.