# File lib/test/unit/testsuite.rb, line 74 def ==(other) return false unless(other.kind_of?(self.class)) return false unless(@name == other.name) @tests == other.tests end