libassert
Assertion library
An assertion library with features like diagnostic info and integrations with test libraries
The most over-engineered C++ assertion library
545 stars
10 watching
36 forks
Language: C++
last commit: about 2 months ago
Linked from 1 awesome list
assertionscppdiagnostics
Related projects:
Repository | Description | Stars |
---|---|---|
fluentassert/verify | An assertion library providing an extensible and type-safe API for writing tests in Go. | 46 |
markusamshove/kluent | A fluent assertion library for Kotlin to simplify testing and validation of code behavior. | 867 |
go-playground/assert | A library providing custom assertion functionality for building more robust unit tests in Go. | 63 |
tylors/4.5 | A library for functional assertions with curried and monadic APIs | 21 |
jgroeneveld/trial | A simple assertion library for Go that provides basic assertions and helpers for testing. | 6 |
gpakosz/ppk_assert | A lightweight assertion library with customizable message formatting and severity levels | 203 |
shouldly/shouldly | An assertion framework that provides more informative error messages than standard assertions. | 2,049 |
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. | 401 |
jeremy-rifkin/cpptrace | A portable C++ stacktrace library supporting various platforms and debug formats | 727 |
ocharles/assert-explainer | A plugin to simplify assertions in Haskell by providing detailed error messages and context when an assertion fails. | 65 |
manuel-mauky/assertj-javafx | Assertions for JavaFX applications to verify their behavior and state | 7 |
robstoll/atrium | A multiplatform expectation assertion library for Kotlin | 571 |
joubertredrat/assert-true | A collection of PHP assertions to help verify true conditions in unit tests | 19 |
foonathan/debug_assert | A flexible assertion macro for C++ that allows customization and modular control of assertion levels. | 221 |