How Do I Run xUnit.NET Unit Tests in Monodevelop? -
how run xunit.net unit tests monodevelop? have version 5.9.6 installed on lmde , have installed xunit.net testing framework support add-in. have test project installed xunit.net nuget package , wrote test in it. afaik have set correctly.
however, unit tests pad empty , can't run tests run -> run unit tests. know need test runner, can seem find 1 visual studio. have runner , not know it? i've never set testing environment before , @ loss else need do.
edit
i have found xunit.net console runner , installed it. can run tests console runner , can debug tests run -> debug application... however, tests still not recognized within monodevelop , still not show in unit tests pad.
i run xunit-tests under monodevelop add-in.
i noticed when have referenced unit-test framework in project, no tests appear in pad.
try remove nunit.framework reference.
Comments
Post a Comment