Click to See Complete Forum and Search --> : NUnit plugin thing..


darksander
July 29th, 2005, 08:32 AM
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

darksander
July 29th, 2005, 09:23 AM
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..

jhammer
August 7th, 2005, 05:26 AM
Did you write tests?