Google

"DTD/xhtml1-strict.dtd">
Class Test::Unit::UI::Fox::TestRunner
In: test/unit/ui/fox/testrunner.rb
Parent: FXMainWindow

Runs a Test::Unit::TestSuite in a Fox UI. Obviously, this one requires you to have Fox (www.fox-toolkit.org/fox.html) and the Ruby Fox extension (fxruby.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.