Mutation testing java projects

This page summarizes the projects mentioned and recommended in the original post on /r/java

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • jqwik

    Property-Based Testing on the JUnit Platform

  • Different to mutation testing, but on a semi-relatednpath, I've found property-based testing (e.g. https://jqwik.net/) to be valuable - thinking about the “shape“ of the expected output and getting a bunch of pseudorandom tests is pretty handy, especially for utility functions.

  • 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.

    InfluxDB 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
  • Simple example of property-based testing

    1 project | dev.to | 10 Jan 2023
  • 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