Object
# File test-unit-3.3.4/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.4/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 2.7.5
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.