Skip to content

Latest commit

 

History

History

generating-test-data-with-instancio

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Codebase for the blog post Generating Java Test Data With Instancio

Steps to run this project:

  1. Clone this Git repository
  2. Navigate to the folder generating-test-data-with-instancio
  3. Ensure availability of Java 21 or above in the system using java --version
  4. Execute tests with the command ./mvnw integration-test verify