Enter your search terms
GNU-Darwin
Web
Submit search form
Examples of How to Use Test::Unit
Here are a few
very
simple examples of how to use Test::Unit.
adder.rb
- a file to be tested
subtracter.rb
- a file to be tested
tc_adder.rb
- a test case for Adder
tc_subtracter.rb
- a test case for Subtracter
ts_examples.rb
- a suite rolling up all the tests