Eddie Garmon's Weblog

some architecture, some c#

Browse by Tags

All Tags » eXtreme Programming in .Net (RSS)
NUnit extensions updated for 2.2.2
I have updated the ObjectGraphAssert and TimedTest extensions for NUnit 2.2.2. You can get them here per the read me... ObjectGraphAssert - allows you to compare 2 objects via all their properties, and the properties of all children in sub collections...
Why a Timed Test in NUnit 2.2?
In response to questions about the value add of Timed Tests in NUnit: There are several uses for timed tests, here are 6, and an update to the TimedTest code... (read more) ...
NUnit 2.2 Timed Tests...
Well I finally got around to working on some more NUnit enhancements. I have finished creating an extension for a timed test with resolution in milliseconds. (read more)...
More Extending Nunit (version 2.2)
There is some slight code duplication (from the NUnit framework), but it works with 1.X and 2.0 frameworks... ObjectGraphAssert and ObjectGraphFixture: Here is the zip. If you create a failing test, please pass it on so I can update my code. Enjoy
NUnit Template
One of the biggest problems to writing tests (first), is all the redundancy in setting up the test class.Unfortunately NUnit does not have a built in answer to this problem. So to that end, I created several template files to generate these test classes...
Extending the NUnit Framework
Extending the NUnit Framework. Adding support for Assert.AreEqual(IEnumerable, IEnumerable)...
Pair Programming
Ideal Pair Stations One of the biggest aspects of eXtreme Programming (XP) that is usually rejected is that of Pair Programming . This usually due to pre-conceived notions by the developers or poor pair station design that does not actively engage both...
More Posts