#include "device/bluetooth/floss/floss_gatt_manager_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 "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace floss {
class FlossGattClientTest : public testing::Test,
public FlossGattClientObserver { … };
TEST_F(FlossGattClientTest, UnexpectedClientHandling) { … }
}