class RubyUnit::TestSuite

Test Suites are a collection of test sets TestSuite is a larger concept of TestSet

Public Class Methods

type() click to toggle source

Defining type of files includes for RubyUnit::TestSuite used with –debug

# File lib/RubyUnit/TestSuite.rb, line 13
def self.type
  'Test Set'
end