CSC/ECE 517 Fall 2010/ch1 1f ap

From Expertiza_Wiki
Revision as of 03:27, 7 September 2010 by Pkanavi (talk | contribs)
Jump to navigation Jump to search

Unit-testing frameworks for Ruby

Table of contents:

 1. Introduction
 2. Benefits of unit test frameworks
    2.1  Test Driven Development 
 3. Unit testing frameworks for Ruby.
    3.1 Test::Unit 
    3.2 Rspec
    3.3 shoulda
 4. Comparison of unit test frameworks 
 5. References and conclusion.