assertion
Here are 350 public repositories matching this topic...
For now, the theme is harcoded in the code. Ideally we want the user to be able to load its custom theme from a simple json file. This will allow for example to address accessibility issues (for visually impaired users)
ex:
I have a zora.theme.json in my project root
{
"version":1,
"bgError":"bgRed"
}Where the values can be anything in [colorette](htt
-
Updated
Jan 28, 2022 - Python
-
Updated
Jun 23, 2022 - JavaScript
The report shows the timings of each test without any units, and these should be shown. The same units should be used for every test in the report (or at least in the same suite). Test times are currently measured in milliseconds (using System.currentTimeMillis though, it would make sense to display them in either ms or s. However, it may also be worthwhile recording System.nanoTime *as we
-
Updated
Oct 13, 2020 - Java
Add "throwUnless"
Instead of writing tg.throwIf(tg.isNot(tg.isString)), it would be nicer to write tg.throwUnless(tg.isString).
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Jun 23, 2022 - TypeScript
-
Updated
Apr 19, 2022 - Java
-
Updated
Jun 2, 2022 - Java
- 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
May 31, 2022 - TypeScript
-
Updated
Dec 13, 2020 - PHP
-
Updated
Mar 28, 2022 - TypeScript
-
Updated
Feb 21, 2022 - 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."
Add the following extensions methods for dictionaries:
And the corresponding dictionary properties extension methods: