Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > test/unit/ui/gtk/testrunnerライブラリ

library test/unit/ui/gtk/testrunner

要約

クラスとモジュール

class Test::Unit::UI::GTK::TestRunner

Runs a Test::Unit::TestSuite in a Gtk UI. Obviously, this one requires you to have Gtk (www.gtk.org/) and the Ruby Gtk extension (ruby-gnome.sourceforge.net/) installed.

同時にrequireされるライブラリ

test/unit

ユニットテストを行うためのライブラリです。

test/unit/assertions
test/unit/autorunner

ユニットテストの実行を操作したいときに使います。

test/unit/testcase
test/unit/testresult
test/unit/testsuite
test/unit/ui/testrunnermediator

各種 TestRunner を実装するために使われます。

test/unit/ui/testrunnerutilities

各種 TestRunner を実装するために使われます。

test/unit/util/observable