chromium/ui/events/ozone/evdev/event_device_info_unittest.cc

// Copyright 2015 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/events/ozone/evdev/event_device_info.h"

#include "base/format_macros.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/string_split.h"
#include "base/strings/string_util.h"
#include "event_device_test_util.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/events/ozone/evdev/event_device_test_util.h"
#include "ui/events/ozone/evdev/event_device_util.h"

namespace ui {

TEST(EventDeviceInfoTest, BasicUsbGamepad) {}

TEST(EventDeviceInfoTest, BasicCrosKeyboard) {}

TEST(EventDeviceInfoTest, SideVolumeButton) {}

TEST(EventDeviceInfoTest, BasicCrosTouchscreen) {}

TEST(EventDeviceInfoTest, BasicCrosTouchpad) {}

TEST(EventDeviceInfoTest, HapticCrosTouchpad) {}

TEST(EventDeviceInfoTest, BasicCrosPointingStick) {}

TEST(EventDeviceInfoTest, BasicUsbKeyboard) {}

TEST(EventDeviceInfoTest, BasicUsbKeyboard_Extra) {}

TEST(EventDeviceInfoTest, BasicUsbMouse) {}

TEST(EventDeviceInfoTest, BasicUsbTouchscreen) {}

TEST(EventDeviceInfoTest, BasicUsbTablet) {}

TEST(EventDeviceInfoTest, BasicUsbTouchpad) {}

TEST(EventDeviceInfoTest, HybridKeyboardWithMouse) {}

TEST(EventDeviceInfoTest, AbsoluteMouseTouchscreen) {}

TEST(EventDeviceInfoTest, OnScreenStylus) {}

TEST(EventDeviceInfoTest, HammerKeyboard) {}

TEST(EventDeviceInfoTest, HammerTouchpad) {}

TEST(EventDeviceInfoTest, IllitekTP_Mouse) {}

TEST(EventDeviceInfoTest, IllitekTP) {}

TEST(EventDeviceInfoTest, Nocturne_Touchscreen) {}

TEST(EventDeviceInfoTest, XboxElite) {}

TEST(EventDeviceInfoTest, DellActivePen_Button) {}

TEST(EventDeviceInfoTest, BasicStylusGarageSwitch) {}

TEST(EventDeviceInfoTest, BasicDynamicNumberpad) {}

TEST(EventDeviceInfoTest, DellLatitudeE6510Touchpad) {}

TEST(EventDeviceInfoTest, HPProBook6560bTouchpad) {}

TEST(EventDeviceInfoTest, DeviceOnKeyboardBlocklist) {}

TEST(EventDeviceInfoTest, EventDeviceTypeDescriptions) {}

TEST(EventDeviceInfoTest, KeyboardTypeDescriptions) {}

TEST(EventDeviceInfoTest, RexHeatmapTouchScreen) {}

}  // namespace ui