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/20200829112611/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
Jul 21, 2020
JavaScript
Assert deeply nested values in Jest
Updated
Jul 16, 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
Aug 19, 2020
JavaScript
Bats Assertion is a helper script for Bats
Updated
Apr 10, 2018
Shell
BDD assertion library based on PHPUnit, inspired by Chai.
Runtime type assertions that return
Updated
Jul 31, 2020
TypeScript
Playing with spok inside Cypress
Updated
Aug 26, 2020
JavaScript
👓 Provides additional constraints and assertions for phpunit/phpunit
Updated
May 19, 2020
JavaScript
continuous assertion monitoring
Updated
Jan 31, 2019
JavaScript
Assertions for use with RxJS and Unexpected
Updated
Jul 17, 2020
JavaScript
An extensible assertion library for JavaScript, based on Hamcrest
Updated
Dec 18, 2018
TypeScript
🃏 😂 Make jest expect more convenient.
Updated
Apr 28, 2018
JavaScript
Smarter snapshot utility for Mocha and BDD test runners + data-driven testing!
Updated
Apr 9, 2019
JavaScript
Simple, fluent, lightweight assertion library to create assertion points in your code.
Updated
Apr 16, 2020
Java
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).