In Ruby's Test::Unit::TestCase, is there a way for a test method to access the total number of metho
- by someguy
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?