Class

Test::Unit::UI::Tk::TestRunner

Inheritance
< Object

Runs a Test::Unit::TestSuite in a Tk UI. Obviously, this one requires you to have Tk and the Ruby Tk extension installed.

Methods

Class

Visibility Signature
public new (suite, output_level = NORMAL)

Instance

Visibility Signature
public start ()

Class Method Detail

new(suite, output_level = NORMAL)

Creates a new TestRunner for running the passed suite.

Instance Method Detail

start()

Begins the test run.