Returns the random seed used at the start of the current test run.
| 6389 | |
| 6390 | // Returns the random seed used at the start of the current test run. |
| 6391 | int UnitTest::random_seed() const { return impl_->random_seed(); } |
| 6392 | |
| 6393 | // Returns ParameterizedTestSuiteRegistry object used to keep track of |
| 6394 | // value-parameterized tests and instantiate and register them. |
no outgoing calls
no test coverage detected