Object
# File test-unit-3.3.7/lib/test/unit/ui/testrunner.rb, line 10 def initialize(suite, options={}) if suite.respond_to?(:suite) @suite = suite.suite else @suite = suite end @options = options @listeners = @options[:listeners] || [] end
Begins the test run.
# File test-unit-3.3.7/lib/test/unit/ui/testrunner.rb, line 21 def start setup_mediator attach_to_mediator attach_listeners start_mediator end
This page was generated for Ruby 3.0.2
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.42.0.