chromium/third_party/openscreen/src/osp/impl/receiver_list_unittest.cc

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

#include "osp/impl/receiver_list.h"

#include "gtest/gtest.h"
#include "platform/base/error.h"

namespace openscreen::osp {

TEST(ReceiverListTest, AddReceivers) {}

TEST(ReceiverListTest, ChangeReceivers) {}

TEST(ReceiverListTest, RemoveReceivers) {}

TEST(ReceiverListTest, RemoveAllReceivers) {}

}  // namespace openscreen::osp