#
matchers
Here are 54 public repositories matching this topic...
Hamcrest for Kotlin
-
Updated
Oct 4, 2020 - Kotlin
Chain Jest matchers together to create one powerful assertion 🃏 ⛓
-
Updated
Jun 23, 2022 - JavaScript
Curried Type Testing library, and Test Matchers for Jest
testing
typescript
jasmine
jest
tdd
mutation-testing
bdd
assertions
property-based-testing
assert
matchers
expect
jasmine-matchers
property-testing
type-test
jest-matchers
test-matchers
-
Updated
Jun 4, 2022 - TypeScript
Argument matchers for unittest.mock
-
Updated
Sep 11, 2020 - Python
A comprehensive set of matcher-based assertions for easier testing of Rust code
-
Updated
Mar 25, 2020 - Rust
Test-framework agnostic assertion and expectation library
-
Updated
Apr 11, 2022 - JavaScript
-
Updated
May 12, 2022 - Ruby
A simple Jest or Chai matcher to compare screenshots, using Applitools Eyes
-
Updated
Apr 28, 2022 - JavaScript
Matchers for pytest
-
Updated
Jul 7, 2022 - Python
The playwright-expect is an assertion library for TypeScript and JavaScript intended for use with a test runner such as Jest or Playwright Test.
-
Updated
Aug 18, 2021 - TypeScript
power + assert-match >:3
-
Updated
May 5, 2019 - JavaScript
GeoJSON Validation Matchers for Jest
-
Updated
Jun 12, 2022 - JavaScript
An implementation of assertion matchers for testing. Similar to Hamcrest for Java
testing
c-sharp
csharp
dotnet
test
dotnetcore
assertions
matcher
tests
netcore
test-framework
unittest
dotnet-core
assert
matchers
corematchers
assertion-matchers
csharp-core
dotnet-test
-
Updated
Feb 18, 2018 - C#
Improve this page
Add a description, image, and links to the matchers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the matchers topic, visit your repo's landing page and select "manage topics."


Which version of Kotest are you using
5.3.2
I want to verify that a JSON object does not contain duplicated fields. However
shouldBeValidJson()andshouldEqualJson()do not throw errors.I would like an additional comparison flag added to
shouldBeValidJson()andcompareJsonOptions { }for verifying that properties are distinct.