From: Ryan Davis Date: 2005-10-16T12:33:27+09:00 Subject: ANN: ZenTest 3.4.0 Released ZenTest version 2.4.0 has been released! http://www.zenspider.com/ZSS/Products/ZenTest/ ** DESCRIPTION: 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. There are two strategies intended for ZenTest: test conformance auditing and rapid XP. For auditing, ZenTest provides an excellent means of finding methods that have slipped through the testing process. I've run it against my own software and found I missed a lot in a well tested package. Writing those tests found 4 bugs I had no idea existed. ZenTest can also be used to evaluate generated code and execute your tests, allowing for very rapid development of both tests and implementation. ** FEATURES/PROBLEMS: + Scans your ruby code and tests and generates missing methods for you. + Includes a very helpful filter for Test::Unit output called unit_diff.rb + Includes a LinuxJournal article on testing with ZenTest written by Pat Eyler. http://www.zenspider.com/ZSS/Products/ZenTest/ Changes: + 3 minor enhancements + Able to audit standard class library (so now we can audit rubicon!). + Able to map against class methods (self.blah <=> test_class_blah). + Added -I=rubypath support + 4 bug fixes + bug:1151 Fixed stupid problem w/ unit_diff. + bug:1454 code generation correctly matches class/module for nested classes. + bug:1455 Updated method mapping to work on all operators listed in my quickref. + Realized I'm a moron and did NOT release in March like I thought... http://www.zenspider.com/ZSS/Products/ZenTest/ -- ryand-ruby@zenspider.com - Seattle.rb - http://www.zenspider.com/ seattle.rb http://blog.zenspider.com/ - http://rubyforge.org/projects/ruby2c