The c'tor saves the states of all flags.
| 3737 | |
| 3738 | // The c'tor saves the states of all flags. |
| 3739 | Test::Test() |
| 3740 | : gtest_flag_saver_(new GTEST_FLAG_SAVER_) { |
| 3741 | } |
| 3742 | |
| 3743 | // The d'tor restores the states of all flags. The actual work is |
| 3744 | // done by the d'tor of the gtest_flag_saver_ field, and thus not |
nothing calls this directly
no outgoing calls
no test coverage detected