Software management consultant and CTO, Headspring Systems
Browse by Tags
All Tags »
Coding Principles »
ASP.NET (
RSS)
-
|
I use NUnit for my automated tests. Because of that, all my tests are unit tests, right? WRONG! The name of the testing framework has no bearing on the type of test you have. NUnit is a framework for running automated tests. You _can_ write unit tests...
|
-
|
This is a warning that the VirtualPathUtility class in .Net 2.0 takes some time to understand the rules under which it operates. It wasn't obvious to me, and I had to do some investigation to learn it's behavior. I expected the following test to pass...
|
More Posts