Deep Dive
Fluent assertions library for Java (by jdlib)
Java Faker
Brings the popular ruby faker gem to Java (by DiUS)
Deep Dive | Java Faker | |
---|---|---|
1 | 13 | |
7 | 4,713 | |
- | 0.5% | |
4.2 | 0.0 | |
over 1 year ago | 4 months ago | |
Java | Java | |
Apache 2.0 license, Gnu Public License v3 | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Deep Dive
Posts with mentions or reviews of Deep Dive.
We have used some of these posts to build our list of alternatives
and similar projects.
Java Faker
Posts with mentions or reviews of Java Faker.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-01-27.
-
Leveling up your custom fake data with Faker.js
Faker was originally written in Perl and is also available as a library for Ruby, Java, and Python.
- Built a library to help generate test pojos with relevant but random data. I’d love some feedback.
-
Data Seeding With MongoDB
you can use faker java
-
Favorite hidden gem library?
JavaFaker for generating random data https://github.com/DiUS/java-faker
- Estudo sobre HTTP2 e protocolos binários - parte 2
- Estudo sobre HTTP2 e protocolos binários - parte 1
-
Datafaker: An Alternative to Using Production Data
I've been using https://github.com/DiUS/java-faker which seems to be much more popular. How is this one different?
-
Cucumber java Cannot resolve symbol 'github' when adding Faker to project
I'm using 1.0.2 from this repository: https://github.com/DiUS/java-faker
-
The right to delete: how faker.js exposed the fragile nature of open source culture, again
I'm Java developer. While we have had our fair share of shenanigans, if the people behind the Java equivalent of faker (https://github.com/DiUS/java-faker) went off the rails it wouldn't be anywhere near as much of an issue.
-
Datafaker, an alternative to using Production Data
This has another bottleneck, each time you request something, it ends up with a IO call to open a file, as all fake data is stored in a file: https://github.com/datafaker-net/datafaker/blob/master/src/main/resources/en/dragon_ball.yml I recently filed a bug to javafaker that in some cases file descriptor was never closed, resulting in even worse performance and memory leaks, killing our service after millions of method calls.
What are some alternatives?
When comparing Deep Dive and Java Faker you can also consider the following projects:
jqwik - Property-Based Testing on the JUnit Platform
instancio - A library that creates fully populated objects for your unit tests.