MCPcopy Create free account
hub / github.com/dds-bridge/dds / MockDataFactory

Method MockDataFactory

library/tests/trans_table/mock_data_generators.cpp:379–381  ·  view source on GitHub ↗

MockDataFactory implementation

Source from the content-addressed store, hash-verified

377
378// MockDataFactory implementation
379MockDataFactory::MockDataFactory(unsigned int baseSeed)
380 : handGen_(baseSeed), posGen_(baseSeed + 1), rankGen_(baseSeed + 2), currentSeed_(baseSeed) {
381}
382
383MockDataFactory::TestScenario MockDataFactory::CreateBasicScenario()
384{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected