BeanCooker: mock values generator for Java Beans
BeanCooker is a tool to automatically set mock values to all properties of any java bean.
The simplest usage will put "fooBar" in Strings, 12345 in integers, 123.123 in floats … and the most advanced usage will pull values from a csv file.
- very easy to use, good default settings.
- no external dependency, just JRE 5
- designed to be open and expansible (for example, you can configure it from Spring easily)
link






