COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200925141022/https://github.com/topics/assertion
Here are
70 public repositories
matching this topic...
Lightest, yet Fastest Javascript test runner for nodejs and browsers
Updated
Jul 27, 2020
JavaScript
Updated
Jul 6, 2020
JavaScript
HTTP traffic mocking and testing made simple in Python
Updated
May 5, 2020
Python
Assertion framework for Python unit tests
Updated
Feb 28, 2020
Python
Babel Plugin that adds safety to your tests by verifying assertions are actually ran 🃏 ⁉️
Updated
Sep 4, 2020
JavaScript
Assert deeply nested values in Jest
Updated
Sep 4, 2020
JavaScript
Sample Performance Testing setup for HTTP REST, SOAP APIs, JUnit4, JUnit5 tests - Generating Load and Stress On a Target Application
Updated
Jul 29, 2020
Java
The very minimum assertion for Golang testing framework.
Zerocode based integration-tests for a spring-boot application
An R package of assertive functions to check the properties of common R objects.
A BDD-style assertion library for Dart.
Extremely simple to use test framework and runner for Metarhia technology stack
Updated
Sep 16, 2020
JavaScript
BDD assertion library based on PHPUnit, inspired by Chai.
Bats Assertion is a helper script for Bats
Updated
Apr 10, 2018
Shell
Playing with spok inside Cypress
Updated
Sep 16, 2020
JavaScript
Runtime type assertions that return
Updated
Jul 31, 2020
TypeScript
👓 Provides additional constraints and assertions for phpunit/phpunit
Updated
May 19, 2020
JavaScript
A better invariant assertion library with gdb support
continuous assertion monitoring
Updated
Jan 31, 2019
JavaScript
Assertions for use with RxJS and Unexpected
Updated
Sep 6, 2020
JavaScript
Simple, fluent, lightweight assertion library to create assertion points in your code.
An extensible assertion library for JavaScript, based on Hamcrest
Updated
Dec 18, 2018
TypeScript
Smarter snapshot utility for Mocha and BDD test runners + data-driven testing!
Updated
Apr 9, 2019
JavaScript
Improve this page
Add a description, image, and links to the
assertion
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
assertion
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Instead of writing
tg.throwIf(tg.isNot(tg.isString)), it would be nicer to writetg.throwUnless(tg.isString).