Class

Test::Unit::UI::TestRunnerMediator

Inheritance
< Object
Included Modules
Util::Observable

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

Constants

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

Methods

Class

Visibility Signature
public new (suite)

Instance

Visibility Signature
public run_suite ()

Class Method Detail

new(suite)

Creates a new TestRunnerMediator initialized to run the passed suite.

Instance Method Detail

run_suite()

Runs the suite the TestRunnerMediator was created with.