Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
Test::Unit::TestSuite
# File runit/testsuite.rb, line 13 def add(*args) self.<<(*args) end
# File runit/testsuite.rb, line 9 def add_test(*args) add(*args) end
# File runit/testsuite.rb, line 17 def count_test_cases return size end
# File runit/testsuite.rb, line 21 def run(result, &progress_block) progress_block = proc {} unless (block_given?) super(result, &progress_block) end
This page was generated for Ruby 1.8.7
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.0.