Fog Creek Software
g
Discussion Board




Generic .NET Test Harness

Before writing my own (as I had done for COM), surely the following has been done using reflection for .NET:

- An application that allows selection of a class and then . . .
- Displays those class' properties and allows input into them (even, perhaps, some random input based upon data type) and allows . . .
- Execution of any of the class' methods, finally . . .
- Showing some simple outputting of the results . . .

I know this has to already exist out there . . . can someone point me in the correct direction?

Steve
Friday, April 16, 2004

Not point-and-click/intellisense type stuff like you're looking for, but we use NUnit for running our tests:

http://sourceforge.net/projects/nunit/

It works well, is stable, and has seriously cut down on our efforts for testing.

Sgt. Sausage
Friday, April 16, 2004

stumbled across this project this morning:
http://www.codeproject.com/csharp/oe.asp?df=100&forumid=14583&exp=0&select=420944

Steve H
Sunday, April 18, 2004

*  Recent Topics

*  Fog Creek Home