#include "flutter/shell/platform/windows/text_input_plugin.h"
#include <rapidjson/document.h>
#include <windows.h>
#include <memory>
#include "flutter/fml/macros.h"
#include "flutter/shell/platform/common/json_message_codec.h"
#include "flutter/shell/platform/common/json_method_codec.h"
#include "flutter/shell/platform/windows/flutter_windows_view.h"
#include "flutter/shell/platform/windows/testing/engine_modifier.h"
#include "flutter/shell/platform/windows/testing/flutter_windows_engine_builder.h"
#include "flutter/shell/platform/windows/testing/mock_window_binding_handler.h"
#include "flutter/shell/platform/windows/testing/test_binary_messenger.h"
#include "flutter/shell/platform/windows/testing/windows_test.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
Go to the source code of this file.
|
| flutter::testing::TEST_F (TextInputPluginTest, TextMethodsWorksWithEmptyModel) |
|
| flutter::testing::TEST_F (TextInputPluginTest, ClearClientResetsComposing) |
|
| flutter::testing::TEST_F (TextInputPluginTest, ClearClientRequiresView) |
|
| flutter::testing::TEST_F (TextInputPluginTest, VerifyComposingSendStateUpdate) |
|
| flutter::testing::TEST_F (TextInputPluginTest, VerifyInputActionNewlineInsertNewLine) |
|
| flutter::testing::TEST_F (TextInputPluginTest, VerifyInputActionSendDoesNotInsertNewLine) |
|
| flutter::testing::TEST_F (TextInputPluginTest, TextEditingWorksWithDeltaModel) |
|
| flutter::testing::TEST_F (TextInputPluginTest, CompositionCursorPos) |
|
| flutter::testing::TEST_F (TextInputPluginTest, TransformCursorRect) |
|
| flutter::testing::TEST_F (TextInputPluginTest, SetMarkedTextRectRequiresView) |
|