An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with assertion-library

A curated list of projects in awesome lists tagged with assertion-library .

https://github.com/autofixture/autofixture

AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.

assertion-library assertions auto-mocking autofixture csharp dotnet fakeiteasy foq fscheck fsharp moq nsubstitute nunit tdd test-data test-data-generator testing unit-testing xunit

Last synced: 12 May 2025

https://github.com/AutoFixture/AutoFixture

AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.

assertion-library assertions auto-mocking autofixture csharp dotnet fakeiteasy foq fscheck fsharp moq nsubstitute nunit tdd test-data test-data-generator testing unit-testing xunit

Last synced: 23 Mar 2025

https://github.com/verifytests/verify

Verify is a snapshot testing tool that simplifies the assertion of complex data models and documents.

assertion-library snapshot snapshot-testing testing

Last synced: 13 May 2025

https://github.com/VerifyTests/Verify

Verify is a snapshot testing tool that simplifies the assertion of complex data models and documents.

assertion-library snapshot snapshot-testing testing

Last synced: 04 May 2025

https://github.com/okken/pytest-check

A pytest plugin that allows multiple failures per test.

assertion-library pytest pytest-plugin

Last synced: 03 Mar 2026

https://github.com/ma2gedev/power_assert_ex

Power Assert in Elixir. Shows evaluation results each expression.

assert assertion-library elixir exunit power-assert testing-tools

Last synced: 04 Apr 2025

https://github.com/grappa-py/grappa

Behavior-oriented, expressive, human-friendly Python assertion library for the 21st century

assertion-library assertions bdd bdd-style behavior-driven-development declarative expressive python testing

Last synced: 14 Jan 2026

https://github.com/kinbiko/jsonassert

A Go test assertion library for verifying that two representations of JSON are semantically equal

assertion-library assertions go golang hacktoberfest json json-payload testing

Last synced: 30 Dec 2025

https://github.com/smarty/assertions

Fluent assertion-style functions used by goconvey and gunit. Can also be used in any test or application.

assertion-library equality-check go goconvey gunit testing-tools

Last synced: 30 Dec 2025

https://github.com/lainio/err2

Automatic and modern error handling package for Go

assertion-library error error-handling errors go golang stacktrace try-catch unit-testing

Last synced: 01 Mar 2026

https://github.com/doganulus/reelay

A header-only C++ library for system-level verification and declarative testing of real-time systems with Python bindings.

assertion-library cyber-physical-systems formal-methods header-only runtime-verification stream-processing system-verification temporal-logic verification

Last synced: 05 Apr 2025

https://github.com/fesor/json_matcher

Library for simplifying data verification in functional tests for your JSON-based APIs

assertion-library assertions json json-matcher json-schema jsonpath

Last synced: 04 Jul 2025

https://github.com/ba-st/buoy

A complement to Pharo & GS64 adding useful extensions

assertion-library mit-license optional percentage percentage-calculations pharo

Last synced: 23 Oct 2025

https://github.com/ba-st/Buoy

A complement to Pharo & GS64 adding useful extensions

assertion-library mit-license optional percentage percentage-calculations pharo

Last synced: 11 May 2025

https://github.com/fabioricali/bejs

Simple, light-weight assertions framework for javascript

assertion-library assertions framework javascript nodejs test-framework throw-errors validation-library

Last synced: 08 Oct 2025

https://github.com/fabioricali/beJS

Simple, light-weight assertions framework for javascript

assertion-library assertions framework javascript nodejs test-framework throw-errors validation-library

Last synced: 27 Apr 2025

https://github.com/leiless/assertf.h

🚀 C header-only formattable assert macros library

assert assertion assertion-library c cpp debug debugging header-only misuse test unittest

Last synced: 10 Sep 2025

https://github.com/nilportugues/php-assert

A simple and elegant assertion library for input validation.

assertion-library assertions error-handling errors exceptions php php7 quality validation value-object

Last synced: 07 May 2025

https://github.com/akushwarrior/should

A BDD-style assertion library for Dart.

assert assertion assertion-library bdd dart flutter hamcrest should test testing

Last synced: 13 Apr 2025

https://github.com/jdlib/deepdive

Fluent assertions library for Java

assertion-library fluent-api java testing testing-library unit-testing

Last synced: 01 Mar 2026

https://github.com/tariqulislam/puppeteer-mocha-automated-testing

Automated the Testing using Puppeteer, Mocha, chai. For example we can use linkidin account and few functionality to automated the testing

assertion-library chai chrome-devtools chromium mocha mocha-tests nodejs puppeteer

Last synced: 12 Apr 2025

https://github.com/jgroeneveld/trial

A simple assertion library for go

assertion-library assertions go testing

Last synced: 14 Mar 2025

https://github.com/behzodhalil/osmon

Osmon is a modern assertion library for Kotlin

android assertion-library junit4 junit5 kotlin kotlin-android

Last synced: 11 Jul 2025

https://github.com/youta-t/its

its a matcher library for go

assertion-library go golang its matchers test testing

Last synced: 16 Jan 2026

https://github.com/boneskull/bupkis

Uncommonly extensible assertions for the beautiful people

assertion assertion-library bdd nodejs tdd test testing unit-testing

Last synced: 19 Feb 2026

https://github.com/tunnckocore/assert-kindof

Check native type of the given value and throw TypeError if not okey. Expressive, elegant, behavior-driven API, good descriptive default error messages, simple and clean syntax.

assert assertion-library assertions checking kind kindof natives simple type typeof utils validate

Last synced: 15 Apr 2025

https://github.com/h-sifat/handy-types

A collection of small utility functions to check javascript variable types

assertion-library typescript utility-types validation-library

Last synced: 10 Feb 2026

https://github.com/guardsman/guardsman

Guard clause assertion library to enforce parameter preconditions in PHP

assertion-library guard php preconditions

Last synced: 14 Jan 2026

https://github.com/remrkabledev/node-testing-mocha-chai

Introduction to testing in Node.Js using Mocha, Chai and Node.Js Native Assertion Library

assertion-library mocha-chai nodejs testing

Last synced: 30 Apr 2025

https://github.com/maroontress/lighter

Lighter is a header-only library in C++20 to check assertions.

assertion-library cplusplus-20 header-only-library

Last synced: 20 Aug 2025

https://github.com/sofiane-abou-abderrahim/javascript-introduction-to-testing-synchronous-code

In this little JavaScript demo, I used the 3 main core types of testing: Unit Test, Integration Test and End-to-End Test (or User Interface Test). I tested my application with relatively simple synchronous code.

assertion-library end-to-end-test headless-browser intergration-test javascript jest nodejs test-runner unit-test webpack

Last synced: 30 Dec 2025

https://github.com/brillout/libassert

Tiny zero-dependency tool for library authors to create assertion functions with clean strack traces.

assert assertion assertion-library

Last synced: 18 Jun 2025

https://github.com/degawa/fassert

An extensible assertion library oriented to work with unit testing frameworks for Fortran

assert assertion assertion-library assertions assertions-library fortran fortran-library fortran-package-manager fortran2008 modern-fortran testing

Last synced: 20 Jan 2026

https://github.com/boneskull/unexpected-rxjs

MOVED to https://github.com/IBM/unexpected-rxjs

assert assertion-library assertions expect observable rxjs test unexpected

Last synced: 17 Aug 2025

https://github.com/farism/assert

Assertion library for Beef

assert assertion-library beef beef-language

Last synced: 27 Jan 2026

https://github.com/haipad/aisert

Assert-style validation library for AI outputs - ensure your LLMs behave exactly as expected.

ai ai-agents ai-evaluation assertion-library validation-library

Last synced: 14 Jan 2026

https://github.com/lovef/kotlin-assert-utils

A set of assert utilities for JUnit testing with Kotlin

assertion-library junit4 kotlin testing testing-tools unit-testing

Last synced: 12 Jan 2026

https://github.com/flaque/stop-if

An assert statement that turns off in production

assertion-library javascript npm-package

Last synced: 24 Oct 2025

https://github.com/cc-jhr/nagare

This is an assertion/matcher library for kotlin using infix functions.

assertion-library assertions kotlin testing

Last synced: 05 Apr 2025

https://github.com/nameisjayant/jetpack-compose-android-testing

In this repository we will be working with Unit , Instrument & Ui tests in android kotlin with jetpack compose.

android-uitesting assertion-library instrumentation-tests integration-test jetpack-compose room-database unit-test unit-testing

Last synced: 28 Dec 2025

https://github.com/wmde/hamcrest-html-matchers

Set of Hamcrest matchers for HTML assertrions

assert assertion-library hamcrest html html-assertrions matcher testing

Last synced: 14 Apr 2025

https://github.com/nlesc-nano/assertionlib

A package for performing assertions and providing informative exception messages.

assertion assertion-library assertions python-3 python-3-6 python-3-7 python-3-8 python-3-9 testing unit-testing

Last synced: 06 Mar 2026

https://github.com/js-devtools/assert

An assertion library with user-friendly error messages

assert assertion-library assertions input-validation javascript nodejs validation

Last synced: 29 Oct 2025

https://github.com/namoshek/shouldly.json

Extension method for the Shouldly .NET library to work with JSON strings

assertion-library dotnet json shouldly

Last synced: 03 Jul 2025

https://github.com/twin/super-assert

A complete and simple one-line assertion solution with support for custom exceptions in Java

assert assertion-library assertions java maven

Last synced: 02 Mar 2025

https://github.com/st235/assertion

Do assertions wisely! 🎟

android assertion-library assertions java runtime

Last synced: 04 Mar 2025

https://github.com/lilpolymath/fest

A lightweight testing framework for JavaScript

assertion-library jest mocha testing-framework

Last synced: 13 Feb 2026

https://github.com/marc-ed-raffalli/declarative-e2e-test

Declaration driven test generator for REST endpoints

assertion-library e2e-tests http

Last synced: 16 Nov 2025

https://github.com/dailydevops/guard

Basic input validation via the Requires class throws an ArgumentException, ArgumentNullException or other Exception types.

assertion-library dotnet dotnet5 dotnet6 dotnet7 input-validation validation

Last synced: 19 Apr 2025

https://github.com/santik/assert

Simple assert library for Golang

assert assertion-library assertions go golang

Last synced: 03 Mar 2025

https://github.com/chqthomas/approval-tests-php

A PHP assertion library for approval testing with PHPUnit

approval-testing assertion-library phpunit snapshot-testing

Last synced: 14 Feb 2026

https://github.com/floofies/assert-lib

A handy little assertion function library. Includes pre-made type checking assertions.

assertion-library javascript-library

Last synced: 24 Jul 2025

https://github.com/atomicptr/rapture

A tiny, single file, header only assertion library for C++23

assert assertion-library cpp cpp23 header-only header-only-library

Last synced: 02 Apr 2025

https://github.com/raydac/meta

Set of annotations to mark code and some utility classes

annotation-library assertion-library java library maven-plugin

Last synced: 08 Feb 2026

https://github.com/andrewjbateman/nodejs-app-testing

:clipboard: Testing of Node.js applications

assertion-library chai-assertion unfinished

Last synced: 01 Aug 2025

https://github.com/aswitalski/assert-that

JavaScript assertion library with super-simple syntax

assert assertion assertion-library assertions javascript

Last synced: 31 Jul 2025

https://github.com/teleivo/assertive

Lightweight assertions for Go tests

assertion assertion-library assertions go golang gotest testing

Last synced: 27 Jun 2025