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 (http://www.fox-toolkit.org/fox.html) and the Ruby Fox extension (http://fxruby.sourceforge.net/) installed.
Methods
new    run    start   
Included modules
Responder
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.