开发者

NUnit running the wrong test assembly

开发者 https://www.devze.com 2022-12-16 10:49 出处:网络
I\'m running NUnit from VS2k8 by setting it as the start action for the test project.That worked fine when I only had a single solution with a single test project.I\'m trying to run tests in a second

I'm running NUnit from VS2k8 by setting it as the start action for the test project. That worked fine when I only had a single solution with a single test project. I'm trying to run tests in a second solution now, but when NUnit launches it's loading Solution1Name.Test instead of Sol开发者_StackOverflowution2Name.test


NUnit reloads the last configuration that it used before it closes. Its a feature of the application to help you test faster. if you need to move to another projects just use the Open function and find the assembly you wish to test with.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号