Home
last modified time | relevance | path

Searched refs:setStr (Results 1 - 1 of 1) sorted by relevance

/ide/tools/previewer/test/unittest/util/
H A DClipboardHelperTest.cpp22 string setStr = "Set english to clipboard"; in TEST() local
23 ClipboardHelper::SetClipboardData(setStr); in TEST()
25 EXPECT_STREQ(setStr.c_str(), getStr.c_str()); in TEST()
30 string setStr = "设置中文到剪贴板"; in TEST() local
31 ClipboardHelper::SetClipboardData(setStr); in TEST()
33 EXPECT_STREQ(setStr.c_str(), getStr.c_str()); in TEST()

Completed in 0 milliseconds