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 NuGet package.

API entry from apis.yml

apis.yml Raw ↑
aid: nunit:nunit-framework-api
name: NUnit Framework API
description: 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 NuGet
  package.
humanURL: https://docs.nunit.org/
tags:
- Assertions
- Attributes
- Testing
properties:
- type: Documentation
  url: https://docs.nunit.org/articles/nunit/intro.html
- type: Getting Started
  url: https://docs.nunit.org/articles/nunit/getting-started.html
- type: Reference
  url: https://docs.nunit.org/api/
- type: NuGet Package
  url: https://www.nuget.org/packages/NUnit
- type: Source Code
  url: https://github.com/nunit/nunit