このマニュアルは既にメンテナンスが終了したバージョンの Ruby を対象としています。
最新版のマニュアルへ
Ruby 1.8.7 リファレンスマニュアル
Ruby 1.8.7 リファレンスマニュアル
ライブラリ一覧
test/unit/testsuiteライブラリ
Test::Unit::TestSuiteクラス
<<
instance method Test::Unit::TestSuite#<<
self << test -> self
[
permalink
][
rdoc
]
自身にテストを加えます。self を返します。
[PARAM] test:
自身に加える TestCase か TestSuite のインスタンスを与えます。