nunit - NUnit 4.3.0-alpha.0.19

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.3.0-alpha.0.19 -Source https://www.myget.org/F/nunit/api/v3/index.json

Copy to clipboard

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

Copy to clipboard

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

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

nuget NUnit  ~> 4.3.0-alpha.0.19
Copy to clipboard

> choco install NUnit --version 4.3.0-alpha.0.19 --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.3.0-alpha.0.19" -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.Memory (>= 4.5.5)
    • 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

1159 total downloads
1 downloads for version 4.3.0-alpha.0.19
Download (681.57 KB)
Download symbols (266.69 KB)
NuGet 2.12 or higher
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
4.3.0-alpha.0.29 1.01 MB Tue, 26 Nov 2024 18:40:45 GMT 0
4.3.0-alpha.0.28 1.01 MB Tue, 26 Nov 2024 18:37:35 GMT 0
4.3.0-alpha.0.27 1010.06 KB Tue, 26 Nov 2024 01:53:39 GMT 0
4.3.0-alpha.0.26 682.54 KB Sat, 23 Nov 2024 17:56:45 GMT 0
4.3.0-alpha.0.25 682.57 KB Wed, 20 Nov 2024 00:52:10 GMT 0
4.3.0-alpha.0.24 682.45 KB Fri, 15 Nov 2024 02:41:51 GMT 0
4.3.0-alpha.0.23 682.46 KB Wed, 13 Nov 2024 09:59:30 GMT 0
4.3.0-alpha.0.22 681.99 KB Fri, 08 Nov 2024 23:41:55 GMT 0
4.3.0-alpha.0.21 681.75 KB Sun, 03 Nov 2024 21:06:53 GMT 2
4.3.0-alpha.0.20 681.62 KB Sun, 03 Nov 2024 18:55:01 GMT 1
4.3.0-alpha.0.19 681.57 KB Sat, 02 Nov 2024 10:10:46 GMT 1
4.3.0-alpha.0.18 681.53 KB Sat, 02 Nov 2024 09:43:28 GMT 1
4.3.0-alpha.0.17 681.54 KB Tue, 22 Oct 2024 14:03:38 GMT 2
4.3.0-alpha.0.16 681.43 KB Sun, 13 Oct 2024 20:15:38 GMT 1
4.3.0-alpha.0.15 681.42 KB Sun, 13 Oct 2024 18:32:37 GMT 1
4.3.0-alpha.0.14 681.44 KB Tue, 08 Oct 2024 06:45:00 GMT 1
4.3.0-alpha.0.13 681.48 KB Sun, 06 Oct 2024 19:05:49 GMT 1
4.3.0-alpha.0.12 681.41 KB Sat, 05 Oct 2024 19:02:32 GMT 1
4.3.0-alpha.0.11 681.39 KB Mon, 30 Sep 2024 02:06:59 GMT 2
4.3.0-alpha.0.10 680.23 KB Sat, 28 Sep 2024 00:28:45 GMT 1
3.9.0 2.07 MB Fri, 10 Nov 2017 23:39:01 GMT 716
2.6.4 96.68 KB Thu, 22 Oct 2015 22:20:31 GMT 428