Release Notes for NUnitAddIn-0.9.482

This latest version was developed using Visual C# Express,
built using MSBuild and packaged using WiX.  It is compatable
with the following versions of Visual Studio...

Visual Studio .NET 2002
Visual Studio .NET 2003
Visual Studio .NET 2005
Visual C# Express
Visual C++ Express

At the moment the installer is completely silent (expect it
to just exit when you open the MSI).

You can find more information and contact the author
using the project weblog...

http://weblogs.asp.net/nunitaddin

At the moment the best way to get to know the add-in is
by going through the following test project.  You will get a
lot more out of using the add-in if you do so.

http://www.testdriven.net/downloads/TestDriven_TestCases.zip

Each method is a manual test case with a set of steps and
expectations.  VS 2003 has been the most thoroughly.
Expect a few test cases to fail in other versions.  Your
feedback and reports are very welcome.

 

[NUnitAddIn-0.9.482d.msi]

9 Comments

  • I installed above mentioned addin on VSA 2005/ Tablet SP2 RC1



    All tests cases worked except.

    1) Cannot run a whole test fixture by running inside the class but outside any methods.

    2) call to MONO, was not tested because I don't have mono.



    Thanks for an excellent product.



    JDM

  • Works in 2005 (with the caveat mentioned above), but doesn't load in 2003, so I have to keep installing/uninstalling if I flip between the two.



    Jim

  • this release even works on my screwed up laptop (I posted some time ago about no release working on my laptop). So I am happy.



    Will try the tests soon.



    Thanks for a great plug!

    /mawi

  • Hi there,



    it can be annoying to locate the test one is working towards, and right click. Would it be possible (or is) to type a command into the commandline with the name of the method?



    Would be a huge help. Also setting to test with debug would be just awesome.

  • > At the moment the installer is completely silent (expect it

    to just exit when you open the MSI).



    Who's bright idea was that?

  • Hi,



    I´ve been using this Addin for a long time now, but I´m still using the 0.5.120d version. The reason being that later versions never seem to run the same number of test cases as I´m expecting. For instance my current base of tests number 296 according to the NUnit GUI with 282 run and 14 skipped. When I run these with the 0.9.482d version of NUnitAddin( by right-clicking on the project and selecting Run Test(s)) I get only 195 succeeded and 7 skipped?!?! What gives? Am I doing something wrong here? This works with the 0.5.120d version though.



    Regards,

    Dadi.

  • Like Jim Arnold, it didn't start for me on my VS 2003 install under Win2k. I guess I'll go back to using an older build...

  • I am trying to test classes that inherit from classes in other projects. The addin cannot find those referenced classes, even though they are in the same directory as the test.dll.

    i have tried everything I can think of and it still cannot reference the classes. Any suggestions?

  • The NUnit-addin seems to be generating a lot of debug output in the release build. This makes debugging using Debug/Trace.WriteLine, OutputDebugString et al difficult, are there any plans to change this behaviour?



    .: t1 :.

Comments have been disabled for this content.