More NUnit and Nant Tricks, Tips and Examples
- Debugging Your NUnit Tests
- Extending the Sample
- Debugging Your NUnit Tests
- More On Nant
- Step-by-Step Build
- Conclusion
This article uncovers more of the .NET software tools NUnit and Nant. (Click here to download the source files for this article.)
Debugging Your NUnit Tests
I've been busy since my last article on Nantimproving my music library! Readers of my earlier Nant article will recall how I demonstrated the use of Nant in software build automation. The software in question was a simple C# Windows Forms application that listed tracks from my CD library. Nant (the .NET version of the Ant build tool) handles a wide range of build, deployment, and test tasks. By the end of the article, you saw Nant build and run the C# sample. (Unfortunately, it also exposed the dated nature of my CD library.)
This time around, I'll take a few minutes to show you how to debug NUnit tests and also describe some of Nant's more interesting features.
NOTE
Download Nant from http://nant.sourceforge.net/.