NUnitLite
3.12.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.
Requires NuGet 2.12 or higher.
Install-Package NUnitLite -Version 3.12.0
dotnet add package NUnitLite --version 3.12.0
<PackageReference Include="NUnitLite" Version="3.12.0" />
paket add NUnitLite --version 3.12.0
Dependencies
-
.NETFramework 3.5
- NUnit (= 3.12.0)
-
.NETFramework 4.0
- NUnit (= 3.12.0)
-
.NETFramework 4.5
- NUnit (= 3.12.0)
-
.NETStandard 1.4
- NETStandard.Library (>= 1.6.1)
- NUnit (= 3.12.0)
- System.Reflection.TypeExtensions (>= 4.4.0)
-
.NETStandard 2.0
- NETStandard.Library (>= 2.0.0)
- NUnit (= 3.12.0)
GitHub Usage
Showing the top 10 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.
|
||
pythonnet/pythonnet
Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.
|
||
morelinq/MoreLINQ
Extensions to LINQ to Objects
|
||
microsoft/GraphEngine
Microsoft Graph Engine
|
||
xamarin/XamarinComponents
Plugins for Xamarin
|
||
nhibernate/nhibernate-core
NHibernate Object Relational Mapper
|
||
castleproject/Core
Castle Core, including Castle DynamicProxy, Logging Services and DictionaryAdapter
|
||
realm/realm-dotnet
Realm is a mobile database: a replacement for SQLite & ORMs
|
Version History
Version | Downloads | Last updated | ||
---|---|---|---|---|
3.12.0 | 39,383 | 5/15/2019 | ||
3.11.0 | 104,146 | 10/7/2018 | ||
3.10.1 | 340,609 | 3/13/2018 | ||
3.10.0 | 915 | 3/13/2018 | ||
3.9.0 | 35,927 | 11/10/2017 | ||
3.8.1 | 36,071 | 8/29/2017 | ||
3.8.0 | 1,182 | 8/28/2017 | ||
3.7.2 | 35,425 | 7/5/2017 | ||
3.7.1 | 21,618 | 6/6/2017 | ||
3.7.0 | 2,575 | 5/30/2017 | ||
3.6.1 | 57,874 | 2/26/2017 | ||
3.6.0 | 266,414 | 1/10/2017 | ||
3.5.0 | 119,343 | 10/4/2016 | ||
3.4.1 | 18,199 | 7/1/2016 | ||
3.4.0 | 1,857 | 6/25/2016 | ||
3.2.1 | 9,390 | 4/19/2016 | ||
3.2.0 | 101,657 | 3/5/2016 | ||
3.0.1 | 12,656 | 12/2/2015 | ||
3.0.0 | 16,651 | 11/16/2015 | ||
3.0.0-rc-3 | 394 | 11/14/2015 | ||
3.0.0-rc-2 | 502 | 11/8/2015 | ||
3.0.0-rc | 542 | 11/1/2015 | ||
3.0.0-beta-5 | 5,027 | 10/17/2015 | ||
3.0.0-beta-4 | 503 | 8/25/2015 | ||
3.0.0-beta-3 | 451 | 7/15/2015 | ||
3.0.0-beta-2 | 504 | 5/13/2015 | ||
3.0.0-beta-1 | 650 | 3/26/2015 | ||
3.0.0-alpha-5 | 538 | 1/31/2015 | ||
3.0.0-alpha-4 | 491 | 12/31/2014 | ||
3.0.0-alpha-3 | 456 | 11/29/2014 | ||
3.0.0-alpha-2 | 691 | 11/3/2014 | ||
3.0.0-alpha | 441 | 9/23/2014 | ||
1.0.0 | 12,807 | 9/13/2013 | ||
1.0.0-beta2 | 519 | 8/18/2013 | ||
0.9.0 | 3,132 | 5/6/2013 | ||
0.8.0 | 4,360 | 9/14/2012 | ||
0.7.0 | 821 | 5/12/2012 | ||
0.6.0 | 811 | 2/24/2012 |