CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2005
    Posts
    40

    Question NUnit plugin thing..

    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

  2. #2
    Join Date
    Jun 2005
    Posts
    40

    Re: NUnit plugin thing..

    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..

  3. #3
    Join Date
    Feb 2005
    Location
    Israel
    Posts
    1,475

    Re: NUnit plugin thing..

    Did you write tests?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured