class MiniTest::Unit::TestCase

def self.test_suites # :nodoc:

:nodoc:
def self.test_suites # :nodoc:
  @@test_suites.keys.sort_by { |ts| ts.name }
end