Simple example of property-based testing

This page summarizes the projects mentioned and recommended in the original post on dev.to

WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • jqwik

    Property-Based Testing on the JUnit Platform

  • Once we knew which property to use it was very straightforward to add a property-based test for it. We used the jqwik library. We like it because it has very good documentation and it is integrated with Junit.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Jqwik – Property-Based Testing on the JUnit Platform

    1 project | news.ycombinator.com | 8 Feb 2024
  • I just implemented a method that checks if a binary tree is symmetric, and now I want to test it with Junit. Do I need to manually create a bunch of trees, or is there an easier way?

    1 project | /r/learnjava | 2 Mar 2023
  • Mutation testing java projects

    1 project | /r/java | 7 Apr 2022
  • Built a library to help generate test pojos with relevant but random data. I’d love some feedback.

    7 projects | /r/java | 30 Apr 2023
  • Fuzzing Java in OSS-Fuzz

    4 projects | news.ycombinator.com | 10 Mar 2021