chromium/components/mirroring/service/openscreen_stats_client_unittest.cc

// Copyright 2023 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/mirroring/service/openscreen_stats_client.h"

#include "base/logging.h"
#include "media/cast/logging/stats_event_subscriber.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/openscreen/src/cast/streaming/sender_session.h"
#include "third_party/openscreen/src/cast/streaming/statistics.h"

namespace mirroring {

SenderStats;
StatisticType;
HistogramsList;
StatisticsList;
SimpleHistogram;
CastStat;

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

TEST_F(OpenscreenStatsClientTest, OnStatisticsUpdatedValidValues) {}

TEST_F(OpenscreenStatsClientTest, OnStatisticsUpdatedEmptyValues) {}

}  // namespace mirroring