22 Feb
2008

Some Other Assertions in VS Unit

Folks are often unaware of a some classes within the Visual Studio unit testing framework that make writing unit tests a bit easier. Instead of simply adding functionality to the base Assert class, the framework declares 2 other specialized assertion classes: CollectionAssert and StringAssert. CollectionAssert is handy for comparing 2 collections or for validating members […]

Read More