Files | Admin

Notes:

Release Name: 2.1.0

Notes:
ZenTest scans your target and unit-test code and writes your missing
code based on simple naming rules, enabling XP at a much quicker
pace. ZenTest only works with Ruby and Test::Unit.

FEATURES/PROBLEMS:
  
+ Scans your ruby code and tests and generates missing methods for you.

SYNOPSYS:

  ZenTest.rb MyProject.rb TestMyProject.rb > missing.rb
  # edit missing.rb and merge appropriate parts into the above files.


Changes: 2003-01-07 2.1.0 02 major / 01 minor / 03 bug ! Output is runnable as-is thanks to zentestrunner.rb. ! Wrapped up all running functionality into ZenTest.fix ! Added simple statistic output... Thanks Dave & Andy!!! + Added zentestrunner.rb until Nathaniel accepts my changes! - Removed at_exit override and avoided test/unit altogether. - Added a clean rule to Makefile - Extended README.txt to include some of the rules. - Fixed several tests and added assertions for new stats