nunit - NUnit 4.2.0-alpha.0.15

NUnit is a unit-testing framework for all .NET languages. It can run on macOS, Linux and Windows operating systems. NUnit can be used for a wide range of testing, from unit testing with TDD to full-fledged system and integration testing. It is a non-opinionated, broad and deep framework with multiple different ways to assert that your code behaves as expected. Many aspects of NUnit can be extended to suit your specific purposes.

    The latest version, version 4, is an upgrade from the groundbreaking NUnit 3 framework. It is a modernized version, aimed at taking advantage of the latest .NET features and C# language constructs.

    If you are upgrading from NUnit 3, be aware of the breaking changes (https://docs.nunit.org/articles/nunit/release-notes/breaking-changes.html#nunit-40). Please see the NUnit 4 Migration Guide (https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html) and take care to prepare your NUnit 3 code before you do the upgrade.

  Supported platforms:
  - .NET Framework 4.6.2+
  - .NET 6.0+

PM> Install-Package NUnit -Version 4.2.0-alpha.0.15 -Source https://www.myget.org/F/nunit/api/v3/index.json

Copy to clipboard

> nuget.exe install NUnit -Version 4.2.0-alpha.0.15 -Source https://www.myget.org/F/nunit/api/v3/index.json

Copy to clipboard

> dotnet add package NUnit --version 4.2.0-alpha.0.15 --source https://www.myget.org/F/nunit/api/v3/index.json

Copy to clipboard
<PackageReference Include="NUnit" Version="4.2.0-alpha.0.15" />
Copy to clipboard
source https://www.myget.org/F/nunit/api/v3/index.json

nuget NUnit  ~> 4.2.0-alpha.0.15
Copy to clipboard

> choco install NUnit --version 4.2.0-alpha.0.15 --source https://www.myget.org/F/nunit/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "nunit" -SourceLocation "https://www.myget.org/F/nunit/api/v2"
Install-Module -Name "NUnit" -RequiredVersion "4.2.0-alpha.0.15" -Repository "nunit" -AllowPreRelease
Copy to clipboard

Browse the sources in this package using Visual Studio or WinDbg by configuring the following symbol server URL: https://www.myget.org/F/nunit/api/v2/symbolpackage/


  • .NETFramework 4.6.2
    • System.Threading.Tasks.Extensions (>= 4.5.4)
    • System.ValueTuple (>= 4.5.0)
  • .NETFramework 6.0
  • .NETFramework 4.6.2: 4.6.2.0
  • .NETFramework 6.0: 6.0.0.0

Owners

Terje CharliePoole

Authors

Charlie Poole, Rob Prouse

Project URL

https://nunit.org/

License

Zlib

Tags

nunit test testing tdd framework fluent assert theory plugin addin

Info

1095 total downloads
0 downloads for version 4.2.0-alpha.0.15
Download (702.37 KB)
Download symbols (262.29 KB)
NuGet 2.12 or higher
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
4.2.0-alpha.0.15 702.37 KB Tue, 23 Apr 2024 15:05:01 GMT 0
4.2.0-alpha.0.14 701.26 KB Thu, 18 Apr 2024 14:29:44 GMT 0
4.2.0-alpha.0.13 701.23 KB Tue, 09 Apr 2024 13:39:52 GMT 0
4.2.0-alpha.0.12 701.27 KB Wed, 27 Mar 2024 20:56:50 GMT 0
4.2.0-alpha.0.11 701.25 KB Wed, 27 Mar 2024 20:50:40 GMT 0
4.2.0-alpha.0.10 698.18 KB Mon, 25 Mar 2024 11:12:41 GMT 1
4.2.0-alpha.0.9 697.92 KB Sat, 23 Mar 2024 23:48:03 GMT 0
4.2.0-alpha.0.8 697.77 KB Tue, 19 Mar 2024 00:29:36 GMT 0
4.2.0-alpha.0.7 697.77 KB Sat, 16 Mar 2024 15:29:16 GMT 0
4.2.0-alpha.0.6 697.73 KB Sat, 16 Mar 2024 09:05:30 GMT 0
4.2.0-alpha.0.5 697.54 KB Sat, 09 Mar 2024 07:32:31 GMT 0
4.2.0-alpha.0.4 697.56 KB Sun, 03 Mar 2024 18:28:12 GMT 0
4.2.0-alpha.0.3 697.56 KB Sun, 03 Mar 2024 13:00:09 GMT 0
4.2.0-alpha.0.2 697.56 KB Tue, 27 Feb 2024 01:24:08 GMT 2
4.2.0-alpha.0.1 697.59 KB Sun, 25 Feb 2024 14:41:09 GMT 1
4.1.0-alpha.0.3 697.21 KB Mon, 19 Feb 2024 12:43:49 GMT 2
4.1.0-alpha.0.2 697.21 KB Mon, 19 Feb 2024 12:34:56 GMT 2
4.1.0-alpha.0.1 697.2 KB Mon, 19 Feb 2024 10:49:16 GMT 0
4.0.0-alpha.52 697.6 KB Sat, 24 Feb 2024 17:05:59 GMT 0
4.0.0-alpha.51 697.58 KB Tue, 20 Feb 2024 10:04:12 GMT 1
3.9.0 2.07 MB Fri, 10 Nov 2017 23:39:01 GMT 711
2.6.4 96.68 KB Thu, 22 Oct 2015 22:20:31 GMT 375