Used by UnitTest::Run() to capture the state of GTEST_FLAG(catch_exceptions) at the moment it starts.
| 1224 | // Used by UnitTest::Run() to capture the state of |
| 1225 | // GTEST_FLAG(catch_exceptions) at the moment it starts. |
| 1226 | void set_catch_exceptions(bool value) { catch_exceptions_ = value; } |
| 1227 | |
| 1228 | // The UnitTest object that owns this implementation object. |
| 1229 | UnitTest* const parent_; |
nothing calls this directly
no outgoing calls
no test coverage detected