assert
assert library
A thin assertion library providing low-level input validation and guard methods for PHP applications.
Thin assertion library for use in libraries and business-model
2k stars
56 watching
186 forks
Language: PHP
last commit: 22 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
respect/validation | A validation engine for PHP that simplifies complex rules and provides granular control over reporting. | 5,802 |
fluentassert/verify | An assertion library providing an extensible and type-safe API for writing tests in Go. | 46 |
assertj/assertj | A library providing easy-to-use rich typed assertions for unit testing in Java. | 2,633 |
joubertredrat/assert-true | A collection of PHP assertions to help verify true conditions in unit tests | 19 |
chaijs/chai | A testing framework that provides multiple assertion styles and plugins for Node.js and browser development. | 8,140 |
simbadltd/k6-expect | A k6 library that simplifies writing tests with assertions and custom logic | 2 |
egulias/emailvalidator | A PHP library that validates email addresses according to various internet standards | 11,450 |
power-assert-js/power-assert | A JavaScript assertion library that provides descriptive error messages through the standard assert interface. | 2,807 |
jeremy-rifkin/libassert | An assertion library with features like diagnostic info and integrations with test libraries | 545 |
ma2gedev/power_assert_ex | Provides an assertion library that evaluates expressions and displays results in Elixir tests | 214 |
alexruiz/fest-assert-2.x | A fluent assertion library for Java that provides readable and extensible testing assertions. | 401 |
danielstjules/stringy | A PHP string manipulation library with multibyte support and object-oriented design | 2,460 |
codeception/codeception | A full-stack testing framework for PHP that uses Behavior Driven Development (BDD) principles to write acceptance, functional, and unit tests. | 4,767 |
verbalexpressions/phpverbalexpressions | A PHP library to construct complex regular expressions with an intuitive syntax and human-readable definition format. | 2,410 |
stretchr/testify | A toolkit providing common assertions and mocks to support testing in Go programming language. | 23,493 |