Class

Test::Unit::UI::GTK::TestRunner

Inheritance
< Object

Runs a Test::Unit::TestSuite in a Gtk UI. Obviously, this one requires you to have Gtk (www.gtk.org/) and the Ruby Gtk extension (ruby-gnome.sourceforge.net/) 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.