NUnit

Software Screenshot:
NUnit
Software Details:
Version: 2.6.3 / 2.9.6
Upload Date: 19 Feb 15
Developer: NUnit.org
Distribution Type: Freeware
Downloads: 22

Rating: 4.0/5 (Total Votes: 1)

NUnit is an open source and completely free unit testing development framework designed especially for all .NET languages, initially ported from JUnit, running on Mono and Microsoft .NET.

Being written entirely in C#, NUnit has been designed to take advantage of the many features of .NET languages, such as custom attributes, lambda expressions, generics and other reflection related capabilities.

NUnit has been designed to bring xUnit to all .NET languages.  Starting with version 3.0, NUnit is being split into several loosely coupled projects. It is a platform-independent application that supports Linux and Microsoft Windows operating systems.

What is new in this release:

  • Main Features:
  • Separate projects for nunit-console and nunit.engine
  • New builds for .NET 4.5 and Silverlight
  • TestContext is now supported and includes an additional property, Random, which may be used to generate repeatable random values for use in a test.
  • The external framework API is now stable; internal interfaces are separate from API
  • Tests may be run in parallel on separate threads
  • Solutions and projects now use VS2012 (except for Compact framework)
  • Bug Fixes:
  • 463470 We should encapsulate references to pre-2.0 collections
  • 498690 Assert.That() doesn't like properties with scoped setters
  • 501784 Theory tests do not work correctly when using null parameters
  • 531873 Feature: Extraction of unit tests from NUnit test assembly and calling appropriate one
  • 611325 Allow Teardown to detect if last test failed
  • 611938 Generic Test Instances disappear
  • 655882 Make CategoryAttribute inherited
  • 664081 Add Server2008 R2 and Windows 7 to PlatformAttribute
  • 671432 Upgrade NAnt to Latest Release
  • 676560 Assert.AreEqual does not support IEquatable
  • 691129 Add Category parameter to TestFixture
  • 697069 Feature request: dynamic location for TestResult.xml
  • 708173 NUnit's logic for comparing arrays - use Comparer if it is provided
  • 709062 "System.ArgumentException : Cannot compare" when the element is a list
  • 712156 Tests cannot use AppDomain.SetPrincipalPolicy
  • 719184 Platformdependency in src/ClientUtilities/util/Services/DomainManager.cs:40
  • 719187 Using Path.GetTempPath() causes conflicts in shared temporary folders
  • 735851 Add detection of 3.0, 3.5 and 4.0 frameworks to PlatformAttribute
  • 736062 Deadlock when EventListener performs a Trace call + EventPump synchronisation
  • 756843 Failing assertion does not show non-linear tolerance mode
  • 766749 net-2.0\nunit-console-x86.exe.config should have a element and also enable loadFromRemoteSources
  • 770471 Assert.IsEmpty does not support IEnumerable
  • 785460 Add Category parameter to TestCaseSourceAttribute
  • 787106 EqualConstraint provides inadequate failure information for IEnumerables
  • 792466 TestContext MethodName
  • 794115 HashSet incorrectly reported
  • 800089 Assert.Throws() hides details of inner AssertionException
  • 848713 Feature request: Add switch for console to break on any test case error
  • 878376 Add 'Exactly(n)' to the NUnit constraint syntax
  • 882137 When no tests are run, higher level suites display as Inconclusive
  • 882517 NUnit 2.5.10 doesn't recognize TestFixture if there are only TestCaseSource inside
  • 885173 Tests are still executed after cancellation by user
  • 885277 Exception when project calls for a runtime using only 2 digits
  • 885604 Feature request: Explicit named parameter to TestCaseAttribute
  • 890129 DelayedConstraint doesn't appear to poll properties of objects
  • 892844 Not using Mono 4.0 profile under Windows
  • 893919 DelayedConstraint fails polling properties on references which are initially null
  • 896973 Console output lines are run together under Linux
  • 897289 Is.Empty constraint has unclear failure message
  • 898192 Feature Request: Is.Negative, Is.Positive
  • 898256 IEnumerable for Datapoints doesn't work
  • 899178 Wrong failure message for parameterized tests that expect exceptions
  • 904841 After exiting for timeout the teardown method is not executed
  • 908829 TestCase attribute does not play well with variadic test functions
  • 910218 NUnit should add a trailing separator to the ApplicationBase
  • 920472 CollectionAssert.IsNotEmpty must dispose Enumerator
  • 922455 Add Support for Windows 8 and Windows 2012 Server to PlatformAttribute
  • 928246 Use assembly.Location instead of assembly.CodeBase
  • 958766 For development work under TeamCity, we need to support nunit2 formatted output under direct-runner
  • 1000181 Parameterized TestFixture with System.Type as constructor arguments fails
  • 1000213 Inconclusive message Not in report output
  • 1023084 Add Enum support to RandomAttribute
  • 1028188 Add Support for Silverlight
  • 1029785 Test loaded from remote folder failed to run with exception System.IODirectory
  • 1037144 Add MonoTouch support to PlatformAttribute
  • 1041365 Add MaxOsX and Xbox support to platform attribute
  • 1057981 C#5 async tests are not supported
  • 1060631 Add .NET 4.5 build
  • 1064014 Simple async tests should not return Task
  • 1071164 Support async methods in usage scenarios of Throws constraints
  • 1071343 Runner.Load fails on CF if the test assembly contains a generic method
  • 1071861 Error in Path Constraints
  • 1072379 Report test execution time at a higher resolution
  • 1074568 Assert/Assume should support an async method for the ActualValueDelegate
  • 1082330 Better Exception if SetCulture attribute is applied multiple times
  • 1111834 Expose Random Object as part of the test context
  • 1111838 Include Random Seed in Test Report
  • 1172979 Add Category Support to nunitlite Runner
  • 1203361 Randomizer uniqueness tests sometimes fail
  • 1221712 When non-existing test method is specified in -test, result is still "Tests run: 1, Passed: 1"
  • 1223294 System.NullReferenceException thrown when ExpectedExceptionAttribute is used in a static class
  • 1225542 Standardize commandline options for test harness

What is new in version 2.6.3:

  • Framework:
  • When running under .NET 4.5, async methods may now be used as the target of a ThrowsConstraint.
  • When running under .NET 4.5, async methods may now be used as an ActualValueDelegate passed to Assert.That() or Assume.That().
  • Bug Fixes:
  • 1071164 Support async methods in usage scenarios of Throws constraints
  • 1071714 TestContext is broken when a previous version of the runner is used alongside a new version of the framework
  • 1071861 Error in Path Constraints
  • 1072379 Report test execution time at a higher resolution
  • 1074568 Assert/Assume should support an async method for the ActualValueDelegate
  • 1079296 NUnit 2.6.2 Failure on Mono
  • 1082330 Better Exception if SetCulture attribute is applied multiple times
  • 1084181 TestExecutionContext SerializationException
  • 1086975 Security Exception After Upgrading to 2.6.2
  • 1096902 Trace output is disabled by default in version 2.6.2.12296
  • 1097854 Incorrect documentation for console runner /test option
  • 1107746 Add nunit tags to nuget packages
  • 1130239 classicModel.html is linked in local help, but doesn't exist
  • 1167638 Incorrectly detected recursion with types implementing IEnumerable and overriding Equals/operators/value types
  • 1167805 cross-domain problems with XmlSchema and call context
  • 1222148 /framework switch does not recognize net-4.5
  • 1235891 Proposed 2.6.3 release: ArgumentNullException in NUnit.Framework.AsyncInvocationRegion..cctor

What is new in version 2.6.2:

  • This release includes a number of bug fixes and support for async test methods under .NET 4.5.

What is new in version 2.6.1:

  • The 2.6.1 release fixes some outstanding bugs in NUnit 2.6.

What is new in version 2.6 Beta 3:

  • This fixes a few bugs found in the second beta release.

What is new in version 2.6 Beta 2:

  • The second beta release of NUnit 2.6 includes some bug fixes on the first beta as well as several improvements.

What is new in version 2.6 Beta:

  • NUnit 2.6 includes several new features and a number of bug fixes.

What is new in version 2.5.10:

  • Framework:
  • TestCaseAttribute and TestFixtureAttribute now accept a named parameter 'Category' to specify the category of the individual test case or fixture instance.
  • Bug Fixes:
  • 691129 Add Category parameter to TestFixture
  • 701331 TestFixture attributes on base classes are not ignored
  • 711330 Test-free assembly given failure icon in tree display
  • 712444 nunit-console /run doesn't execute parameterized test-cases with commas in test-case name
  • 725718 Documented overloads of Has.Property do not exist
  • 728500 TestDomain should unload the test AppDomain
  • 736062 Deadlock when EventListener performs a Trace call + EventPump synchronisation
  • 737783 Distributed Results.xsd file is out of date
  • 741402 Error running .NET 1.1 console tests
  • 747581 Failure in TestFixtureTearDown not reported in console runner

What is new in version 2.5.9:

  • This is a bug fix release of the stable version of NUnit. Most users should install this release.

Similar Software

Other Software of Developer NUnit.org

NUnit
NUnit

6 Jun 15

Comments to NUnit

Comments not found
Add Comment
Turn on images!