Returns a pointer to the parsed --gtest_internal_run_death_test flag, or NULL if that flag was not specified. This information is useful only in a death test child process. Must not be called before a call to InitGoogleTest.
| 1171 | // This information is useful only in a death test child process. |
| 1172 | // Must not be called before a call to InitGoogleTest. |
| 1173 | const InternalRunDeathTestFlag* internal_run_death_test_flag() const { |
| 1174 | return internal_run_death_test_flag_.get(); |
| 1175 | } |
| 1176 | |
| 1177 | // Returns a pointer to the current death test factory. |
| 1178 | internal::DeathTestFactory* death_test_factory() { |