chromium/third_party/blink/renderer/platform/mediastream/webrtc_uma_histograms_test.cc

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

#include "third_party/blink/renderer/platform/mediastream/webrtc_uma_histograms.h"

#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

_;

namespace blink {

class MockPerSessionWebRTCAPIMetrics : public PerSessionWebRTCAPIMetrics {};

class PerSessionWebRTCAPIMetricsTest
    : public testing::Test,
      public testing::WithParamInterface<RTCAPIName> {};

TEST_P(PerSessionWebRTCAPIMetricsTest, NoCallOngoing) {}

TEST_P(PerSessionWebRTCAPIMetricsTest, CallOngoing) {}

INSTANTIATE_TEST_SUITE_P();

TEST(PerSessionWebRTCAPIMetrics, NoCallOngoingMultiplePC) {}

TEST(PerSessionWebRTCAPIMetrics, BeforeAfterCallMultiplePC) {}

}  // namespace blink