RubyCocoa 今日のコミット(2008.02.08)
- ruby install.rb test 時に AutoRunner のオプションを渡すための --test-args オプションを追加(r2187)
前から欲しかったのだけど、ほったらかしていた機能。使い方はこんな感じ。
#### ## メソッド test_ocid だけを実行 % ruby install.rb test --test-args="--name=test_ocid" : Started . Finished in 0.000792 seconds. 1 tests, 2 assertions, 0 failures, 0 errors #### ## テストケース TC_NSArray だけを実行 % ruby install.rb test --test-args="--testcase=TC_NSArray" : Started ........................................................................ Finished in 0.106226 seconds. 72 tests, 542 assertions, 0 failures, 0 errors
| 固定リンク
最近のコメント