#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/testing/test_binary_messenger.h"#include "flutter/shell/platform/windows/text_input_plugin_delegate.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 (TextInputPluginTest, TextMethodsWorksWithEmptyModel) | |
| flutter::testing::TEST (TextInputPluginTest, ClearClientResetsComposing) | |
| flutter::testing::TEST (TextInputPluginTest, VerifyComposingSendStateUpdate) | |
| flutter::testing::TEST (TextInputPluginTest, VerifyInputActionNewlineInsertNewLine) | |
| flutter::testing::TEST (TextInputPluginTest, VerifyInputActionSendDoesNotInsertNewLine) | |
| flutter::testing::TEST (TextInputPluginTest, TextEditingWorksWithDeltaModel) | |
| flutter::testing::TEST (TextInputPluginTest, CompositionCursorPos) | |
| flutter::testing::TEST (TextInputPluginTest, TransformCursorRect) | |