Returns the value of GTEST_FLAG(catch_exceptions) at the moment UnitTest::Run() starts.
| 1217 | // Returns the value of GTEST_FLAG(catch_exceptions) at the moment |
| 1218 | // UnitTest::Run() starts. |
| 1219 | bool catch_exceptions() const { return catch_exceptions_; } |
| 1220 | |
| 1221 | private: |
| 1222 | friend class ::testing::UnitTest; |
nothing calls this directly
no outgoing calls
no test coverage detected