Info
Version: | 3.10.1 |
Author(s): | Charlie Poole, Rob Prouse |
Last Update: | Tuesday, March 13, 2018 |
.NET Fiddle: | |
Project Url: | http://nunit.org/ |
NuGet Url: | https://www.nuget.org/packages/NUnitLite |
Install
Install-Package NUnitLite
dotnet add package Z.EntityFramework.Plus.EF6
paket add NUnitLite
NUnitLite Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 2.0
- NUnit(>= 3.10.1 && <= 3.10.1)
- NUnit(>= 3.10.1 && <= 3.10.1)
- NUnit(>= 3.10.1 && <= 3.10.1)
- NUnit(>= 3.10.1 && <= 3.10.1)
- NUnit(>= 3.10.1 && <= 3.10.1)
- NETStandard.Library(>= 1.6.1)
- NUnit(>= 3.10.1 && <= 3.10.1)
- NETStandard.Library(>= 2.0.0)
Tags
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.6+
- .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.