#include "components/download/internal/background_service/entry_utils.h"
#include "base/ranges/algorithm.h"
#include "components/download/internal/background_service/test/entry_utils.h"
#include "components/download/internal/background_service/test/test_download_driver.h"
#include "components/download/public/background_service/clients.h"
#include "components/download/public/background_service/download_metadata.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace download {
namespace {
constexpr char kKey[] = …;
constexpr char kValue[] = …;
}
TEST(DownloadServiceEntryUtilsTest, TestGetNumberOfLiveEntriesForClient) { … }
TEST(DownloadServiceEntryUtilsTest, MapEntriesToClients) { … }
TEST(DownloadServiceEntryUtilsTest, GetSchedulingCriteria) { … }
TEST(DownloadServiceEntryUtilsTest, BuildDownloadMetaData) { … }
TEST(DownloadServiceEntryUtilsTest, BuildDownloadMetaDataCurrentSize) { … }
}