Since they can only be used in one way and one way only, it points to them as being part of the TEST_SUITE_INITIALIZE / TEST_SUITE_CLEANUP / TEST_FUNCTION_INITIALIZE / TEST_FUNCTION_CLEANUP.
That is the "testrunner"/(?switcher) should ensure that there is just a single test executing at a time. And if the usage based on "let's run all tests in parallel" is (ever) needed, it can be enabled at a later time.
Best Regards,
Andrei Porumb