NUnitLite
3.13.1
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 3.5+
- .NET Standard 2.0+
- .NET Core 2.1+
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.
Requires NuGet 2.12 or higher.
Install-Package NUnitLite -Version 3.13.1
dotnet add package NUnitLite --version 3.13.1
<PackageReference Include="NUnitLite" Version="3.13.1" />
paket add NUnitLite --version 3.13.1
#r "nuget: NUnitLite, 3.13.1"
// Install NUnitLite as a Cake Addin
#addin nuget:?package=NUnitLite&version=3.13.1
// Install NUnitLite as a Cake Tool
#tool nuget:?package=NUnitLite&version=3.13.1
Dependencies
-
.NETFramework 3.5
- NUnit (= 3.13.1)
-
.NETFramework 4.0
- NUnit (= 3.13.1)
-
.NETFramework 4.5
- NUnit (= 3.13.1)
-
.NETStandard 2.0
- NETStandard.Library (>= 2.0.0)
- NUnit (= 3.13.1)
Used By
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 (22)
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
|
|
icsharpcode/SharpZipLib
#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.
|
|
morelinq/MoreLINQ
Extensions to LINQ to Objects
|
|
xamarin/xamarin-macios
Bridges the worlds of .NET with the native APIs of macOS, iOS, tvOS, and watchOS.
|
Version History
Version | Downloads | Last updated |
---|---|---|
3.13.1 | 17,139 | 2/1/2021 |
3.13.0 | 5,548 | 1/7/2021 |
3.12.0 | 347,964 | 5/15/2019 |
3.11.0 | 216,611 | 10/7/2018 |
3.10.1 | 571,143 | 3/13/2018 |
3.10.0 | 1,353 | 3/13/2018 |
3.9.0 | 61,566 | 11/10/2017 |
3.8.1 | 43,639 | 8/29/2017 |
3.8.0 | 1,753 | 8/28/2017 |
3.7.2 | 42,991 | 7/5/2017 |
3.7.1 | 27,554 | 6/6/2017 |
3.7.0 | 3,593 | 5/30/2017 |
3.6.1 | 66,825 | 2/26/2017 |
3.6.0 | 274,212 | 1/10/2017 |
3.5.0 | 128,023 | 10/4/2016 |
3.4.1 | 31,552 | 7/1/2016 |
3.4.0 | 2,203 | 6/25/2016 |
3.2.1 | 9,865 | 4/19/2016 |
3.2.0 | 102,031 | 3/5/2016 |
3.0.1 | 13,081 | 12/2/2015 |
3.0.0 | 17,089 | 11/16/2015 |
3.0.0-rc-3 | 691 | 11/14/2015 |
3.0.0-rc-2 | 803 | 11/8/2015 |
3.0.0-rc | 852 | 11/1/2015 |
3.0.0-beta-5 | 5,326 | 10/17/2015 |
3.0.0-beta-4 | 798 | 8/25/2015 |
3.0.0-beta-3 | 758 | 7/15/2015 |
3.0.0-beta-2 | 812 | 5/13/2015 |
3.0.0-beta-1 | 1,005 | 3/26/2015 |
3.0.0-alpha-5 | 864 | 1/31/2015 |
3.0.0-alpha-4 | 830 | 12/31/2014 |
3.0.0-alpha-3 | 763 | 11/29/2014 |
3.0.0-alpha-2 | 997 | 11/3/2014 |
3.0.0-alpha | 749 | 9/23/2014 |
1.0.0 | 14,140 | 9/13/2013 |
1.0.0-beta2 | 838 | 8/18/2013 |
0.9.0 | 3,814 | 5/6/2013 |
0.8.0 | 4,744 | 9/14/2012 |
0.7.0 | 1,171 | 5/12/2012 |
0.6.0 | 1,223 | 2/24/2012 |