寻找VB.NET开源项目来学习

时间:2022-04-09 14:03:14

I'm looking for some small, vb.net open source projects that make good use of unit testing. Similar to this question, but for VB.NET.

我正在寻找一些小型的vb.net开源项目,它们充分利用了单元测试。类似于这个问题,但对于VB.NET。

"I would like to improve my unit-testing skills by reading, examining real-world code. Could you recommend any open source projects where the source is extensively tested with unit tests?"

“我希望通过阅读,检查现实代码来提高我的单元测试技能。你能推荐一些开源项目,其源代码经过单元测试的广泛测试吗?”

Thanks!

UPDATE: Also asked the question for C# here

更新:此处还询问了C#的问题

3 个解决方案

#1


0  

For some reason there are not too many VB.NET OSS projects (compared to C#). A good one you can look at however is SilverUnit, a testing framework for Silverlight written in VB.NET

由于某种原因,没有太多的VB.NET OSS项目(与C#相比)。然而,您可以看到的一个很好的是SilverUnit,一个用VB.NET编写的Silverlight测试框架

#2


-1  

Not surprisingly, I believe that NUnit itself is extensively unit tested.

毫不奇怪,我相信NUnit本身已经过广泛的单元测试。

#3


-1  

http://github.com/languages/Visual%20Basic

here is a good starting point :)

这是一个很好的起点:)

#1


0  

For some reason there are not too many VB.NET OSS projects (compared to C#). A good one you can look at however is SilverUnit, a testing framework for Silverlight written in VB.NET

由于某种原因,没有太多的VB.NET OSS项目(与C#相比)。然而,您可以看到的一个很好的是SilverUnit,一个用VB.NET编写的Silverlight测试框架

#2


-1  

Not surprisingly, I believe that NUnit itself is extensively unit tested.

毫不奇怪,我相信NUnit本身已经过广泛的单元测试。

#3


-1  

http://github.com/languages/Visual%20Basic

here is a good starting point :)

这是一个很好的起点:)