-
Updated
Oct 29, 2020 - JavaScript
assertion
Here are 72 public repositories matching this topic...
-
Updated
May 5, 2020 - Python
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 2, 2020 - JavaScript
- It would make sense (and greatly improve the 'testing flow') if
.exists,.is, and.eachcould be chained to the.exprfunction:
await freddo('https://api.example.com')
.status(200)
.expr('.total_count').exists()
.expr('.incomplete_results').is('boolean')
.expr('.items.node_id').each(validator.isBase64)
.ensure()-
Updated
Jul 31, 2020 - TypeScript
-
Updated
Nov 9, 2020 - PHP
-
Updated
Sep 8, 2020 - C++
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Sep 11, 2020 - Java
-
Updated
Dec 18, 2018 - TypeScript
Improve this page
Add a description, image, and links to the assertion topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the assertion topic, visit your repo's landing page and select "manage topics."
Instead of writing
tg.throwIf(tg.isNot(tg.isString)), it would be nicer to writetg.throwUnless(tg.isString).