chromium/ui/gfx/x/connection_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 "ui/gfx/x/connection.h"

#include "base/memory/ref_counted_memory.h"
#include "base/numerics/safe_conversions.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/gfx/x/event.h"
#include "ui/gfx/x/future.h"
#include "ui/gfx/x/xproto.h"

namespace x11 {

namespace {

Window CreateWindow(Connection* connection) {}

}  // namespace

// Connection setup and teardown.
TEST(X11ConnectionTest, Basic) {}

TEST(X11ConnectionTest, Request) {}

TEST(X11ConnectionTest, Event) {}

TEST(X11ConnectionTest, Error) {}

TEST(X11ConnectionTest, LargeQueryTree) {}

}  // namespace x11