NUnit Alternatives

Similar projects and alternatives to NUnit

  1. Visual Studio Code

    3,077 NUnit VS Visual Studio Code

    Visual Studio Code

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. jest

    510 NUnit VS jest

    Delightful JavaScript Testing.

  4. deno

    483 NUnit VS deno

    A modern runtime for JavaScript and TypeScript.

  5. Jenkins

    184 NUnit VS Jenkins

    Jenkins automation server

  6. mocha

    163 NUnit VS mocha

    ☕️ simple, flexible, fun javascript test framework for node.js & the browser

  7. Serilog

    Simple .NET logging with fully-structured events

  8. MediatR

    56 NUnit VS MediatR

    Simple, unambitious mediator implementation in .NET

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. xUnit

    43 NUnit VS xUnit

    xUnit.net is a free, open source, community-focused unit testing tool for .NET.

  11. pytest

    36 NUnit VS pytest

    The pytest framework makes it easy to write small tests, yet scales to support complex functional testing

  12. ua-parser-js

    35 NUnit VS ua-parser-js

    "Unmask Your Traffic" - UAParser.js: The Essential Web Development Tool for User-Agent Detection

  13. AutoMapper

    A convention-based object-object mapper in .NET.

  14. Fluent Assertions

    A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.

  15. FluentValidation

    A popular .NET validation library for building strongly-typed validation rules.

  16. enquirer

    19 NUnit VS enquirer

    Stylish, intuitive and user-friendly prompts, for Node.js. Used by eslint, webpack, yarn, pm2, pnpm, RedwoodJS, FactorJS, salesforce, Cypress, Google Lighthouse, Generate, tencent cloudbase, lint-staged, gluegun, hygen, hardhat, AWS Amplify, GitHub Actions Toolkit, @airbnb/nimbus, and many others! Please follow Enquirer's author: https://github.com/jonschlinkert

  17. junit5

    18 NUnit VS junit5

    ✅ The 5th major version of the programmer-friendly testing framework for Java and the JVM

  18. coverlet

    Cross platform code coverage for .NET

  19. AutoFixture

    AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.

  20. ReportGenerator

    ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.

  21. NSubstitute

    A friendly substitute for .NET mocking libraries.

  22. MSTest

    This repository holds the source code of Microsoft.Testing.Platform (MTP), a lightweight alternative to VSTest, as well as MSTest adapter and framework. (by microsoft)

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better NUnit alternative or higher similarity.

NUnit discussion

Log in or Post with

NUnit reviews and mentions

Posts with mentions or reviews of NUnit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-01-17.
  • Fluent Assertions 8: Corporate License Update
    5 projects | dev.to | 17 Jan 2025
    In light of these changes, developers have several options moving forward. The simplest short-term solution is to lock dependencies to Fluent Assertions version 7, which remains under the Apache 2.0 license and allows free commercial use; for those seeking alternatives, libraries like Shouldly offer similar functionality with a fluent interface, while testing frameworks like xUnit, NUnit, and MSTest provide built-in assertion APIs that can serve as replacements.
  • Essential .NET Libraries Every Developer Should Know
    12 projects | dev.to | 8 Oct 2024
    NUnit is user-friendly and highly extendable for your unit testing needs.
  • Effective Software Development Workflow: From Idea to Delivery
    5 projects | dev.to | 23 Sep 2024
    PyTest (for Python)
  • Beginner's Guide to Test Coverage with NUnit, Coverlet, and ReportGenerator
    3 projects | dev.to | 17 Jun 2024
    NUnit - Unit Testing framework for .NET. More here
  • CI/CD Pipeline Using GitHub Actions: Automate Software Delivery
    8 projects | dev.to | 21 Jul 2023
    .NET / xUnit / NUnit / MSTest
  • Fluent Assertions: Fluently Assert the Result of .NET Tests
    3 projects | dev.to | 11 Jul 2023
    This library extends the traditional assertions provided by frameworks like MSTest, NUnit, or XUnit by offering a more extensive set of extension methods. Fluent Assertions supports a wide range of types like collections, strings, and objects and even allows for more advanced assertions like throwing exceptions.
  • TDD vs BDD - A Detailed Guide
    6 projects | dev.to | 9 Jun 2023
    Next, you need to install a testing framework that will be used for performing unit testing in your project. Several testing frameworks are available depending on the programming language used to create an application. For example, JUnit is commonly used for Java apps, pytest for Python apps, NUnit for .NET apps, Jest for JavaScript apps, and so on. We’ll use the Jest framework for this tutorial since we are using JavaScript.
  • Setting up a simple testing project with C#
    7 projects | dev.to | 27 May 2023
    At this point you're going to see a familiar screen asking you to select a project. Here we're looking for a test project. By default, Visual Studio gives you access to 3 different testing frameworks based on your choice of project. These are MSTest, XUnit and NUnit. Ultimately, all 3 of these testing accomplish the same thing, and I've worked with all of them at various points in my career. The difference is mainly in exact syntax and documentation. Although, it's generally considered that MSTest is a little "older" than NUnit or XUnit, so I tend to see it less now. For the purposes of this demo, I'm going to go with NUnit:
  • Test-Driven Development
    3 projects | dev.to | 4 May 2023
    Use a testing framework: Utilize a testing framework like NUnit, xUnit, or MSTest to create, organize, and run your tests. These frameworks provide a consistent way to write tests, generate test reports, and integrate with continuous integration tools.
  • Debugging extension for test library
    2 projects | /r/csharp | 13 Apr 2023
    So I wrote extension attribute for Nunit, the opposite of how the retry attribute works.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 8 Feb 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic NUnit repo stats
30
2,551
9.2
9 days ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai