I posted another approach last August, in which all tests are executed
independently. The test result state is transmitted so that the
framework, e.g. with recorded properties, XML output, ... works as
expected. I would have done the work if I would have known the patch
of you, Joey.
The main problem of extending an external test runner is that a lot of
work gtest does really well has to be copied. This can be seen on the
stuck(?) approach to extend the proposed external Python script by an
xml output, which is important to a lot of people.
--Dirk
EXPECT_NO_THROW(statement)