TestSuite can already return the number of tests that failed, and #96/#5 revealed that it was missing a method to return the number of tests that passed.
There should be a function called getLastRunSuccessCount that returns the number of tests that passed the last time the test suite ran.