mirror of
https://github.com/openharmony/ace_engine_lite.git
synced 2026-07-21 00:35:30 -04:00
@@ -904,7 +904,7 @@ HWTEST_F(InputEventTddTest, InputBindingTest001, TestSize.Level0)
|
||||
InputBindingTest001Extra(page);
|
||||
}
|
||||
|
||||
void InputEventTddTest::InputBindingTest001Extra(JSValue page) const
|
||||
void InputEventTddTest::InputBindingTest001Extra(JSValue page)
|
||||
{
|
||||
/**
|
||||
* @tc.steps: step4.click the fontSize button
|
||||
|
||||
@@ -23,7 +23,7 @@ public:
|
||||
void LongPressPosition(const double xRate, const double yRate) const;
|
||||
UIView *GetComponent(JSValue page, const char *name) const;
|
||||
void InputBindingTest001();
|
||||
void InputBindingTest001Extra(JSValue page) const;
|
||||
void InputBindingTest001Extra(JSValue page);
|
||||
void InputEventTest002();
|
||||
void ChangeEventTest003();
|
||||
void CheckboxEventTest004();
|
||||
|
||||
Reference in New Issue
Block a user