NUnitLite
3.11.0
Prefix Reserved
See the version list below for details.
Requires NuGet 2.12 or higher.
Install-Package NUnitLite -Version 3.11.0
dotnet add package NUnitLite --version 3.11.0
<PackageReference Include="NUnitLite" Version="3.11.0" />
paket add NUnitLite --version 3.11.0
#r "nuget: NUnitLite, 3.11.0"
// Install NUnitLite as a Cake Addin
#addin nuget:?package=NUnitLite&version=3.11.0
// Install NUnitLite as a Cake Tool
#tool nuget:?package=NUnitLite&version=3.11.0
NUnitLite provides a simple way to run NUnit tests, without the overhead of a full NUnit installation. It is suitable for projects that want to have a quick way to run tests using a console runner and don't need all the features of the NUnit engine and console runner.
Supported platforms:
- .NET Framework 2.0+
- .NET Standard 1.4+
- .NET Core
How to use this package:
1. Create a console application for your tests and delete the generated class containing Main().
2. Install the NUnitLite package, which creates a new Main() as well as adding a reference to NUnitLite. This will also bring in the NUnit package, which adds a reference to the NUnit framework to your project.
3. Add your tests to the test project and simply start the project to execute them.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 2.0
- NUnit (= 3.11.0)
-
.NETFramework 3.5
- NUnit (= 3.11.0)
-
.NETFramework 4.0
- NUnit (= 3.11.0)
-
.NETFramework 4.5
- NUnit (= 3.11.0)
-
.NETStandard 1.4
- NETStandard.Library (>= 1.6.1)
- NUnit (= 3.11.0)
- System.Reflection.TypeExtensions (>= 4.4.0)
-
.NETStandard 2.0
- NETStandard.Library (>= 2.0.0)
- NUnit (= 3.11.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on NUnitLite:
Package | Downloads |
---|---|
Miru.Testing
Package Description |
|
Starcounter.NUnit.Runner
NUnit console runner for executing tests in the same domain as the Starcounter database |
|
Teronis.NUnit.Core
Package Description |
GitHub repositories (23)
Showing the top 5 popular GitHub repositories that depend on NUnitLite:
Repository | Stars |
---|---|
MonoGame/MonoGame
One framework for creating powerful cross-platform games.
|
|
microsoft/VFSForGit
Virtual File System for Git: Enable Git at Enterprise Scale
|
|
morelinq/MoreLINQ
Extensions to LINQ to Objects
|
|
mathnet/mathnet-numerics
Math.NET Numerics
|
|
xamarin/xamarin-macios
Bridges the worlds of .NET with the native APIs of macOS, iOS, tvOS, and watchOS.
|
Version | Downloads | Last updated |
---|---|---|
3.13.3 | 64,328 | 3/20/2022 |
3.13.2 | 361,985 | 4/27/2021 |
3.13.1 | 129,883 | 2/1/2021 |
3.13.0 | 13,327 | 1/7/2021 |
3.12.0 | 591,746 | 5/15/2019 |
3.11.0 | 308,869 | 10/7/2018 |
3.10.1 | 808,925 | 3/13/2018 |
3.10.0 | 1,674 | 3/13/2018 |
3.9.0 | 148,369 | 11/10/2017 |
3.8.1 | 44,883 | 8/29/2017 |
3.8.0 | 2,142 | 8/28/2017 |
3.7.2 | 46,505 | 7/5/2017 |
3.7.1 | 56,931 | 6/6/2017 |
3.7.0 | 4,142 | 5/30/2017 |
3.6.1 | 73,815 | 2/26/2017 |
3.6.0 | 284,868 | 1/10/2017 |
3.5.0 | 132,206 | 10/4/2016 |
3.4.1 | 36,284 | 7/1/2016 |
3.4.0 | 2,459 | 6/25/2016 |
3.2.1 | 10,201 | 4/19/2016 |
3.2.0 | 102,302 | 3/5/2016 |
3.0.1 | 13,834 | 12/2/2015 |
3.0.0 | 17,415 | 11/16/2015 |
3.0.0-rc-3 | 907 | 11/14/2015 |
3.0.0-rc-2 | 996 | 11/8/2015 |
3.0.0-rc | 1,048 | 11/1/2015 |
3.0.0-beta-5 | 5,505 | 10/17/2015 |
3.0.0-beta-4 | 1,001 | 8/25/2015 |
3.0.0-beta-3 | 978 | 7/15/2015 |
3.0.0-beta-2 | 996 | 5/13/2015 |
3.0.0-beta-1 | 1,310 | 3/26/2015 |
3.0.0-alpha-5 | 1,072 | 1/31/2015 |
3.0.0-alpha-4 | 1,246 | 12/31/2014 |
3.0.0-alpha-3 | 1,097 | 11/29/2014 |
3.0.0-alpha-2 | 1,219 | 11/3/2014 |
3.0.0-alpha | 947 | 9/23/2014 |
1.0.0 | 14,926 | 9/13/2013 |
1.0.0-beta2 | 1,041 | 8/18/2013 |
0.9.0 | 4,113 | 5/6/2013 |
0.8.0 | 5,077 | 9/14/2012 |
0.7.0 | 1,443 | 5/12/2012 |
0.6.0 | 1,560 | 2/24/2012 |