chromium/ui/events/test/scoped_event_waiter_unittest.cc

// Copyright 2023 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/test/scoped_event_waiter.h"

#include "base/memory/raw_ptr.h"
#include "base/task/sequenced_task_runner.h"
#include "base/test/task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/events/test/test_event_processor.h"
#include "ui/events/test/test_event_target.h"
#include "ui/events/test/test_event_targeter.h"

namespace ui::test {

class ScopedEventWaiterTest : public testing::Test {};

// Waits until an event target receives the key pressed event.
TEST_F(ScopedEventWaiterTest, Basic) {}

}  // namespace ui::test