chromium/components/reporting/metrics/metric_rate_controller_unittest.cc

// Copyright 2021 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/reporting/metrics/metric_rate_controller.h"

#include <memory>
#include <string>

#include "base/test/bind.h"
#include "base/test/task_environment.h"
#include "base/time/time.h"
#include "components/reporting/metrics/fakes/fake_reporting_settings.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace reporting {
namespace {

class MetricRateControllerTest : public ::testing::Test {};

TEST_F(MetricRateControllerTest, InvalidPath) {}

TEST_F(MetricRateControllerTest, TrustedCheck) {}

TEST_F(MetricRateControllerTest, BaseRateSetting) {}

TEST_F(MetricRateControllerTest, UpdateRateSetting) {}

TEST_F(MetricRateControllerTest, RateSettingZero) {}
}  // namespace
}  // namespace reporting