In Ruby's Test::Unit::TestCase, is there a way for a test method to access the total number of metho
Posted
by someguy
on Stack Overflow
See other posts from Stack Overflow
or by someguy
Published on 2008-11-05T08:00:17Z
Indexed on
2010/04/30
3:27 UTC
Read the original article
Hit count: 287
ruby
|unit-testing
i.e. as I compose my test suites to include other suites as well as test cases, is there a global count of how many tests the TestRunner has executed, will be executing?
Any way I can progammatically access that count?
© Stack Overflow or respective owner