# File lib/test/unit/ui/testrunner.rb, line 9
        def initialize(suite, options={})
          if suite.respond_to?(:suite)
            @suite = suite.suite
          else
            @suite = suite
          end
          @options = options
        end