Donate Share

NUnit .Net unit testing framework

Code

Programming Languages: Visual Basic .NET, C++, C#

License: zlib/libpng License

Repositories

browse code, statistics, last commit on 2009-08-11 cvs -d:pserver:anonymous@nunit.cvs.sourceforge.net:/cvsroot/nunit login

cvs -z3 -d:pserver:anonymous@nunit.cvs.sourceforge.net:/cvsroot/nunit co -P modulename

Show:

What's happening?

  • Comment: Log -100 Unhandled Exception Errors to XML Results

    See my first remark. The callstack is generally enough of a starting point to figure out where the exception is coming from.

    2009-11-09 09:16:50 UTC by gordonm539

  • Comment: Returns a default port value of 50466, when 0 is passed

    This is not our bug tracker, and this seems like a bug report. However, I'll respond here so you don't have to enter it twice. If we decide it's valid, then it can be entered into the bug tracker at http://bugs.launchpad.net/nunitv2. Are you saying that the test in question fails after installation? What version of NUnit is this?.

    2009-10-05 06:38:36 UTC by charliepoole

  • Comment: Overwrites existing Registry key

    This is not our bug tracker, and this seems like a bug report. However, I'll respond here so you don't have to enter it twice. If we decide it's valid, then it can be entered into the bug tracker at http://bugs.launchpad.net/nunitv2. That's what the method is intended to do. It's normal to overwrite in some circumstances and the higher level has to knoow what it's doing.

    2009-10-05 06:36:40 UTC by charliepoole

  • Comment: Missing invalid char check

    This is not our bug tracker, and this seems like a bug report. However, I'll respond here so you don't have to enter it twice. If we decide it's valid, then it can be entered into the bug tracker at http://bugs.launchpad.net/nunitv2. Q: Does a problem arise with this in normal operation of NUnit or is it just something you noticed in the code? Q: Have you tried this on NUnit 2.5.2?.

    2009-10-05 06:34:00 UTC by charliepoole

  • Comment: Missing invalid char check

    Testing Category: Unit testing of Core.Util.

    2009-10-05 02:44:25 UTC by mrmarri

  • Returns a default port value of 50466, when 0 is passed

    Class: ServerUtilityTests Method: CanGetTcpChannelOnSpecifiedPort Testing category: Unit testing of Util.Core component Assertion violation when the port number is 0, returns a default port value of 50466 in that case. Is it a defect?.

    2009-10-05 02:43:49 UTC by mrmarri

  • Overwrites existing Registry key

    Class: NunitRegistry Method: TestClearRoutines Testing Category: Unit Testing of Core.Util When adding a key with the same name, the key is overwritten without a notice. Might not be a problem from the system level.

    2009-10-05 02:42:16 UTC by mrmarri

  • Missing invalid char check

    Class: RegistrySettingsStorage Method(s): SaveSetting, MakeChildStorage Description: When invalid string values such as “\0” or “.” are passed as arguments to these methods, there is no invalid-char-check before call to RegistryKey.CreateSubKey system method.

    2009-10-05 02:36:56 UTC by mrmarri

  • Comment: Nunit 2.5.0.9122:setup not called when test method inherited

    It will be a much better guarantee that your request is not lost if you submit it as a bug as I asked on the mail list. See http://bugs.launchpad.net/nunitv2. (Note that the page on which you submitted this request also asked that you not submit bugs here.)

    2009-10-02 19:27:29 UTC by charliepoole

  • Comment: Nunit 2.5.0.9122:setup not called when test method inherited

    Here's a link of the discussion: http://groups.google.com/group/nunit-discuss/browse_thread/thread/7c379a09da82018?hl=en.

    2009-10-02 08:15:42 UTC by nsoonhui