testdriven.com Wrangling quality out of chaos

MockCreator: Java Mock Generator

02.16.2005 · Posted in Links

When tests multiply, they often become too complex to support, since minor changes in code often require to alter a bunch of unit tests. MockCreator’s special features (such as Dummy, Blocks and Accepts) are targeted to writing test code that knows as little as possible about the actual implementation, testing only logic.

MockCreator is in use in large projects, featuring thousands of tests, and it helps users to reduce the pain of test maintenance.

Eclipse plugin available.
link

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

Comments are closed