11 projects
Kotest
Kotest is a flexible and comprehensive testing framework for Kotlin that supports multiple test styles, property-based testing, and data-driven testing. It provides rich assertions, test isolation, and extensive configuration options while maintaining compatibility with existing test runners.
1,928
450
$8.8M
Shoulda Matchers
Simple one-liner tests for common Rails functionality
1,841
676
$1.5M
AssertJ
AssertJ is a Java library that provides a rich set of assertions and utilities for writing fluent and readable test code. It offers a comprehensive collection of assertion methods for various data types, custom error messages, and a fluent API design that enhances test clarity and maintainability.
1,759
355
$8.3M
jest-dom
A testing library that extends Jest's expect functionality with additional DOM matchers, allowing developers to write more expressive and maintainable tests for DOM elements and their properties
1,005
317
$276K
Quick
The Swift (and Objective-C) testing framework.
956
240
$1.4M
Gomega
Gomega is a matcher/assertion library for testing in Go, providing a fluent and expressive way to write test assertions. It is commonly used alongside the Ginkgo BDD testing framework but can also be used standalone with Go's built-in testing package.
503
159
$849K
JsonUnit
Compare JSON in your Unit Tests
252
61
$510K
go-cmp
A package for comparing Go values in tests, offering rich comparison features beyond standard equality testing. It helps developers write test assertions by providing detailed explanations of differences between complex data structures.
233
115
$307K
ApprovalTests.Java
ApprovalTest verification library for Java
197
46
$1.3M
predicates-rs
Boolean-valued predicate functions in Rust