NUnit
NUnit is a unit-testing framework for all .NET languages. Initially ported from JUnit, the current production release has been completely rewritten with many new features and support for a wide range of .NET platforms. NUnit is a software testing framework, not a remote HTTP API service.
APIs
NUnit Framework API
The core NUnit testing framework programming API for writing and executing unit tests in .NET applications. Provides assertions, attributes, and lifecycle hooks consumed via the...
NUnit Console Runner
Console runner for executing NUnit tests from the command line, enabling automation in build pipelines and CI/CD systems.
NUnit3 Test Adapter
Test adapter for running NUnit tests in Visual Studio, dotnet test, and other VSTest-compatible test runners.
NUnit Analyzers
Roslyn-based analyzers for NUnit that detect common test authoring mistakes and suggest fixes at compile time.