chromium/components/component_updater/configurator_impl_unittest.cc

// Copyright 2016 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/component_updater/configurator_impl.h"

#include <memory>

#include "base/command_line.h"
#include "base/test/scoped_command_line.h"
#include "base/test/task_environment.h"
#include "base/time/time.h"
#include "components/component_updater/component_updater_command_line_config_policy.h"
#include "components/component_updater/component_updater_switches.h"
#include "components/update_client/command_line_config_policy.h"
#include "net/base/mock_network_change_notifier.h"
#include "net/base/network_change_notifier.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace component_updater {

class ComponentUpdaterConfiguratorImplTest : public testing::Test {};

TEST_F(ComponentUpdaterConfiguratorImplTest, FastUpdate) {}

TEST_F(ComponentUpdaterConfiguratorImplTest, FastUpdateWithCustomPolicy) {}

TEST_F(ComponentUpdaterConfiguratorImplTest, InitialDelay) {}

TEST_F(ComponentUpdaterConfiguratorImplTest, TestRequest) {}

TEST_F(ComponentUpdaterConfiguratorImplTest, MeteredConnection) {}

}  // namespace component_updater