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
187 forks
Language: PHP
last commit: 3 months 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,818 |
fluentassert/verify | An assertion library providing an extensible and type-safe API for writing tests in Go. | 46 |
assertj/assertj | A library providing fluent and typed assertions for unit testing in Java | 2,646 |
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,158 |
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,473 |
power-assert-js/power-assert | A JavaScript assertion library that provides descriptive error messages through the standard assert interface. | 2,808 |
jeremy-rifkin/libassert | An assertion library with features like diagnostic info and integrations with test libraries | 557 |
ma2gedev/power_assert_ex | Provides an assertion library that evaluates expressions and displays results in Elixir tests | 215 |
alexruiz/fest-assert-2.x | A fluent assertion library for Java that provides readable and extensible testing assertions. | 399 |
danielstjules/stringy | A PHP string manipulation library with multibyte support and object-oriented design | 2,463 |
codeception/codeception | A full-stack testing framework for PHP that uses Behavior Driven Development (BDD) principles to write acceptance, functional, and unit tests. | 4,776 |
verbalexpressions/phpverbalexpressions | A PHP library to construct complex regular expressions with an intuitive syntax and human-readable definition format. | 2,409 |
stretchr/testify | A toolkit providing common assertions and mocks to support testing in Go programming language. | 23,652 |