Class Test::Unit::UI::Fox::TestRunner
In: lib/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

Constants

RED_STYLE = FXRGBA(0xFF,0,0,0xFF)
GREEN_STYLE = FXRGBA(0,0xFF,0,0xFF)

Public Class methods

Creates a new TestRunner for running the passed suite.

Public Instance methods

Begins the test run.

[Validate]

ruby-doc.org is a community service provided by Rising Tide Software, a Phoenix, Arizona, Ruby application development company.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.