Is it possible to integrate NUnit with VB.net Express Edition? Which is the best way?

一世执手 提交于 2019-12-07 22:42:55

问题


I'm a Java Developer wich is learning VB.net for a small project. While coding in Java, we don't have to think a lot about how to integrate our IDE with our unit test framework because most of the IDEs already area integrated.

But now that I'm working on a project which the main requirement is to use VB.net Express Edition, is it possible to integrate this IDE with NUnit? How can I do that? Is there a better practice for this task? What should I do?

No, we can't opt to use Visual Studio, only the Express Edition of VB.net


回答1:


You can add a test project, reference the nunit.framework DLL. If you can set the startup program in express (via project properties), you can set the startup program for the test project to the NUnit framework GUI. I wasn't sure if express supported that...

Additionally, you can run NUnit stand-alone; open NUnit, point to the test project DLL, and NUnit refreshes as you recompile.

HTH.



来源:https://stackoverflow.com/questions/2782806/is-it-possible-to-integrate-nunit-with-vb-net-express-edition-which-is-the-best

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!