Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
window_unittests.cc File Reference
#include <array>
#include "flutter/shell/platform/windows/testing/mock_direct_manipulation.h"
#include "flutter/shell/platform/windows/testing/mock_text_input_manager.h"
#include "flutter/shell/platform/windows/testing/mock_window.h"
#include "flutter/shell/platform/windows/testing/mock_windows_proc_table.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"

Go to the source code of this file.

Namespaces

namespace  flutter
 
namespace  flutter::testing
 

Functions

 flutter::testing::TEST (MockWindow, CreateDestroy)
 
 flutter::testing::TEST (MockWindow, GetDpiAfterCreate)
 
 flutter::testing::TEST (MockWindow, VerticalScroll)
 
 flutter::testing::TEST (MockWindow, OnImeCompositionCompose)
 
 flutter::testing::TEST (MockWindow, OnImeCompositionResult)
 
 flutter::testing::TEST (MockWindow, OnImeCompositionResultAndCompose)
 
 flutter::testing::TEST (MockWindow, OnImeCompositionClearChange)
 
 flutter::testing::TEST (MockWindow, HorizontalScroll)
 
 flutter::testing::TEST (MockWindow, MouseLeave)
 
 flutter::testing::TEST (MockWindow, KeyDown)
 
 flutter::testing::TEST (MockWindow, KeyUp)
 
 flutter::testing::TEST (MockWindow, SysKeyDown)
 
 flutter::testing::TEST (MockWindow, SysKeyUp)
 
 flutter::testing::TEST (MockWindow, KeyDownPrintable)
 
 flutter::testing::TEST (MockWindow, KeyDownWithCtrl)
 
 flutter::testing::TEST (MockWindow, KeyDownWithCtrlToggled)
 
 flutter::testing::TEST (MockWindow, Paint)
 
 flutter::testing::TEST (MockWindow, PointerHitTest)
 
 flutter::testing::TEST (MockWindow, TouchPadHitTest)
 
 flutter::testing::TEST (MockWindow, UnknownPointerTypeSkipsDirectManipulation)
 
 flutter::testing::TEST (MockWindow, DISABLED_GetObjectUia)