|
Browse by Tags
All Tags » debugging » Unit Tests ( RSS)
-
I started stepping into production code out of a unit test. Was able to step through quite a few lines. I was on the next-to-last line of the following method. Stopped and pointed to the input variable 'level' to check its value. That's when the exception occurred. public override void Write...
Posted to
Forum
by
chucksphar
on
09-21-2006
Filed under: serralongue, debugging, Unit Tests, exception
-
I've been getting this one fairly often while debugging from Unit Tests window. I step into a test, try to execute an assertion, and get a NullReferenceException (apparently in NUnit, from the stack trace). I don't have the same problem in Visual Studio 2005 using TestDriven.NET or TestRunner...
Posted to
Forum
by
chucksphar
on
08-30-2006
Filed under: Bug report, 1591, debugging, Unit Tests
Page 1 of 1 (2 items)
|
|
|