Returns the random seed used at the start of the current test run.
| 5201 | |
| 5202 | // Returns the random seed used at the start of the current test run. |
| 5203 | int UnitTest::random_seed() const { return impl_->random_seed(); } |
| 5204 | |
| 5205 | #if GTEST_HAS_PARAM_TEST |
| 5206 | // Returns ParameterizedTestCaseRegistry object used to keep track of |
no outgoing calls
no test coverage detected