chromium/ui/events/velocity_tracker/motion_event_generic_unittest.cc

// Copyright 2014 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/velocity_tracker/motion_event_generic.h"

#include <numbers>
#include <utility>

#include "testing/gtest/include/gtest/gtest.h"
#include "ui/events/event_constants.h"
#include "ui/events/test/motion_event_test_utils.h"

namespace ui {

TEST(MotionEventGenericTest, Basic) {}

TEST(MotionEventGenericTest, Clone) {}

TEST(MotionEventGenericTest, CloneWithHistory) {}

TEST(MotionEventGenericTest, Cancel) {}

TEST(MotionEventGenericTest, FindPointerIndexOfId) {}

TEST(MotionEventGenericTest, RemovePointerAt) {}

TEST(MotionEventGenericTest, AxisAndOrientation) {}

TEST(MotionEventGenericTest, ToString) {}

}  // namespace ui