CSC/ECE 517 Fall 2010/ch1 1f TU

From Expertiza_Wiki
Revision as of 22:54, 4 September 2010 by Alexander (talk | contribs)
Jump to navigation Jump to search

Unit-testing frameworks for Ruby

Unit Testing

A unit is the smallest building block of a software. Such a unit can be: a class, a method, an interface etc. Unit testing is the process of validating such units of code.