Class Test::Unit::UI::TestRunnerMediator
In: lib/test/unit/ui/testrunnermediator.rb
Parent: Object

Provides an interface to write any given UI against, hopefully making it easy to write new UIs.

Methods

new   run   run_suite  

Included Modules

Util::Observable

Constants

RESET = name + "::RESET"
STARTED = name + "::STARTED"
FINISHED = name + "::FINISHED"

Public Class methods

Creates a new TestRunnerMediator initialized to run the passed suite.

Public Instance methods

Runs the suite the TestRunnerMediator was created with.

Just for backward compatibility for NetBeans. NetBeans should not use monkey patching. NetBeans should use runner change public API.

See GitHub#38

  https://github.com/test-unit/test-unit/issues/38

[Validate]