vote up 0 vote down star

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?

flag

29% accept rate
Why would you want something like this ? A test method needing to know the population count of other tests. Some context would be helpful.. – Gishu Nov 5 '08 at 8:13
Agreed, this does sound like the beginnings of a particularly nasty testing smell. Context would help allay my fears. – Jim Burger Nov 5 '08 at 9:11

1 Answer

vote up 2 vote down

not sure about how many it has executed, but couldn't you check how many total tests using self.methods.grep(/test_/)?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.