This is a list of projects that use NUnit as a library or tool. If you have a project that uses NUnit and would like to add it to this list, please submit a pull request.
We will use this list to reach out to these constituents to inform them of the upcoming releases, possibly changes that may affect them, and to solicit feedback.
This is to avoid breaking changes and to ensure that we are not breaking any existing projects that depend on NUnit.
Project Name | Source repo | Downloads | Usage of NUnit1 | NUnit version | Maintainer(s) or Contact(s) |
---|---|---|---|---|---|
FluentAssertions | Github | 3.14.0, 4.1.0 | Dennis Doomen | ||
SpecFlow.NUnit | Github | ||||
Xamarin.UITest | Closed source | Microsoft | |||
Verify | Github | Simon Cropp | |||
AutoFixture.NUnit3 | Github | 3.7.0, 4.0.0 | Mark Seemann | ||
Microsoft.Playwright.NUnit | Github | Microsoft | |||
Akka.TestKit | Github | ||||
[!NOTE] This list should contain only highly used projects. If you are not sure, please reach out to the NUnit team for guidance.
Footnotes
-
What part of NUnit is being used. We have a public interface and api that is meant to be used by others, but we observe some projects also use parts of our internal code. This is important to know when we make changes to our codebase. So we use keywords
api
andinternal
to indicate this. ↩