Google Test - Using "SetUpTestSuite" doesn't seem to work
The documentation appears to be wrong. These methods should be called SetUpTestCase()
and TearDownTestCase()
. At least in Google Test 1.8.0.
The change does not appear to have been released. The documents appear to be current with the Master branch, not the released version.