debug_assert
Assertion Macro
A flexible assertion macro for C++ that allows customization and modular control of assertion levels.
Simple, flexible and modular assertion macro.
221 stars
13 watching
21 forks
Language: C++
last commit: 8 months ago
Linked from 1 awesome list
assertc-plus-plus
Related projects:
Repository | Description | Stars |
---|---|---|
gpakosz/ppk_assert | A lightweight assertion library with customizable message formatting and severity levels | 204 |
fluentassert/verify | An assertion library providing an extensible and type-safe API for writing tests in Go. | 46 |
go-playground/assert | A library providing custom assertion functionality for building more robust unit tests in Go. | 63 |
ocharles/assert-explainer | A plugin to simplify assertions in Haskell by providing detailed error messages and context when an assertion fails. | 65 |
jeremy-rifkin/libassert | An assertion library with features like diagnostic info and integrations with test libraries | 557 |
electronicarts/eaassert | A simple and lightweight assert technology written in C++ | 43 |
alexruiz/fest-assert-2.x | A fluent assertion library for Java that provides readable and extensible testing assertions. | 399 |
dekujs/assert-element | A set of assertions for working with virtual DOM nodes in Deku/React applications | 16 |
markusamshove/kluent | A fluent assertion library for Kotlin that simplifies writing tests and assertions in Kotlin programming language. | 867 |
verifytests/verify.assertions | An assertion framework that allows developers to interrogate data structures during serialization for verification purposes. | 0 |
jparise/flake8-assertive | A Flake8 extension that enforces more specific and informative unittest assertions. | 31 |
ma2gedev/power_assert_ex | Provides an assertion library that evaluates expressions and displays results in Elixir tests | 215 |
tylors/4.5 | A library for functional assertions with curried and monadic APIs | 21 |
gfx/android-power-assert-plugin | An Android plugin that adds extra information when assertions fail in Java programs. | 46 |
assert-kth/codrep | A machine learning competition and dataset providing a playground to test and compare ideas on source code data analysis. | 92 |