Built a library to help generate test pojos with relevant but random data. I’d love some feedback.

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

    Generates test data for simple pojos

  • meanbean

    Automated JavaBean Testing

  • How does this compare to MeanBean?

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

    Property-Based Testing on the JUnit Platform

  • See https://jqwik.net

  • Java Faker

    Brings the popular ruby faker gem to Java

  • filldb

    Command line tool to fill an arbitrary mariadb schema with test data

  • I wrote a tool some time ago that tries to automatically fill a database with test data. The tool spends a lot of time figuring out the database schema and such so that part isn't useful to you. But there is also code in there dealing with generating random test data. So if you want the 'name' field in the Person class to hold an actual name and not a random UUID it could be useful. Take a look. The DataGenerators class is probably the most interesting to you.

  • Generex

    A Java library for generating String from a regular expression.

  • Also there is a project by someone called Generex. It generates strings from regular expressions. So if you want your data to look a certain way it might be helpful.

  • datafaker

    Generating fake data for the JVM (Java, Kotlin, Groovy) has never been easier!

  • Looks like that link doesn't actually go where it says, try this https://github.com/datafaker-net/datafaker

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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
  • Leveling up your custom fake data with Faker.js

    5 projects | dev.to | 27 Jan 2024
  • Data Seeding With MongoDB

    1 project | /r/SpringBoot | 17 Apr 2023
  • 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