.NET Brain Droppings

I'm a Microsoft Certified Architect (MCA)... Feel free to ask me about the program...

Spelunking with Ad Hoc Tests

NUnitAddIn

Here's a screenshot showing how easy it is to start spelunking about using Ad Hoc tests.  In the example below I've defined a class that creates and disposes of an app domain.  All the Ad Hoc test does is return the AppDomain object (which dumps all of its fields and properties).  If an Ad Hoc test method is static - the constructor and dispose methods won't be called.  Ad Hoc test methods can be private (you won't have to modify your code).  At the moment methods with parameters aren't supported.  A future version may pop up a dialog box for the parameters.

Running NUnit tests from within the VS.NET IDE.  Now that's what I'm talking about.

[Currently Playing: Operation Ivy - Self-titled]

Comments

No Comments

Leave a Comment

(required) 

(required) 

(optional)

(required)