CSC/ECE 517 Fall 2010/ch1 1f ap: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''Unit-testing frameworks for Ruby'''
==Introduction==


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


----
----

Revision as of 03:37, 7 September 2010

Introduction


Benefits of unit test frameworks

  1. Test Driven Development

Unit testing frameworks for Ruby

Test::Unit

Rspec

shoulda


Comparison of unit test frameworks


References and conclusion