Paul Laudeman : NUnit Tip: Debugging your unit tests NUnit Tip: Debugging your unit tests I had a request from a coworker today who wanted to be able to step through a suite of unit tests to see the flow of the tests and examine the variables along the way. We are using the NUnit GUI and not any of the other types of addins for Visual Studio generalnet with .netdebugnunitprogrammingpruebastips
Paul Wilson's .NET Blog Check out my "Real" NHibernate Example App As most of you know that follow my blog, I not only have my own WilsonORMapper , but I've also been tinkering with NHibernate some. Why? I needed to use a "free" set of code for my recent presentation on O/R Mapping at the Atlanta Code Camp . Anyhow, with .netnhibernatepersistenceprogramming