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 (
http://www.gtk.org
/) and the Ruby Gtk extension (
http://www.ruby-lang.org/gtk/en/index.html
) 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.