Test runner does not load the tests for dnx 1.0.0-rc2-20222
ibrmohammed opened this issue · 0 comments
ibrmohammed commented
Team,
I have a VS 2015 test project which uses dnx 1.0.0-rc2-20222.When i run the project build is successful.But the test explorer never displays the tests.
My project.json has following dependencies
"dependencies": {
"Moq": "4.2.1312.1622",
"xunit": "2.1.0"
}
"commands": {
"test": "xunit.runner.dnx"
}