Instancio helps Java developers quickly generate varied, fully-populated objects for unit tests.
Instancio is a Java library that generates complex, realistic test data objects with a single line of code, like `Instancio.create(Person.class)`. It supports creating lists, streams, and generic types, and lets you customize generated values using fluent APIs such as `generate(field(Person::getDateOfBirth), ...)` for specific data requirements.
Instancio helps Java developers quickly generate varied, fully-populated objects for unit tests.
Java developers who want to reduce boilerplate when setting up test data for unit tests should use this.
Not enough data yet. Star history will appear after a few days of tracking.