My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

This is a library that enables the conversion of a homogeneous collection of objects into a heterogeneous one based on the logic of a set of user defined rules.

The purpose of this could be to create a varied data set for use in unit tests or a realistic data set to allow full system testing.

These user defined rules are created programatically either through traditional object creation or via the usage of fluent interfaces.

These "rules" generally consist of an edit or change that should take place and the conditional that has to be matched to allow the edit to take place.

There are many built in conditionals and edits and provision has been made to allow complex conditionals to be built up and multiple edits to be encapsulated in to one rule.

Powered by Google Project Hosting