BeanCooker: mock values generator for Java Beans
Posted by ~Ray @ 2008-01-01 21:11:13
Most of the tools you sight on testdriven com are Open Source. A good move of them are invaluable aids to shops using TDD and Continuous Integration. If you use them to develop bug-free software remember to support the programmers who created them.
BeanCooker is a tool to automatically set mock values to all properties of any java hit. 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 move easily)
The comments are owned by the poster. We aren't responsible for their content.[ADVERTHERE]Related article:
http://www.testdriven.com/modules/mylinks/singlelink.php?lid=1354
0 Comments:
No comments have been posted yet!
|