Class Test::Unit::UI::Fox::TestRunner |
|
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 |
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) |