testdriven.com Wrangling quality out of chaos

BeanCooker: mock values generator for Java Beans

10.24.2007 · Posted in Links

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

  • del.icio.us
  • Digg
  • Google Bookmarks
  • Slashdot
  • StumbleUpon
  • Technorati
  • Twitter

Comments are closed