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)
commit0e0c1edaf61f5ea0c8b083375e584327295d826e
tree8a9e2026b36e2c53612a27f576ca4eb26f18a5d3
parent7669c811ffb49adf091760b46bfca94dd7286cb3
Adding support for get test results in TestDriver.

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.
mono/mini/TestDriver.cs