MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / random_seed

Method random_seed

test/common/gtest/gtest.cpp:5830–5830  ·  view source on GitHub ↗

Returns the random seed used at the start of the current test run.

Source from the content-addressed store, hash-verified

5828
5829// Returns the random seed used at the start of the current test run.
5830int UnitTest::random_seed() const { return impl_->random_seed(); }
5831
5832#if GTEST_HAS_PARAM_TEST
5833// Returns ParameterizedTestCaseRegistry object used to keep track of

Callers 2

OnTestIterationStartMethod · 0.80
PrintXmlUnitTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected