#include "flutter/shell/platform/windows/testing/flutter_windows_engine_builder.h"
#include "flutter/shell/platform/windows/testing/windows_test.h"
#include "flutter/shell/platform/windows/window_manager.h"
#include "gtest/gtest.h"
Go to the source code of this file.
|
| | flutter::testing::TEST_F (WindowManagerTest, WindowingInitialize) |
| |
| | flutter::testing::TEST_F (WindowManagerTest, HasTopLevelWindows) |
| |
| | flutter::testing::TEST_F (WindowManagerTest, CreateRegularWindow) |
| |
| | flutter::testing::TEST_F (WindowManagerTest, GetWindowHandle) |
| |
| | flutter::testing::TEST_F (WindowManagerTest, GetWindowSize) |
| |
| | flutter::testing::TEST_F (WindowManagerTest, SetWindowSize) |
| |
| | flutter::testing::TEST_F (WindowManagerTest, CanConstrainByMinimiumSize) |
| |
| | flutter::testing::TEST_F (WindowManagerTest, CanConstrainByMaximumSize) |
| |
| | flutter::testing::TEST_F (WindowManagerTest, CanFullscreenWindow) |
| |
| | flutter::testing::TEST_F (WindowManagerTest, CanUnfullscreenWindow) |
| |
| | flutter::testing::TEST_F (WindowManagerTest, CanSetWindowSizeWhileFullscreen) |
| |
| | flutter::testing::TEST_F (WindowManagerTest, CanSetWindowConstraintsWhileFullscreen) |
| |