7 #include "flutter/shell/platform/windows/testing/test_keyboard.h" 8 #include "gtest/gtest.h" 13 TEST(TestKeyboard, CloneString) {
14 const char* str1 =
"123";
16 EXPECT_STREQ(str1, cloned_str1);
17 EXPECT_NE(str1, cloned_str1);
char * clone_string(const char *string)
TEST(DisplayListColorFilter, BuilderSetGet)
LPARAM CreateKeyEventLparam(USHORT scancode, bool extended, bool was_down, USHORT repeat_count, bool context_code, bool transition_state)