# File lib/test/unit/testsuite.rb, line 76 def size total_size = @n_tests @tests.each { |test| total_size += test.size } total_size end