PPK_ASSERT
Assertion library
A lightweight assertion library with customizable message formatting and severity levels
PPK_ASSERT is an orthodox drop-in & self-contained C++ assertion library ⚠️
203 stars
14 watching
16 forks
Language: C++
last commit: about 3 years ago
Linked from 1 awesome list
assertcppdebug
Related projects:
Repository | Description | Stars |
---|---|---|
jeremy-rifkin/libassert | An assertion library with features like diagnostic info and integrations with test libraries | 545 |
ocharles/assert-explainer | A plugin to simplify assertions in Haskell by providing detailed error messages and context when an assertion fails. | 65 |
foonathan/debug_assert | A flexible assertion macro for C++ that allows customization and modular control of assertion levels. | 221 |
go-playground/assert | A library providing custom assertion functionality for building more robust unit tests in Go. | 63 |
markusamshove/kluent | A fluent assertion library for Kotlin to simplify testing and validation of code behavior. | 867 |
fluentassert/verify | An assertion library providing an extensible and type-safe API for writing tests in Go. | 46 |
alexruiz/fest-assert-2.x | A fluent assertion library for Java that provides readable and extensible testing assertions. | 401 |
jparise/flake8-assertive | A Flake8 extension that enforces more specific and informative unittest assertions. | 31 |
manuel-mauky/assertj-javafx | Assertions for JavaFX applications to verify their behavior and state | 7 |
ma2gedev/power_assert_ex | Provides an assertion library that evaluates expressions and displays results in Elixir tests | 214 |
jgroeneveld/trial | A simple assertion library for Go that provides basic assertions and helpers for testing. | 6 |
krzysztof-o/expect.as | A BDD-style assertion library for ActionScript 3 | 10 |
electronicarts/eaassert | A simple and lightweight assert technology written in C++ | 43 |
gfx/android-power-assert-plugin | A plugin that adds extra information when assertions fail in Android applications and unit tests. | 46 |
dekujs/assert-element | A set of assertions for working with virtual DOM nodes in Deku/React applications | 16 |