CSC/ECE 517 Fall 2010/ch1 1f ap: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
'''Unit-testing frameworks for Ruby''' | |||
Table of contents: | Table of contents: | ||
Revision as of 03:27, 7 September 2010
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.