Adding support for get test results in TestDriver.
authorlateralusX <lateralusx.github@gmail.com>
Fri, 25 Nov 2016 12:17:38 +0000 (13:17 +0100)
committerlateralusX <lateralusx.github@gmail.com>
Fri, 25 Nov 2016 12:17:38 +0000 (13:17 +0100)
Added support to pass in an instance of a TestDriverReporter class. If this
an instance of this class is passed in it will get the number of executed, skipped
and failed tests. This could be very useful for external runners that would like
to present the result of TestDriver executed tests.


No differences found