A very small java library to create test data for Unit Tests.
Steps -
- Create an instance of a DBTableFixture pointing to a single DB table
- Use methods on the instance to insert/fetch and delete data
- Use the InsertionCriteria class to specify powerful/flexible ways to insert data with various patterns