vote up 6 vote down star
3

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.

"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

flag

30% accept rate
Advice: don't frame yourself looking for VB.net projects. You can learn as much reading and translating C# projects, and there is much more quality C# projects out there. For the record, I'm a VB developer. – Eduardo Molteni Nov 12 '08 at 15:55

4 Answers

vote up 1 vote down

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

link|flag
NUnit was written in VB.NET? – Gern Blandston Nov 12 '08 at 20:50
Nope, NUnit was written in C# - you can browse their repository at nunit.cvs.sourceforge.net/nunit. – David Mohundro Nov 13 '08 at 13:22
It is true. In fact, you can't submit any enhancements or bug fixes without also submitting a unit test for your code. – Nick DeVore Nov 13 '08 at 22:25
vote up 1 vote down

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

link|flag
vote up 0 vote down

I'm looking for the very same thing. Small open source projects to learn from. However, I am a novice and have just started VB.NET (about 3 months ago). Can someone advise me on a place to start?

link|flag
vote up 0 vote down

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

here is a good starting point :)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.