未验证 提交 8e413a0f 编写于 作者: O openharmony_ci 提交者: Gitee

!5390 多模子系统新增api覆盖“MOVE”属性接口用例

Merge pull request !5390 from 岳鑫瑶/master
......@@ -240,6 +240,9 @@ describe('MultimodalInput_Pointer_test', function () {
console.info('MultimodalInput_Pointer_test::Pointer_HELP_test = ' + pointer.PointerStyle.HELP);
expect(pointer.PointerStyle.HELP == 20).assertTrue();
console.info('MultimodalInput_Pointer_test::Pointer_MOVE_test = ' + pointer.PointerStyle.MOVE);
expect(pointer.PointerStyle.MOVE == 21).assertTrue();
console.info('MultimodalInput_Pointer_test::Pointer_RESIZE_UP_DOWN_test = ' + pointer.PointerStyle.RESIZE_UP_DOWN);
expect(pointer.PointerStyle.RESIZE_UP_DOWN == 22).assertTrue();
......@@ -291,6 +294,7 @@ describe('MultimodalInput_Pointer_test', function () {
console.info('MultimodalInput_Pointer_test::Pointer_MIDDLE_BTN_NORTH_SOUTH_WEST_EAST_test = ' + pointer.PointerStyle.MIDDLE_BTN_NORTH_SOUTH_WEST_EAST);
expect(pointer.PointerStyle.MIDDLE_BTN_NORTH_SOUTH_WEST_EAST == 38).assertTrue();
})
})
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册