chromium/device/bluetooth/floss/floss_bluetooth_telephony_client_unittest.cc

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

#include "device/bluetooth/floss/floss_bluetooth_telephony_client.h"

#include "base/memory/raw_ptr.h"
#include "base/memory/ref_counted.h"
#include "base/run_loop.h"
#include "base/test/bind.h"
#include "base/test/task_environment.h"
#include "dbus/message.h"
#include "dbus/mock_bus.h"
#include "dbus/mock_exported_object.h"
#include "dbus/mock_object_proxy.h"
#include "device/bluetooth/floss/test_helpers.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {
DoAll;
}  // namespace

namespace floss {

class FlossBluetoothTelephonyClientTest : public testing::Test {};

TEST_F(FlossBluetoothTelephonyClientTest, SetPhoneOpsEnabled) {}

}  // namespace floss