#include "flutter/shell/platform/windows/keyboard_key_channel_handler.h"
#include <memory>
#include "flutter/shell/platform/common/json_message_codec.h"
#include "flutter/shell/platform/windows/flutter_windows_view.h"
#include "flutter/shell/platform/windows/testing/test_binary_messenger.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
Go to the source code of this file.
Namespaces | |
flutter | |
flutter::testing | |
Functions | |
flutter::testing::TEST (KeyboardKeyChannelHandlerTest, KeyboardHookHandling) | |
flutter::testing::TEST (KeyboardKeyChannelHandlerTest, ExtendedKeysAreSentToRedispatch) | |
flutter::testing::TEST (KeyboardKeyChannelHandlerTest, DeadKeysDoNotCrash) | |
flutter::testing::TEST (KeyboardKeyChannelHandlerTest, EmptyResponsesDoNotCrash) | |