#include "flutter/shell/platform/windows/platform_handler.h"
#include <memory>
#include "flutter/fml/macros.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"
#include "rapidjson/document.h"
Go to the source code of this file.
|
| flutter::testing::TEST_F (PlatformHandlerTest, GetClipboardData) |
|
| flutter::testing::TEST_F (PlatformHandlerTest, GetClipboardDataRejectsUnknownContentType) |
|
| flutter::testing::TEST_F (PlatformHandlerTest, GetClipboardDataRequiresView) |
|
| flutter::testing::TEST_F (PlatformHandlerTest, GetClipboardDataReportsOpenFailure) |
|
| flutter::testing::TEST_F (PlatformHandlerTest, GetClipboardDataReportsGetDataFailure) |
|
| flutter::testing::TEST_F (PlatformHandlerTest, ClipboardHasStrings) |
|
| flutter::testing::TEST_F (PlatformHandlerTest, ClipboardHasStringsReturnsFalse) |
|
| flutter::testing::TEST_F (PlatformHandlerTest, ClipboardHasStringsRejectsUnknownContentType) |
|
| flutter::testing::TEST_F (PlatformHandlerTest, ClipboardHasStringsRequiresView) |
|
| flutter::testing::TEST_F (PlatformHandlerTest, ClipboardHasStringsIgnoresPermissionErrors) |
|
| flutter::testing::TEST_F (PlatformHandlerTest, ClipboardHasStringsReportsErrors) |
|
| flutter::testing::TEST_F (PlatformHandlerTest, ClipboardSetData) |
|
| flutter::testing::TEST_F (PlatformHandlerTest, ClipboardSetDataTextMustBeString) |
|
| flutter::testing::TEST_F (PlatformHandlerTest, ClipboardSetDataUnknownType) |
|
| flutter::testing::TEST_F (PlatformHandlerTest, ClipboardSetDataRequiresView) |
|
| flutter::testing::TEST_F (PlatformHandlerTest, ClipboardSetDataReportsOpenFailure) |
|
| flutter::testing::TEST_F (PlatformHandlerTest, ClipboardSetDataReportsSetDataFailure) |
|
| flutter::testing::TEST_F (PlatformHandlerTest, PlaySystemSound) |
|
| flutter::testing::TEST_F (PlatformHandlerTest, SystemExitApplicationRequired) |
|
| flutter::testing::TEST_F (PlatformHandlerTest, SystemExitApplicationCancelableCancel) |
|
| flutter::testing::TEST_F (PlatformHandlerTest, SystemExitApplicationCancelableExit) |
|