Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
つまり、テストスイートだけでなく他のスイートも含めるようにテストスイートを作成するときに、TestRunnerが実行したテストの数はグローバルにカウントされますか?
そのカウントにプロガンマ的にアクセスできる方法はありますか?
実行された回数はわかりませんが、を使用して合計テスト数を確認できませんでしたself.methods.grep(/test_/)か?
self.methods.grep(/test_/)
Test::Unit::TestSuite#size役立つ場合があります。
Test::Unit::TestSuite#size
Test::Unit::TestCase#size1 を返すため、おそらくそうではありません。
Test::Unit::TestCase#size