How to run nunit tests with asp.net 5 projects, especially with ReSharper? -


i developing asp.net 5 application targeting dnx451.

the asp.net 5 project relies libraries unit-tests written nunit 2.x. reasonable choice me use nunit testing asp.net 5 project.

when running unit test in resharper, resharper says "test not run" additional message "system.io.filenotfoundexception: not load file or assembly xxx ".

both nunit 2.6.4 , 3.0.0-beta-2 results same error.

any 1 has running nunit tests against dnx project?

dnx tests aren't supported resharper. it's whole new execution model, , hasn't yet been implemented resharper. i'd expect see support dnx , asp.net stabilise , near release. also, don't believe nunit supports running dnx test runner - xunit team have separate project plug dnx: https://github.com/xunit/dnx.xunit


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -