Is it a plugin or not?.. I mean how do I write a test project of this sort. I installed NUnit2.2 but in the docs they only tell about the existing dlls, tests, and how should I write the code.. but I need to know how to create that dll first.
thanks
Printable View
Is it a plugin or not?.. I mean how do I write a test project of this sort. I installed NUnit2.2 but in the docs they only tell about the existing dlls, tests, and how should I write the code.. but I need to know how to create that dll first.
thanks
I tried to create such a dll, I added reference to nunit.framework, then built the dll, but when I try running the test, through nunit gui, it told me that it was not built with the nunit framework, and that it doesn't contain any tests..
Did you write tests?