chromium/third_party/openscreen/src/cast/sender/cast_app_availability_tracker_unittest.cc

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

#include "cast/sender/cast_app_availability_tracker.h"

#include "cast/common/public/cast_streaming_app_ids.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "platform/test/fake_clock.h"

namespace openscreen::cast {
namespace {

UnorderedElementsAreArray;

MATCHER_P(CastMediaSourcesEqual, expected, "") {}

}  // namespace

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

TEST_F(CastAppAvailabilityTrackerTest, RegisterSource) {}

TEST_F(CastAppAvailabilityTrackerTest, RegisterSourceReturnsMultipleAppIds) {}

TEST_F(CastAppAvailabilityTrackerTest, MultipleAppIdsAlreadyTrackingOne) {}

TEST_F(CastAppAvailabilityTrackerTest, UpdateAppAvailability) {}

TEST_F(CastAppAvailabilityTrackerTest, RemoveResultsForReceiver) {}

}  // namespace openscreen::cast