Google

"DTD/xhtml1-strict.dtd">
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
new    run    start   
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.