Looking for *small*, open source, c# project with extensive Unit Testing [closed]
Asked Answered
P

6

14

(I asked this question but did not receive much response. It was recommended that I ask the same question with regards to C#. )

I am a VB.NET developer with little C# experience (yes, I know I need to write more in C#), looking for small open source projects that demonstrate high unit testing coverage from which to learn.

I'm looking for small projects because I don't want to have to wade through a ton of code to get a better understanding of how to apply unit testing in my own situation, in which I write mostly IT business apps used internally by my company.

UPDATE: Original question that got me asking about this is here

Physicochemical answered 13/11, 2008 at 17:40 Comment(0)
P
3

My MiscUtil library has variable test coverage - some parts are very thoroughly tested, and others were written before I knew about unit testing.

If you wanted to learn by writing some tests for the uncovered stuff, you'd be very welcome :)

It's a big of a grab-bag of useful bits and pieces - which is handy in some ways, as you can take almost any bit and study it on its own. There's no "overall architecture" to learn.

Psycholinguistics answered 13/11, 2008 at 17:59 Comment(1)
some parts are very thoroughly tested, and others were written before I knew about unit testing. /// Your honesty is admirable.Wollastonite
V
1

Try looking at FileHelpers (http://www.filehelpers.net/). I recently had to make an edit to it and found the source code easy to wade through. It has a large number of tests.

Vamp answered 13/11, 2008 at 17:43 Comment(0)
W
1

I recommend looking at CarTrackr it has a wide range of .Net technologies that a developer should be familiar with (Unity, MVC framework especially) and has extensive unit testing. The project is simple enough to digest in 1 sitting but complex enough to actually be more than a proof-of-concept. Their codeplex url is at http://www.codeplex.com/CarTrackr

Wonted answered 13/11, 2008 at 18:19 Comment(0)
S
0

this link is related to Silverlight but the concepts are probably very similar (from a TDD'ish point of view): http://www.jeff.wilcox.name/2008/11/04/test-framework-source/

Suppositious answered 13/11, 2008 at 18:17 Comment(0)
C
0

My GeoNames .NET WCF Client

Chaudoin answered 13/11, 2008 at 18:20 Comment(0)
M
0

codecampserver.org

Moultrie answered 12/2, 2009 at 20:55 Comment(2)
There is currently no download there. Am I missing something?Physicochemical
Use a subversion client to check out the source code and run ClickToBuild.batMoultrie

© 2022 - 2024 — McMap. All rights reserved.