Class Test::Unit::UI::GTK::TestRunner |
|
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 |
Public Class methods |
run(suite) |
Creates a new TestRunner and runs the suite.
new(suite) |
Creates a new TestRunner for running the passed suite.
Public Instance methods |
start() |
Begins the test run.
Private Instance methods |
test_started(test_name) |
finished(elapsed_time) |