chromium/services/audio/local_muter_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 "services/audio/local_muter.h"

#include <memory>

#include "base/test/mock_callback.h"
#include "base/test/task_environment.h"
#include "base/unguessable_token.h"
#include "services/audio/loopback_coordinator.h"
#include "services/audio/loopback_group_member.h"
#include "services/audio/test/mock_group_member.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

UnguessableToken;

InvokeWithoutArgs;
Mock;
StrictMock;

namespace audio {
namespace {

TEST(LocalMuterTest, MutesExistingMembers) {}

TEST(LocalMuterTest, MutesJoiningMembers) {}

TEST(LocalMuter, UnmutesWhenLastBindingIsLost) {}

}  // namespace
}  // namespace audio