/// <summary> /// Creates a DbConnectionPool to be used in tests. /// </summary> /// <returns>A DbConnectionPool to be used in tests.</returns> public static DbConnectionPool CreateConnectionPool() { return(new MySqlDbConnectionPool(TestDb.GetConnectionString())); }