Skip to content

A small java library to generate test data for Unit Tests. Use it to generate test data from simple to very complex patterns.

Notifications You must be signed in to change notification settings

webashutosh/utdatagen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

utdatagen

A very small java library to create test data for Unit Tests.

Steps -

  1. Create an instance of a DBTableFixture pointing to a single DB table
  2. Use methods on the instance to insert/fetch and delete data
  3. Use the InsertionCriteria class to specify powerful/flexible ways to insert data with various patterns

Releases

No releases published

Packages

No packages published

Languages