| 1847 | } |
| 1848 | |
| 1849 | void setConfigDB(TestConfig const& testConfig) { |
| 1850 | g_simulator.configDBType = testConfig.getConfigDBType(); |
| 1851 | } |
| 1852 | |
| 1853 | // Generates and sets an appropriate configuration for the database according to |
| 1854 | // the provided testConfig. Some attributes are randomly generated for more coverage |
no test coverage detected