The d'tor restores the states of all flags. The actual work is done by the d'tor of the gtest_flag_saver_ field, and thus not visible here.
| 3744 | // done by the d'tor of the gtest_flag_saver_ field, and thus not |
| 3745 | // visible here. |
| 3746 | Test::~Test() { |
| 3747 | } |
| 3748 | |
| 3749 | // Sets up the test fixture. |
| 3750 | // |
nothing calls this directly
no outgoing calls
no test coverage detected