How use Nunit Addin ?

  • Thread starter Thread starter Boniek
  • Start date Start date
B

Boniek

Hi

I have this modul but I don't know how I can use it. I run tests on my
project but I don't see any important information.
I see only "Test started for my assembly" and "Done".
Have you any links about how I can use this type of Nunit ?

Thank's for help and answers.
Boniek
 
Boniek said:
Hi

I have this modul but I don't know how I can use it. I run tests on my
project but I don't see any important information.
I see only "Test started for my assembly" and "Done".
Have you any links about how I can use this type of Nunit ?

Thank's for help and answers.
Boniek

Did you create a test fixture?

The NUnit documentation is pretty weak. Look at the docs for CSUnit, it is
virtually identical, but has better documentation in my opinion.

http://www.csunit.org
 
I have this modul but I don't know how I can use it. I run tests on
my
Did you create a test fixture?

No I didn't. I don't know what is a test fixture.
The NUnit documentation is pretty weak. Look at the docs for CSUnit, it is
virtually identical, but has better documentation in my opinion.

http://www.csunit.org

Ok, I check it. Thank's

Boniek
 
Back
Top