awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cschreib avatar

cschreib/snitch

0
View on GitHub↗
306 स्टार्स·15 फोर्क्स·C++·BSL-1.0·6 व्यूज़

Snitch

Lightweight C++20 testing framework.

Features

  • Testing and Debugging - Lightweight C++20 testing framework.
  • टेस्टिंग फ्रेमवर्क्स - Implements a lightweight testing framework for modern standards.

स्टार हिस्ट्री

cschreib/snitch के लिए स्टार हिस्ट्री चार्टcschreib/snitch के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Snitch के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Snitch के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • dascandy/hippomocksdascandy का अवतार

    dascandy/hippomocks

    201GitHub पर देखें↗

    Hippomocks

    C++
    GitHub पर देखें↗201
  • eranpeer/fakeiteranpeer का अवतार

    eranpeer/FakeIt

    1,364GitHub पर देखें↗

    C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking.

    C++
    GitHub पर देखें↗1,364
  • catchorg/catch2catchorg का अवतार

    catchorg/Catch2

    20,198GitHub पर देखें↗

    Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing, integration verification, and performance analysis. It enables developers to define and execute automated test suites and micro-benchmarks directly within their applications. The framework is distinguished by its header-only distribution, which allows for integration into existing build systems without requiring complex external dependencies. It utilizes a hierarchical section-based execution model that supports behavior-driven testing, allowing for shared setup and teardown logic acros

    C++bddcppcpp14
    GitHub पर देखें↗20,198
  • google/googletestgoogle का अवतार

    google/googletest

    38,713GitHub पर देखें↗

    This project is a comprehensive C++ unit testing framework designed to verify code logic and identify regressions through a suite of assertion macros, test fixtures, and execution runners. It automates the discovery and registration of test cases during static initialization, allowing developers to define isolated test environments that ensure repeatable and predictable conditions for every execution. The framework distinguishes itself through a sophisticated mock object library that enables the simulation of components and the enforcement of strict interaction requirements. By intercepting v

    C++
    GitHub पर देखें↗38,713
Snitch के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

cschreib/snitch क्या करता है?

Lightweight C++20 testing framework.

cschreib/snitch की मुख्य विशेषताएं क्या हैं?

cschreib/snitch की मुख्य विशेषताएं हैं: Testing and Debugging, टेस्टिंग फ्रेमवर्क्स।

cschreib/snitch के कुछ ओपन-सोर्स विकल्प क्या हैं?

cschreib/snitch के ओपन-सोर्स विकल्पों में शामिल हैं: eranpeer/fakeit — C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking. onqtam/doctest — doctest is a unit testing framework and assertion library for C++ delivered as a single-header library. It provides a… catchorg/catch2 — Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing,… dascandy/hippomocks — Hippomocks. google/googletest — This project is a comprehensive C++ unit testing framework designed to verify code logic and identify regressions… rest-assured/rest-assured — Rest-assured is a Java-based REST API testing framework and HTTP client library designed for automating web service…