Home
last modified time | relevance | path

Searched refs:InputMethodServiceTest (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_service_test.cpp41 class InputMethodServiceTest : public testing::Test { class
49 void InputMethodServiceTest::SetUpTestCase(void) in SetUpTestCase()
54 void InputMethodServiceTest::TearDownTestCase(void) in TearDownTestCase()
59 void InputMethodServiceTest::SetUp(void) in SetUp()
64 void InputMethodServiceTest::TearDown(void) in TearDown()
74 HWTEST_F(InputMethodServiceTest, test_KeyEvent_UNKNOWN_001, TestSize.Level0)
100 HWTEST_F(InputMethodServiceTest, test_KeyEvent_CAPS_001, TestSize.Level0)
113 HWTEST_F(InputMethodServiceTest, test_KeyEvent_CTRL_001, TestSize.Level0)
126 HWTEST_F(InputMethodServiceTest, test_KeyEvent_CTRL_002, TestSize.Level0)
139 HWTEST_F(InputMethodServiceTest, test_KeyEvent_SHIFT_001, TestSize.Level0)
[all …]
/ohos5.0/base/inputmethod/imf/test/unittest/
H A DBUILD.gn37 "cpp_test:InputMethodServiceTest",
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/
H A DBUILD.gn186 ohos_unittest("InputMethodServiceTest") {