RubyUnit - A simple testing framework for Ruby

RubyUnit is a simple Ruby testing framework developed by Masaki Suketa. Like Junit, RubyUnit requires your test cases to extend from RUNIT::TestCase. The license under which it is release is same as that of Ruby.

You can download RubyUnit from here.

Following is a sample RubyUnit test case code,

Leave a Reply