Codebase for the blog post Generating Java Test Data With Instancio
Steps to run this project:
- Clone this Git repository
- Navigate to the folder
generating-test-data-with-instancio
- Ensure availability of Java 21 or above in the system using
java --version
- Execute tests with the command
./mvnw integration-test verify