#include <windows.h>
#include <functional>
#include <string>
#include "flutter/fml/macros.h"
#include "flutter/shell/platform/embedder/embedder.h"
#include "flutter/shell/platform/windows/testing/engine_modifier.h"
#include "flutter/shell/platform/windows/testing/wm_builders.h"
#include "gtest/gtest.h"
Go to the source code of this file.
◆ EXPECT_EVENT_EQUALS
#define EXPECT_EVENT_EQUALS |
( |
|
_target, |
|
|
|
_type, |
|
|
|
_physical, |
|
|
|
_logical, |
|
|
|
_character, |
|
|
|
_synthesized |
|
) |
| |
Value: EXPECT_PRED_FORMAT2( \
0, \
_type, \
_physical, \
_logical, \
_character, \
_synthesized, \
}));
@ kFlutterKeyEventDeviceTypeKeyboard
::testing::AssertionResult _EventEquals(const char *expr_event, const char *expr_expected, const FlutterKeyEvent &event, const FlutterKeyEvent &expected)
Definition at line 146 of file test_keyboard.h.