chromium/content/browser/background_sync/background_sync_metrics_unittest.cc

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

#include "base/test/metrics/histogram_tester.h"
#include "testing/gtest/include/gtest/gtest.h"

#include "content/browser/background_sync/background_sync_metrics.h"
#include "third_party/blink/public/mojom/background_sync/background_sync.mojom.h"

namespace content {

BackgroundSyncType;

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

TEST_F(BackgroundSyncMetricsTest, RecordEventStarted) {}

TEST_F(BackgroundSyncMetricsTest, RecordRegistrationComplete) {}

TEST_F(BackgroundSyncMetricsTest, RecordEventResult) {}

TEST_F(BackgroundSyncMetricsTest, RecordBatchSyncEventComplete) {}

TEST_F(BackgroundSyncMetricsTest, CountRegisterSuccess) {}

TEST_F(BackgroundSyncMetricsTest, CountUnregisterPeriodicSync) {}

TEST_F(BackgroundSyncMetricsTest, EventsFiredFromWakeupTask) {}

}  // namespace content