Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_switch_test.cpp33 class InputMethodSwitchTest : public testing::Test { class
52 sptr<InputMethodController> InputMethodSwitchTest::imc_;
55 std::string InputMethodSwitchTest::bundleName = "com.example.testIme";
59 std::string InputMethodSwitchTest::beforeValue;
68 void InputMethodSwitchTest::SetUpTestCase(void) in SetUpTestCase()
85 void InputMethodSwitchTest::TearDownTestCase(void) in TearDownTestCase()
94 void InputMethodSwitchTest::SetUp(void) in SetUp()
99 void InputMethodSwitchTest::TearDown(void) in TearDown()
120 void InputMethodSwitchTest::CheckCurrentSubProps() in CheckCurrentSubProps()
141 HWTEST_F(InputMethodSwitchTest, testImeSwitch, TestSize.Level0)
[all …]
/ohos5.0/base/inputmethod/imf/test/unittest/
H A DBUILD.gn38 "cpp_test:InputMethodSwitchTest",
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/
H A DBUILD.gn328 ohos_unittest("InputMethodSwitchTest") {