NUnitLite 4.0.0-alpha-1
Install from the command line:
Learn more about NuGet packages
$ dotnet add package NUnitLite --version 4.0.0-alpha-1
About this version
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 4.6.2+
- .NET Standard 2.0+
- .NET Core 3.1+
- .NET 6.0+
How to use this package:
- Create a console application for your tests and delete the generated class containing Main().
- 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.
- Add your tests to the test project and simply start the project to execute them.
Assets
- package.nupkg
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0