chromium/chrome/browser/media/webrtc/test_stats_dictionary_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 "chrome/browser/media/webrtc/test_stats_dictionary.h"

#include <memory>
#include <set>
#include <tuple>
#include <vector>

#include "base/check.h"
#include "base/memory/ref_counted.h"
#include "base/test/values_test_util.h"
#include "base/values.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace content {

namespace {

const char kTestStatsReportJson[] =;

class TestStatsDictionaryTest : public testing::Test {};

TEST_F(TestStatsDictionaryTest, ReportGetStats) {}

TEST_F(TestStatsDictionaryTest, ReportForEach) {}

TEST_F(TestStatsDictionaryTest, ReportFilterStats) {}

TEST_F(TestStatsDictionaryTest, ReportGetAll) {}

TEST_F(TestStatsDictionaryTest, ReportGetByType) {}

TEST_F(TestStatsDictionaryTest, StatsVerifyMembers) {}

TEST_F(TestStatsDictionaryTest, TestStatsDictionaryShouldKeepReportAlive) {}

}  // namespace

}  // namespace content