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

library test/unit/ui/tk/testrunner

要約

クラスとモジュール

class Test::Unit::UI::Tk::TestRunner

Runs a Test::Unit::TestSuite in a Tk UI. Obviously, this one requires you to have Tk and the Ruby Tk extension 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