chromium/components/download/internal/background_service/entry_utils_unittest.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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[] =;
}  // namespace

TEST(DownloadServiceEntryUtilsTest, TestGetNumberOfLiveEntriesForClient) {}

TEST(DownloadServiceEntryUtilsTest, MapEntriesToClients) {}

TEST(DownloadServiceEntryUtilsTest, GetSchedulingCriteria) {}

// Test to verify download meta data is built correctly.
TEST(DownloadServiceEntryUtilsTest, BuildDownloadMetaData) {}

// Test to verify the current size is correctly built into the meta data.
TEST(DownloadServiceEntryUtilsTest, BuildDownloadMetaDataCurrentSize) {}

}  // namespace download