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: | ||
==Introduction== | |||
---- | |||
==Benefits of unit test frameworks== | |||
# Test Driven Development | |||
---- | |||
==Unit testing frameworks for Ruby== | |||
===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
- Test Driven Development