name()
Returns a human-readable name for the specific test that this instance of TestCase represents.
# File lib/test/unit/testcase.rb, line 143 def name "#{@method_name}(#{self.class.name})" end