#include "flutter/fml/macros.h"
#include "flutter/shell/platform/windows/flutter_window.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/mock_window_binding_handler_delegate.h"
#include "flutter/shell/platform/windows/testing/windows_test.h"
#include "flutter/shell/platform/windows/testing/wm_builders.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
Go to the source code of this file.
|
| flutter::testing::TEST_F (FlutterWindowTest, CreateDestroy) |
|
| flutter::testing::TEST_F (FlutterWindowTest, OnBitmapSurfaceUpdated) |
|
| flutter::testing::TEST_F (FlutterWindowTest, OnCursorRectUpdatedRegularDPI) |
|
| flutter::testing::TEST_F (FlutterWindowTest, OnCursorRectUpdatedHighDPI) |
|
| flutter::testing::TEST_F (FlutterWindowTest, OnPointerStarSendsDeviceType) |
|
| flutter::testing::TEST_F (FlutterWindowTest, OnScrollCallsGetScrollOffsetMultiplier) |
|
| flutter::testing::TEST_F (FlutterWindowTest, OnWindowRepaint) |
|
| flutter::testing::TEST_F (FlutterWindowTest, OnThemeChange) |
|
| flutter::testing::TEST_F (FlutterWindowTest, AccessibilityNodeWithoutView) |
|
| flutter::testing::TEST_F (FlutterWindowTest, AlertNode) |
|
| flutter::testing::TEST_F (FlutterWindowTest, LifecycleFocusMessages) |
|
| flutter::testing::TEST_F (FlutterWindowTest, CachedLifecycleMessage) |
|
| flutter::testing::TEST_F (FlutterWindowTest, UpdateCursor) |
|