Class Test::Unit::UI::GTK::TestRunner
In: test/unit/ui/gtk/testrunner.rb
Parent: 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
finished    new    run    start    test_started   
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)