statistics package:tasty

Track the number of tests that were run and failures of a TestTree or sub-tree.
computeStatistics computes a summary Statistics for a given state of the StatusMap. Useful in combination with printStatistics.
printStatistics reports test success/failure statistics and time it took to run. The Time results is intended to be filled in by the TestReporter callback. The colors ImplicitParam controls whether coloured output is used.
printStatisticsNoTime reports test success/failure statistics The colors ImplicitParam controls whether coloured output is used.