awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

C# Testing Libraries

排名更新于 2026年7月13日

For a unit testing framework for C#, the strongest matches are xunit/xunit (xUnit is a foundational, industry-standard testing framework for), nunit/nunit (NUnit is a foundational, industry-standard testing framework for) and thomhurst/tunit (TUnit is a modern C testing framework that provides). machine/machine.specifications is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.

我们为您精选了匹配 “best c sharp testing libraries” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

C# Testing Libraries

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • xunit/xunitxunit 的头像

    xunit/xunit

    4,535在 GitHub 上查看↗

    xunit is a unit testing framework for the .NET ecosystem designed to execute isolated code units and report failures across multiple platforms. It functions as a data-driven test runner and a native AOT test suite, capable of verifying compiled binaries and standalone executables after ahead-of-time compilation. The framework utilizes build-time source generators for test discovery to define test cases without relying on runtime reflection. It also features an extensible reporting system where custom logic can be linked into test assemblies to output results in specialized formats. The proje

    xUnit is a foundational, industry-standard testing framework for .NET that natively supports data-driven testing, test runner integration, and the robust execution of unit and integration tests.

    C#Data-Driven Testing
    在 GitHub 上查看↗4,535
  • nunit/nunitnunit 的头像

    nunit/nunit

    2,621在 GitHub 上查看↗

    NUnit Framework

    NUnit is a foundational, industry-standard testing framework for .NET that provides comprehensive support for data-driven testing, test runner integration, and a wide ecosystem of compatible mocking and assertion libraries.

    C#Testing Frameworks
    在 GitHub 上查看↗2,621
  • thomhurst/tunitthomhurst 的头像

    thomhurst/TUnit

    3,744在 GitHub 上查看↗

    TUnit is a comprehensive C# testing framework, mocking library, and fluent assertion tool. It utilizes source generation for test discovery and mock creation, ensuring compatibility with Native AOT and IL trimming by eliminating the need for runtime reflection and proxies. The framework provides specialized capabilities for integration testing, including the management of distributed application lifecycles, isolated database schemas, and the correlation of telemetry and logs across process boundaries via OTLP. It also includes an HTTP testing utility to intercept network exchanges and mock AP

    TUnit is a modern C# testing framework that provides built-in mocking, fluent assertions, and specialized integration testing capabilities, making it a direct alternative to traditional .NET testing suites.

    C#Data-Driven TestingFluent AssertionsFluent Assertions
    在 GitHub 上查看↗3,744
  • machine/machine.specificationsmachine 的头像

    machine/machine.specifications

    900在 GitHub 上查看↗

    Machine.Specifications is a Context/Specification framework for .NET that removes language noise and simplifies tests.

    Machine.Specifications is a context-based testing framework for .NET that provides a distinct BDD-style syntax for writing unit tests, though it differs from the standard xUnit-style approach.

    C#TestingTesting Frameworks
    在 GitHub 上查看↗900

Related searches

  • a unit testing framework for C++
  • a testing framework for Dart applications
  • a logging library for C# applications
  • a testing framework for Swift applications
  • a testing framework for Go applications
  • a library for collecting C# application metrics
  • a dependency injection library for C#
  • a testing framework for Kotlin projects