Class Test::Unit::UI::Fox::TestRunner
In: test/unit/ui/fox/testrunner.rb
Parent: Object

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
create_label    create_tooltip    create_window    finished    new    output_status    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.

test_started(test_name)
finished(elapsed_time)
output_status(string)
create_window(app)
create_tooltip(app)
create_label(parent, text)