nunitlite-runner
Unit test framework for CLI
Install
- All systems
-
curl cmd.cat/nunitlite-runner.sh
- Debian
-
apt-get install nunit
- Ubuntu
-
apt-get install nunit
- Kali Linux
-
apt-get install nunit
- Fedora
-
dnf install nunit
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nunit
- Raspbian
-
apt-get install nunit
- Dockerfile
- dockerfile.run/nunitlite-runner
nunit
Unit test framework for CLI
NUnit is a unit testing framework for all .NET languages. It serves the same purpose as JUnit does in the Java world. It supports test categories, testing for exceptions and writing test results in plain text or XML. NUnit targets the CLI (Common Language Infrastructure) and supports Mono and the Microsoft .NET Framework. This is a dummy package that depends on all nunit packages.