chromium/ui/events/ozone/evdev/libgestures_glue/haptic_touchpad_handler_unittest.cc

// Copyright 2021 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/libgestures_glue/haptic_touchpad_handler.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "ui/events/ozone/evdev/event_device_test_util.h"

namespace ui {

class TestHapticTouchpadHandler : public HapticTouchpadHandler {};

class HapticTouchpadHandlerTest : public testing::Test {};

TEST_F(HapticTouchpadHandlerTest, BasicUiEffects) {}

TEST_F(HapticTouchpadHandlerTest, BasicButtonClickEffects) {}

TEST_F(HapticTouchpadHandlerTest, SetReleaseEffectWhenButtonNotPressed) {}

TEST_F(HapticTouchpadHandlerTest, SetReleaseEffectWhenButtonIsPressed) {}

TEST_F(HapticTouchpadHandlerTest, SetStrengthForClickEffects) {}

}  // namespace ui