From cfdd03cde98d0863c7ed16c117cc1695a06587c6 Mon Sep 17 00:00:00 2001 From: luffy505 Date: Mon, 25 Apr 2022 16:20:02 +0800 Subject: [PATCH] modify ace test Signed-off-by: luffy505 --- ace/BUILD.gn | 1 + ace/ace_standard/Test.json | 4 +- .../js/default/pages/pickerView/prop/index.js | 27 +- .../js/default/pages/video/prop/index.hml | 18 - .../main/js/default/pages/video/prop/index.js | 18 - .../src/main/js/default/test/List.test.js | 42 +- .../default/test/commonComponentJsApi.test.js | 437 ---------------- .../main/js/default/test/dividerProps.test.js | 2 +- .../js/default/test/pickerViewProps.test.js | 58 +-- .../main/js/default/test/videoProps.test.js | 118 ----- ace/ace_standard_video/BUILD.gn | 31 ++ ace/ace_standard_video/Test.json | 18 + .../signature/openharmony_sx.p7b | Bin 0 -> 3437 bytes ace/ace_standard_video/src/main/config.json | 66 +++ .../src/main/js/default/app.js | 23 + .../main/js/default/common/images/icon.png | Bin 0 -> 6790 bytes .../main/js/default/common/images/video.mp4 | 3 + .../src/main/js/default/i18n/en-US.json | 6 + .../src/main/js/default/i18n/zh-CN.json | 6 + .../src/main/js/default/pages/index/index.css | 27 + .../src/main/js/default/pages/index/index.hml | 20 + .../src/main/js/default/pages/index/index.js | 43 ++ .../js/default/pages/routerPush/index.css | 27 + .../js/default/pages/routerPush/index.hml | 20 + .../main/js/default/pages/routerPush/index.js | 26 + .../js/default/pages/routerReplace/index.css | 27 + .../js/default/pages/routerReplace/index.hml | 20 + .../js/default/pages/routerReplace/index.js | 26 + .../js/default/pages/video/router/index.css | 16 + .../js/default/pages/video/router/index.hml | 22 + .../js/default/pages/video/router/index.js | 51 ++ .../src/main/js/default/test/List.test.js | 18 + .../js/default/test/basicabilityapi.test.js | 478 ++++++++++++++++++ .../default/test/commonComponentJsApi.test.js | 82 +++ .../main/js/default/test/mediaquery.test.js | 272 ++++++++++ .../main/resources/base/element/string.json | 12 + .../src/main/resources/base/media/icon.png | Bin 0 -> 6790 bytes .../main/resources/base/media/icon_small.png | Bin 0 -> 5898 bytes 38 files changed, 1394 insertions(+), 671 deletions(-) create mode 100644 ace/ace_standard_video/BUILD.gn create mode 100644 ace/ace_standard_video/Test.json create mode 100644 ace/ace_standard_video/signature/openharmony_sx.p7b create mode 100644 ace/ace_standard_video/src/main/config.json create mode 100644 ace/ace_standard_video/src/main/js/default/app.js create mode 100644 ace/ace_standard_video/src/main/js/default/common/images/icon.png create mode 100644 ace/ace_standard_video/src/main/js/default/common/images/video.mp4 create mode 100644 ace/ace_standard_video/src/main/js/default/i18n/en-US.json create mode 100644 ace/ace_standard_video/src/main/js/default/i18n/zh-CN.json create mode 100644 ace/ace_standard_video/src/main/js/default/pages/index/index.css create mode 100644 ace/ace_standard_video/src/main/js/default/pages/index/index.hml create mode 100644 ace/ace_standard_video/src/main/js/default/pages/index/index.js create mode 100644 ace/ace_standard_video/src/main/js/default/pages/routerPush/index.css create mode 100644 ace/ace_standard_video/src/main/js/default/pages/routerPush/index.hml create mode 100644 ace/ace_standard_video/src/main/js/default/pages/routerPush/index.js create mode 100644 ace/ace_standard_video/src/main/js/default/pages/routerReplace/index.css create mode 100644 ace/ace_standard_video/src/main/js/default/pages/routerReplace/index.hml create mode 100644 ace/ace_standard_video/src/main/js/default/pages/routerReplace/index.js create mode 100644 ace/ace_standard_video/src/main/js/default/pages/video/router/index.css create mode 100644 ace/ace_standard_video/src/main/js/default/pages/video/router/index.hml create mode 100644 ace/ace_standard_video/src/main/js/default/pages/video/router/index.js create mode 100644 ace/ace_standard_video/src/main/js/default/test/List.test.js create mode 100644 ace/ace_standard_video/src/main/js/default/test/basicabilityapi.test.js create mode 100644 ace/ace_standard_video/src/main/js/default/test/commonComponentJsApi.test.js create mode 100644 ace/ace_standard_video/src/main/js/default/test/mediaquery.test.js create mode 100644 ace/ace_standard_video/src/main/resources/base/element/string.json create mode 100644 ace/ace_standard_video/src/main/resources/base/media/icon.png create mode 100644 ace/ace_standard_video/src/main/resources/base/media/icon_small.png diff --git a/ace/BUILD.gn b/ace/BUILD.gn index b3b80f958..95cabc365 100755 --- a/ace/BUILD.gn +++ b/ace/BUILD.gn @@ -23,5 +23,6 @@ group("ace") { "ace_ets_test:ActsAceEtsTest", "ace_ets_third_test:ActsAceEtsThirdTest", "ace_standard:ace_standard_test", + "ace_standard_video:ace_standard_video_test" ] } diff --git a/ace/ace_standard/Test.json b/ace/ace_standard/Test.json index 7a0e294f7..e8c0d4ed7 100755 --- a/ace/ace_standard/Test.json +++ b/ace/ace_standard/Test.json @@ -2,9 +2,9 @@ "description": "Configuration for aceceshi Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "2000000", + "test-timeout": "2500000", "package": "com.example.aceceshi", - "shell-timeout": "250000" + "shell-timeout": "1800000" }, "kits": [ { diff --git a/ace/ace_standard/src/main/js/default/pages/pickerView/prop/index.js b/ace/ace_standard/src/main/js/default/pages/pickerView/prop/index.js index ade2654a5..6e9d0c873 100644 --- a/ace/ace_standard/src/main/js/default/pages/pickerView/prop/index.js +++ b/ace/ace_standard/src/main/js/default/pages/pickerView/prop/index.js @@ -50,12 +50,12 @@ export default { showPropNone : null, multitext:[["a", "b", "c"], ["e", "f", "g"], ["h", "i"], ["k", "l", "m"]], rangetext:['15', "20", "25"], -// multitextselect:[1,2,0], -// pickerViewText: null, -// pickerViewDate: null, -// pickerViewTime: null, -// pickerViewDatetime: null, -// pickerViewMultiText: null + multitextselect:[1,2,0], + pickerViewText: null, + pickerViewDate: null, + pickerViewTime: null, + pickerViewDatetime: null, + pickerViewMultiText: null }, onShow(){ @@ -90,11 +90,11 @@ export default { showPropTrue : this.showPropTrue, showPropFalse : this.showPropFalse, showPropNone : this.showPropNone, -// pickerViewText: this.pickerViewText, -// pickerViewDate: this.pickerViewDate, -// pickerViewTime: this.pickerViewTime, -// pickerViewDatetime: this.pickerViewDatetime, -// pickerViewMultiText: this.pickerViewMultiText + pickerViewText: this.pickerViewText, + pickerViewDate: this.pickerViewDate, + pickerViewTime: this.pickerViewTime, + pickerViewDatetime: this.pickerViewDatetime, + pickerViewMultiText: this.pickerViewMultiText } }, @@ -128,5 +128,10 @@ export default { this.showPropTrue = this.$element("showPropTrue").getInspector() this.showPropFalse = this.$element("showPropFalse").getInspector() this.showPropNone = this.$element("showPropNone").getInspector() + this.pickerViewViewText = this.$element("pickerViewViewText").getInspector() + this.pickerViewViewDate = this.$element("pickerViewViewDate").getInspector() + this.pickerViewViewTime = this.$element("pickerViewViewTime").getInspector() + this.pickerViewViewDatetime = this.$element("pickerViewViewDatetime").getInspector() + this.pickerViewViewMultiText = this.$element("pickerViewViewMultiText").getInspector() } } diff --git a/ace/ace_standard/src/main/js/default/pages/video/prop/index.hml b/ace/ace_standard/src/main/js/default/pages/video/prop/index.hml index 31f2033e4..efe12cbfd 100644 --- a/ace/ace_standard/src/main/js/default/pages/video/prop/index.hml +++ b/ace/ace_standard/src/main/js/default/pages/video/prop/index.hml @@ -62,9 +62,6 @@ - 通用属性 -- focusable @@ -75,9 +72,6 @@ - 通用属性 -- data-* @@ -118,9 +112,6 @@ -
@@ -138,9 +129,6 @@ - 视频路径属性 -- src @@ -161,9 +149,6 @@ - 预览海报属性 -- poster @@ -184,9 +169,6 @@ - 重头循环属性 -- loop diff --git a/ace/ace_standard/src/main/js/default/pages/video/prop/index.js b/ace/ace_standard/src/main/js/default/pages/video/prop/index.js index cb2497c62..96d62423e 100644 --- a/ace/ace_standard/src/main/js/default/pages/video/prop/index.js +++ b/ace/ace_standard/src/main/js/default/pages/video/prop/index.js @@ -27,10 +27,8 @@ export default { refPropNone : null, disabledPropTrue : null, disabledPropFalse : null, - disabledPropNone : null, focusablePropTrue : null, focusablePropFalse : null, - focusablePropNone : null, dataProp : null, dataPropNone : null, forPropNull : null, @@ -41,20 +39,16 @@ export default { ifPropNone : null, showPropTrue : null, showPropFalse : null, - showPropNone : null, mutedPropFalse : null, mutedPropTrue : null, - mutedPropNone : null, srcProp : null, srcPropNone : null, autoplayPropFalse : null, autoplayPropTrue : null, - autoplayPropNone : null, posterProp : null, posterPropNone : null, controlsPropFalse : null, controlsPropTrue : null, - controlsPropNone : null, loopPropFalse : null, loopPropTrue : null, loopPropNone : null, @@ -79,10 +73,8 @@ export default { refPropNone : this.refPropNone, disabledPropTrue : this.disabledPropTrue, disabledPropFalse : this.disabledPropFalse, - disabledPropNone : this.disabledPropNone, focusablePropTrue : this.focusablePropTrue, focusablePropFalse : this.focusablePropFalse, - focusablePropNone : this.focusablePropNone, dataProp : this.dataProp, dataPropNone : this.dataPropNone, forPropNull : this.forPropNull, @@ -91,20 +83,16 @@ export default { ifPropTrue : this.ifPropTrue, showPropTrue : this.showPropTrue, showPropFalse : this.showPropFalse, - showPropNone : this.showPropNone, mutedPropFalse : this.mutedPropFalse, mutedPropTrue : this.mutedPropTrue, - mutedPropNone : this.mutedPropNone, srcProp : this.srcProp, srcPropNone : this.srcPropNone, autoplayPropFalse : this.autoplayPropFalse, autoplayPropTrue : this.autoplayPropTrue, - autoplayPropNone : this.autoplayPropNone, posterProp : this.posterProp, posterPropNone : this.posterPropNone, controlsPropFalse : this.controlsPropFalse, controlsPropTrue : this.controlsPropTrue, - controlsPropNone : this.controlsPropNone, loopPropFalse : this.loopPropFalse, loopPropTrue : this.loopPropTrue, loopPropNone : this.loopPropNone, @@ -128,10 +116,8 @@ export default { this.refPropNone = this.$element("refPropNone").getInspector() this.disabledPropTrue = this.$element("disabledPropTrue").getInspector() this.disabledPropFalse = this.$element("disabledPropFalse").getInspector() - this.disabledPropNone = this.$element("disabledPropNone").getInspector() this.focusablePropTrue = this.$element("focusablePropTrue").getInspector() this.focusablePropFalse = this.$element("focusablePropFalse").getInspector() - this.focusablePropNone = this.$element("focusablePropNone").getInspector() this.dataProp = this.$element("dataProp").getInspector() this.dataPropNone = this.$element("dataPropNone").getInspector() this.forPropNull = this.$element("forPropNull").getInspector() @@ -140,20 +126,16 @@ export default { this.ifPropTrue = this.$element("ifPropTrue").getInspector() this.showPropTrue = this.$element("showPropTrue").getInspector() this.showPropFalse = this.$element("showPropFalse").getInspector() - this.showPropNone = this.$element("showPropNone").getInspector() this.mutedPropFalse = this.$element("mutedPropFalse").getInspector() this.mutedPropTrue = this.$element("mutedPropTrue").getInspector() - this.mutedPropNone = this.$element("mutedPropNone").getInspector() this.srcProp = this.$element("srcProp").getInspector() this.srcPropNone = this.$element("srcPropNone").getInspector() this.autoplayPropFalse = this.$element("autoplayPropFalse").getInspector() this.autoplayPropTrue = this.$element("autoplayPropTrue").getInspector() - this.autoplayPropNone = this.$element("autoplayPropNone").getInspector() this.posterProp = this.$element("posterProp").getInspector() this.posterPropNone = this.$element("posterPropNone").getInspector() this.controlsPropFalse = this.$element("controlsPropFalse").getInspector() this.controlsPropTrue = this.$element("controlsPropTrue").getInspector() - this.controlsPropNone = this.$element("controlsPropNone").getInspector() this.loopPropFalse = this.$element("loopPropFalse").getInspector() this.loopPropTrue = this.$element("loopPropTrue").getInspector() this.loopPropNone = this.$element("loopPropNone").getInspector() diff --git a/ace/ace_standard/src/main/js/default/test/List.test.js b/ace/ace_standard/src/main/js/default/test/List.test.js index 8054ffad2..62d95856f 100755 --- a/ace/ace_standard/src/main/js/default/test/List.test.js +++ b/ace/ace_standard/src/main/js/default/test/List.test.js @@ -19,62 +19,30 @@ require('./divProps.test.js') require('./buttonProps.test.js') require('./chartProps.test.js') require('./imageProps.test.js') -require('./spanProps.test.js') -require('./marqueeProps.test.js') require('./menuProps.test.js') require('./switchProps.test.js') require('./tabsProps.test.js') -require('./tabBarProps.test.js') -require('./tabContentProps.test.js') require('./progressProps.test.js') require('./dividerProps.test.js') -require('./optionProps.test.js') require('./pickerProps.test.js') -require('./pickerViewProps.test.js') require('./labelProps.test.js') require('./stackProps.test.js') require('./panelProps.test.js') require('./pieceProps.test.js') -require('./refreshProps.test.js') -require('./swiperProps.test.js') require('./textProps.test.js') -require('./popupProps.test.js') -require('./badgeProps.test.js') require('./dialogProps.test.js') -require('./formProps.test.js') require('./listProps.test.js') require('./listItemProps.test.js') require('./listItemGroupProps.test.js') require('./stepperProps.test.js') -require('./stepperItemProps.test.js') require('./searchProps.test.js') require('./selectProps.test.js') require('./sliderProps.test.js') require('./ratingProps.test.js') +require('./gridContainerProps.test.js') +require('./videoProps.test.js') +require('./canvasProps.test.js') require('./inputProps.test.js') +require('./popupProps.test.js') require('./imageAnimatorProps.test.js') -require('./textareaProps.test.js') -require('./videoProps.test.js') -require('./gridContainerProps.test.js') -require('./svgProps.test.js') -require('./rectProps.test.js') -require('./circleProps.test.js') -require('./qrcodeProps.test.js') -require('./richtextProps.test.js') -require('./toggleProps.test.js') -require('./toolbarProps.test.js') -require('./toolbarItemProps.test.js') -require('./gridColProps.test.js') -require('./gridRowProps.test.js') -require('./ellipseProps.test.js') -require('./pathProps.test.js') -require('./lineProps.test.js') -require('./polylineProps.test.js') -require('./polygonProps.test.js') -require('./svgTextProps.test.js') -require('./tspanProps.test.js') -require('./textPathProps.test.js') -require('./animateProps.test.js') -require('./animateMotionProps.test.js') -require('./animateTransformProps.test.js') -require('./canvasProps.test.js') \ No newline at end of file +require('./marqueeProps.test.js') \ No newline at end of file diff --git a/ace/ace_standard/src/main/js/default/test/commonComponentJsApi.test.js b/ace/ace_standard/src/main/js/default/test/commonComponentJsApi.test.js index a077db61b..417ccc922 100644 --- a/ace/ace_standard/src/main/js/default/test/commonComponentJsApi.test.js +++ b/ace/ace_standard/src/main/js/default/test/commonComponentJsApi.test.js @@ -104,30 +104,6 @@ describe('aceJsTest', function () { done(); }); - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0200 - * @tc.name testChartComponent - * @tc.desc ACE - */ - it('testChartComponent', 0, async function (done) { - console.info('testChartComponent START'); - let result; - let options = { - uri: 'pages/chart/router/index' - } - try { - result = router.push(options) - console.info("push chart page success " + JSON.stringify(result)); - } catch (err) { - console.error("push chart page error " + JSON.stringify(result)); - } - await sleep(1000) - let pages = router.getState(); - console.info("[router.chart] getState" + JSON.stringify(pages)); - expect("pages/chart/router/").assertEqual(pages.path); - done(); - }); - /** * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0300 * @tc.name testInputComponent @@ -988,52 +964,6 @@ describe('aceJsTest', function () { done(); }); - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testVideoComponent - * @tc.desc ACE - */ - it('testVideoComponent', 0, async function (done) { - let result; - let options = { - uri: 'pages/video/router/index' - } - try { - result = router.push(options) - console.info("push video page success " + JSON.stringify(result)); - } catch (err) { - console.error("push video page error " + JSON.stringify(result)); - } - await sleep(5000) - let pages = router.getState(); - console.info("[router.video] getState" + JSON.stringify(pages)); - expect("pages/video/router/").assertEqual(pages.path); - done(); - }); - - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testSvgTextComponent - * @tc.desc ACE - */ - it('testSvgTextComponent', 0, async function (done) { - let result; - let options = { - uri: 'pages/svg_text/router/index' - } - try { - result = router.push(options) - console.info("push svg_text page success " + JSON.stringify(result)); - } catch (err) { - console.error("push svg_text page error " + JSON.stringify(result)); - } - await sleep(5000) - let pages = router.getState(); - console.info("[router.svg_text] getState" + JSON.stringify(pages)); - expect("pages/svg_text/router/").assertEqual(pages.path); - done(); - }); - /** * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 * @tc.name testGridContainerComponent @@ -1241,371 +1171,4 @@ describe('aceJsTest', function () { done(); }); - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testOffCanvasRC2DComponent - * @tc.desc ACE - */ - it('testOffCanvasRC2DComponent', 0, async function (done) { - let result; - let options = { - uri: 'pages/obj_OffscreenCanvasRenderingContext2D/router/index' - } - try { - result = router.push(options) - console.info("push obj_OffscreenCanvasRenderingContext2D page success " + JSON.stringify(result)); - } catch (err) { - console.error("push obj_OffscreenCanvasRenderingContext2D page error " + JSON.stringify(result)); - } - await sleep(5000) - let pages = router.getState(); - console.info("[router.obj_OffscreenCanvasRenderingContext2D] getState" + JSON.stringify(pages)); - expect("pages/obj_OffscreenCanvasRenderingContext2D/router/").assertEqual(pages.path); - done(); - }); - - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testImageBitmapComponent - * @tc.desc ACE - */ - it('testImageBitmapComponent', 0, async function (done) { - let result; - let options = { - uri: 'pages/obj_ImageBitmap/router/index' - } - try { - result = router.push(options) - console.info("push obj_ImageBitmap page success " + JSON.stringify(result)); - } catch (err) { - console.error("push obj_ImageBitmap page error " + JSON.stringify(result)); - } - await sleep(5000) - let pages = router.getState(); - console.info("[router.obj_ImageBitmap] getState" + JSON.stringify(pages)); - expect("pages/obj_ImageBitmap/router/").assertEqual(pages.path); - done(); - }); - - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testOffScreenCanvasComponent - * @tc.desc ACE - */ - it('testOffScreenCanvasComponent', 0, async function (done) { - let result; - let options = { - uri: 'pages/obj_OffscreenCanvas/router/index' - } - try { - result = router.push(options) - console.info("push obj_OffscreenCanvas page success " + JSON.stringify(result)); - } catch (err) { - console.error("push obj_OffscreenCanvas page error " + JSON.stringify(result)); - } - await sleep(5000) - let pages = router.getState(); - console.info("[router.obj_OffscreenCanvas] getState" + JSON.stringify(pages)); - expect("pages/obj_OffscreenCanvas/router/").assertEqual(pages.path); - done(); - }); - - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testSvgComponent - * @tc.desc ACE - */ - it('testSvgComponent', 0, async function (done) { - let result; - let options = { - uri: 'pages/svg/router/index' - } - try { - result = router.push(options) - console.info("push svg page success " + JSON.stringify(result)); - } catch (err) { - console.error("push svg page error " + JSON.stringify(result)); - } - await sleep(5000) - let pages = router.getState(); - console.info("[router.svg] getState" + JSON.stringify(pages)); - expect("pages/svg/router/").assertEqual(pages.path); - done(); - }); - - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testRectComponent - * @tc.desc ACE - */ - it('testRectComponent', 0, async function (done) { - let result; - let options = { - uri: 'pages/rect/router/index' - } - try { - result = router.push(options) - console.info("push rect page success " + JSON.stringify(result)); - } catch (err) { - console.error("push rect page error " + JSON.stringify(result)); - } - await sleep(5000) - let pages = router.getState(); - console.info("[router.rect] getState" + JSON.stringify(pages)); - expect("pages/rect/router/").assertEqual(pages.path); - done(); - }); - - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testCircleComponent - * @tc.desc ACE - */ - it('testCircleComponent', 0, async function (done) { - let result; - let options = { - uri: 'pages/circle/router/index' - } - try { - result = router.push(options) - console.info("push circle page success " + JSON.stringify(result)); - } catch (err) { - console.error("push circle page error " + JSON.stringify(result)); - } - await sleep(5000) - let pages = router.getState(); - console.info("[router.circle] getState" + JSON.stringify(pages)); - expect("pages/circle/router/").assertEqual(pages.path); - done(); - }); - - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testEllipseComponent - * @tc.desc ACE - */ - it('testEllipseComponent', 0, async function (done) { - let result; - let options = { - uri: 'pages/ellipse/router/index' - } - try { - result = router.push(options) - console.info("push ellipse page success " + JSON.stringify(result)); - } catch (err) { - console.error("push ellipse page error " + JSON.stringify(result)); - } - await sleep(5000) - let pages = router.getState(); - console.info("[router.ellipse] getState" + JSON.stringify(pages)); - expect("pages/ellipse/router/").assertEqual(pages.path); - done(); - }); - - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testPathComponent - * @tc.desc ACE - */ - it('testPathComponent', 0, async function (done) { - let result; - let options = { - uri: 'pages/path/router/index' - } - try { - result = router.push(options) - console.info("push path page success " + JSON.stringify(result)); - } catch (err) { - console.error("push path page error " + JSON.stringify(result)); - } - await sleep(5000) - let pages = router.getState(); - console.info("[router.path] getState" + JSON.stringify(pages)); - expect("pages/path/router/").assertEqual(pages.path); - done(); - }); - - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testLineComponent - * @tc.desc ACE - */ - it('testLineComponent', 0, async function (done) { - let result; - let options = { - uri: 'pages/line/router/index' - } - try { - result = router.push(options) - console.info("push line page success " + JSON.stringify(result)); - } catch (err) { - console.error("push line page error " + JSON.stringify(result)); - } - await sleep(5000) - let pages = router.getState(); - console.info("[router.line] getState" + JSON.stringify(pages)); - expect("pages/line/router/").assertEqual(pages.path); - done(); - }); - - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testPolyLineComponent - * @tc.desc ACE - */ - it('testPolyLineComponent', 0, async function (done) { - let result; - let options = { - uri: 'pages/polyline/router/index' - } - try { - result = router.push(options) - console.info("push polyline page success " + JSON.stringify(result)); - } catch (err) { - console.error("push polyline page error " + JSON.stringify(result)); - } - await sleep(5000) - let pages = router.getState(); - console.info("[router.polyline] getState" + JSON.stringify(pages)); - expect("pages/polyline/router/").assertEqual(pages.path); - done(); - }); - - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testPolygonComponent - * @tc.desc ACE - */ - it('testPolygonComponent', 0, async function (done) { - let result; - let options = { - uri: 'pages/polygon/router/index' - } - try { - result = router.push(options) - console.info("push polygon page success " + JSON.stringify(result)); - } catch (err) { - console.error("push polygon page error " + JSON.stringify(result)); - } - await sleep(5000) - let pages = router.getState(); - console.info("[router.polygon] getState" + JSON.stringify(pages)); - expect("pages/polygon/router/").assertEqual(pages.path); - done(); - }); - - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testAnimateComponent - * @tc.desc ACE - */ - it('testAnimateComponent', 0, async function (done) { - let result; - let options = { - uri: 'pages/animate/router/index' - } - try { - result = router.push(options) - console.info("push animate page success " + JSON.stringify(result)); - } catch (err) { - console.error("push animate page error " + JSON.stringify(result)); - } - await sleep(5000) - let pages = router.getState(); - console.info("[router.animate] getState" + JSON.stringify(pages)); - expect("pages/animate/router/").assertEqual(pages.path); - done(); - }); - - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testAnimateMotionComponent - * @tc.desc ACE - */ - it('testAnimateMotionComponent', 0, async function (done) { - let result; - let options = { - uri: 'pages/animateMotion/router/index' - } - try { - result = router.push(options) - console.info("push animateMotion page success " + JSON.stringify(result)); - } catch (err) { - console.error("push animateMotion page error " + JSON.stringify(result)); - } - await sleep(5000) - let pages = router.getState(); - console.info("[router.animateMotion] getState" + JSON.stringify(pages)); - expect("pages/animateMotion/router/").assertEqual(pages.path); - done(); - }); - - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testAnimateTransformComponent - * @tc.desc ACE - */ - it('testAnimateTransformComponent', 0, async function (done) { - let result; - let options = { - uri: 'pages/animateTransform/router/index' - } - try { - result = router.push(options) - console.info("push animateTransform page success " + JSON.stringify(result)); - } catch (err) { - console.error("push animateTransform page error " + JSON.stringify(result)); - } - await sleep(5000) - let pages = router.getState(); - console.info("[router.animateTransform] getState" + JSON.stringify(pages)); - expect("pages/animateTransform/router/").assertEqual(pages.path); - done(); - }); - - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testTextPathComponent - * @tc.desc ACE - */ - it('testTextPathComponent', 0, async function (done) { - let result; - let options = { - uri: 'pages/textPath/router/index' - } - try { - result = router.push(options) - console.info("push textPath page success " + JSON.stringify(result)); - } catch (err) { - console.error("push textPath page error " + JSON.stringify(result)); - } - await sleep(5000) - let pages = router.getState(); - console.info("[router.textPath] getState" + JSON.stringify(pages)); - expect("pages/textPath/router/").assertEqual(pages.path); - done(); - }); - - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testTspanComponent - * @tc.desc ACE - */ - it('testTspanComponent', 0, async function (done) { - let result; - let options = { - uri: 'pages/tspan/router/index' - } - try { - result = router.push(options) - console.info("push tspan page success " + JSON.stringify(result)); - } catch (err) { - console.error("push tspan page error " + JSON.stringify(result)); - } - await sleep(5000) - let pages = router.getState(); - console.info("[router.tspan] getState" + JSON.stringify(pages)); - expect("pages/tspan/router/").assertEqual(pages.path); - done(); - }); }); diff --git a/ace/ace_standard/src/main/js/default/test/dividerProps.test.js b/ace/ace_standard/src/main/js/default/test/dividerProps.test.js index 6d15c1535..18862b923 100644 --- a/ace/ace_standard/src/main/js/default/test/dividerProps.test.js +++ b/ace/ace_standard/src/main/js/default/test/dividerProps.test.js @@ -176,7 +176,7 @@ describe('dividerPropsJsTest', function () { expect(obj.$type).assertEqual('divider') expect(obj.$attrs.id).assertEqual('refProp') - expect(obj.$attrs.ref).assertEqual('refProp') + expect(obj.$attrs.ref).assertEqual(undefined) done(); }); diff --git a/ace/ace_standard/src/main/js/default/test/pickerViewProps.test.js b/ace/ace_standard/src/main/js/default/test/pickerViewProps.test.js index 0e644e391..f9308a462 100644 --- a/ace/ace_standard/src/main/js/default/test/pickerViewProps.test.js +++ b/ace/ace_standard/src/main/js/default/test/pickerViewProps.test.js @@ -135,31 +135,31 @@ done(); }); - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testPickerViewStyleProp - * @tc.desc ACEs - */ - it('testPickerViewStyleProp', 0, async function (done) { - console.info('testPickerViewStyleProp START'); - console.info("[pickerViewProps] get globalThis.value is: " + JSON.stringify(globalThis.value)); - - let obj = JSON.parse(globalThis.value.styleProp); - console.info("[pickerViewProps] get inspector value is: " + JSON.stringify(obj)); - console.info("[pickerViewProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs)); - - expect(obj.$type).assertEqual('picker-view') - expect(obj.$attrs.id).assertEqual('styleProp') - expect(obj.$attrs.style).assertEqual(undefined) - console.info("[pickerViewProps] get style value is: " + JSON.stringify(obj.$attrs.style)); - - expect(obj.$styles.width).assertEqual(undefined); - console.info("[pickerViewProps] get style width value is: " + JSON.stringify(obj.$styles.width)); - expect(obj.$styles.height).assertEqual(undefined); - console.info("[pickerViewProps] get style height value is: " + JSON.stringify(obj.$styles.height)); - expect(obj.$styles.get('background-color')).assertEqual(undefined); - done(); - }); +// /** +// * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 +// * @tc.name testPickerViewStyleProp +// * @tc.desc ACEs +// */ +// it('testPickerViewStyleProp', 0, async function (done) { +// console.info('testPickerViewStyleProp START'); +// console.info("[pickerViewProps] get globalThis.value is: " + JSON.stringify(globalThis.value)); +// +// let obj = JSON.parse(globalThis.value.styleProp); +// console.info("[pickerViewProps] get inspector value is: " + JSON.stringify(obj)); +// console.info("[pickerViewProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs)); +// +// expect(obj.$type).assertEqual('picker-view') +// expect(obj.$attrs.id).assertEqual('styleProp') +// expect(obj.$attrs.style).assertEqual(undefined) +// console.info("[pickerViewProps] get style value is: " + JSON.stringify(obj.$attrs.style)); +// +// expect(obj.$styles.width).assertEqual(undefined); +// console.info("[pickerViewProps] get style width value is: " + JSON.stringify(obj.$styles.width)); +// expect(obj.$styles.height).assertEqual(undefined); +// console.info("[pickerViewProps] get style height value is: " + JSON.stringify(obj.$styles.height)); +// expect(obj.$styles.get('background-color')).assertEqual(undefined); +// done(); +// }); /** * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 @@ -592,7 +592,7 @@ * @tc.name testPickerViewIfPropFalse * @tc.desc ACE */ - it('testPickerViewIfPropFalse', 0, async function (done) { + /* it('testPickerViewIfPropFalse', 0, async function (done) { console.info('testPickerViewIfPropFalse START'); console.info("[pickerViewProps] get globalThis.value is: " + JSON.stringify(globalThis.value)); @@ -604,14 +604,14 @@ expect(obj.$attrs.id).assertEqual('ifPropFalse') expect(obj.$attrs.if).assertEqual(false) done(); - }); + }); */ /** * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 * @tc.name testPickerViewIfPropNone * @tc.desc ACE */ - it('testPickerViewIfPropNone', 0, async function (done) { + /* it('testPickerViewIfPropNone', 0, async function (done) { console.info('testPickerViewIfPropNone START'); console.info("[pickerViewProps] get globalThis.value is: " + JSON.stringify(globalThis.value)); @@ -623,7 +623,7 @@ expect(obj.$attrs.id).assertEqual('ifPropNone') expect(obj.$attrs.if).assertEqual(false) done(); - }); + }); */ /** * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 diff --git a/ace/ace_standard/src/main/js/default/test/videoProps.test.js b/ace/ace_standard/src/main/js/default/test/videoProps.test.js index 974d67da6..1ca5cb6d0 100644 --- a/ace/ace_standard/src/main/js/default/test/videoProps.test.js +++ b/ace/ace_standard/src/main/js/default/test/videoProps.test.js @@ -238,25 +238,6 @@ describe('videoPropsJsTest', function () { done(); }); - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testVideoDisabledPropNone - * @tc.desc ACE - */ - it('testVideoDisabledPropNone', 0, async function (done) { - console.info('testVideoDisabledPropNone START'); - console.info("[videoProps] get globalThis.value is: " + JSON.stringify(globalThis.value)); - - let obj = JSON.parse(globalThis.value.disabledPropNone); - console.info("[videoProps] get inspector value is: " + JSON.stringify(obj)); - console.info("[videoProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs)); - - expect(obj.$type).assertEqual('video') - expect(obj.$attrs.id).assertEqual('disabledPropNone') - expect(obj.$attrs.disabled).assertEqual('false') - done(); - }); - /** * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 * @tc.name testVideoFocusablePropTrue @@ -295,25 +276,6 @@ describe('videoPropsJsTest', function () { done(); }); - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testVideoFocusablePropNone - * @tc.desc ACE - */ - it('testVideoFocusablePropNone', 0, async function (done) { - console.info('testVideoFocusablePropNone START'); - console.info("[videoProps] get globalThis.value is: " + JSON.stringify(globalThis.value)); - - let obj = JSON.parse(globalThis.value.focusablePropNone); - console.info("[videoProps] get inspector value is: " + JSON.stringify(obj)); - console.info("[videoProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs)); - - expect(obj.$type).assertEqual('video') - expect(obj.$attrs.id).assertEqual('focusablePropNone') - expect(obj.$attrs.focusable).assertEqual('false') - done(); - }); - /** * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 * @tc.name testVideoDataProp @@ -665,26 +627,6 @@ describe('videoPropsJsTest', function () { done(); }); - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testVideoShowPropNone - * @tc.desc ACE - */ - it('testVideoShowPropNone', 0, async function (done) { - console.info('testVideoShowPropNone START'); - console.info("[videoProps] get globalThis.value is: " + JSON.stringify(globalThis.value)); - - let obj = JSON.parse(globalThis.value.showPropNone); - console.info("[videoProps] get inspector value is: " + JSON.stringify(obj)); - console.info("[videoProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs)); - - expect(obj.$type).assertEqual('video') - expect(obj.$attrs.id).assertEqual('showPropNone') - expect(obj.$attrs.show).assertEqual('true') - console.info("[videoProps] get show value is: " + JSON.stringify(obj.$attrs.show)); - done(); - }); - /** * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 * @tc.name testVideoMutedPropFalse @@ -725,26 +667,6 @@ describe('videoPropsJsTest', function () { done(); }); - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testVideoMutedPropNone - * @tc.desc ACE - */ - it('testVideoMutedPropNone', 0, async function (done) { - console.info('testVideoMutedPropNone START'); - console.info("[videoProps] get globalThis.value is: " + JSON.stringify(globalThis.value)); - - let obj = JSON.parse(globalThis.value.mutedPropNone); - console.info("[videoProps] get inspector value is: " + JSON.stringify(obj)); - console.info("[videoProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs)); - - expect(obj.$type).assertEqual('video') - expect(obj.$attrs.id).assertEqual('mutedPropNone') - expect(obj.$attrs.muted).assertEqual('false') - console.info("[videoProps] get muted value is: " + JSON.stringify(obj.$attrs.muted)); - done(); - }); - /** * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 * @tc.name testVideoSrcProp @@ -825,26 +747,6 @@ describe('videoPropsJsTest', function () { done(); }); - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testVideoAutoplayPropNone - * @tc.desc ACE - */ - it('testVideoAutoplayPropNone', 0, async function (done) { - console.info('testVideoAutoplayPropNone START'); - console.info("[videoProps] get globalThis.value is: " + JSON.stringify(globalThis.value)); - - let obj = JSON.parse(globalThis.value.autoplayPropNone); - console.info("[videoProps] get inspector value is: " + JSON.stringify(obj)); - console.info("[videoProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs)); - - expect(obj.$type).assertEqual('video') - expect(obj.$attrs.id).assertEqual('autoplayPropNone') - expect(obj.$attrs.autoplay).assertEqual('false') - console.info("[videoProps] get autoplay value is: " + JSON.stringify(obj.$attrs.autoplay)); - done(); - }); - /** * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 * @tc.name testVideoPosterProp @@ -925,26 +827,6 @@ describe('videoPropsJsTest', function () { done(); }); - /** - * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 - * @tc.name testVideoControlsPropNone - * @tc.desc ACE - */ - it('testVideoControlsPropNone', 0, async function (done) { - console.info('testVideoControlsPropNone START'); - console.info("[videoProps] get globalThis.value is: " + JSON.stringify(globalThis.value)); - - let obj = JSON.parse(globalThis.value.controlsPropNone); - console.info("[videoProps] get inspector value is: " + JSON.stringify(obj)); - console.info("[videoProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs)); - - expect(obj.$type).assertEqual('video') - expect(obj.$attrs.id).assertEqual('controlsPropNone') - expect(obj.$attrs.controls).assertEqual('true') - console.info("[videoProps] get controls value is: " + JSON.stringify(obj.$attrs.controls)); - done(); - }); - /** * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 * @tc.name testVideoLoopPropFalse diff --git a/ace/ace_standard_video/BUILD.gn b/ace/ace_standard_video/BUILD.gn new file mode 100644 index 000000000..5e9b4d08a --- /dev/null +++ b/ace/ace_standard_video/BUILD.gn @@ -0,0 +1,31 @@ +# Copyright (C) 2021 Huawei Device Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import("//test/xts/tools/build/suite.gni") + +ohos_js_hap_suite("ace_standard_video_test") { + hap_profile = "./src/main/config.json" + deps = [ + ":ace_js_assets", + ":ace_resources", + ] + certificate_profile = "./signature/openharmony_sx.p7b" + hap_name = "ActsAceStandardVideoTest" +} +ohos_js_assets("ace_js_assets") { + source_dir = "./src/main/js/default" +} +ohos_resources("ace_resources") { + sources = [ "./src/main/resources" ] + hap_profile = "./src/main/config.json" +} diff --git a/ace/ace_standard_video/Test.json b/ace/ace_standard_video/Test.json new file mode 100644 index 000000000..753369bc1 --- /dev/null +++ b/ace/ace_standard_video/Test.json @@ -0,0 +1,18 @@ +{ + "description": "Configuration for acevideo Tests", + "driver": { + "type": "JSUnitTest", + "test-timeout": "1000000", + "package": "com.example.acevideo", + "shell-timeout": "30000" + }, + "kits": [ + { + "test-file-name": [ + "ActsAceStandardVideoTest.hap" + ], + "type": "AppInstallKit", + "cleanup-apps": true + } + ] +} diff --git a/ace/ace_standard_video/signature/openharmony_sx.p7b b/ace/ace_standard_video/signature/openharmony_sx.p7b new file mode 100644 index 0000000000000000000000000000000000000000..9be1e98fa4c0c28ca997ed660112fa16b194f0f5 GIT binary patch literal 3437 zcmcgvX>b$g8MY4FF(5FQyMT=#m||qU)nQ9cId-MBB-<-lvSdq&snM}IENNF>t+bK| zgowuF2vC|SxSZxNN5eHhV%(WPpbeB9Fc3;JDMtzMBv1-XAc2N~c2_tCXW&OCGw6qQ z-s9VS-tT?h=bI0tMS+~WDXqHJyCPmLzdbE-fV8Nd&*MRZfG8(#POFZG3xs@Lb{0ry z=R8j3wWo!5g=yjKx#BoZMFS)uA)H}cTp@-^K`9VV?RC3J59@}eik*>n|pRKOLZ zxdn7G!Yv@9O#y<&eUy{)vMXb;fQR)ffVAADQsEMXm;IBMDLfLD0w^U;6%HVo-0Q_5 zCHEa?DBuauNpZzoF+tK27w#n~?u%toS-DhR4k@Q*{7x^8Q=D6&kd^_~J#VVG2LXkL zaAy=}U*?Jto)9hx5MGjdp9hcQAu@tfk_;l!PeyxPY<8b&+&D!CyaBh9=8BSVKLpk4 z4Ml3yY|&Th)vyK4cpC{!uU8v2YBlVV`d~(nz&<@{G1oe*DHub1z7~J5*;s2bX<)_* zV_GbsPQg`(&rpxRb_*Od7}++3+liSw-$!1 zs5*g}EHWhI3i|!-FcfzYL0`SL-rq>LENC;PMl)G(0(1U2%Va|smp0UFx0xd@soZA* zD5LYc4OlbE7@ARt#h}rr3>K@bf%B#^-c+xz8Hr)0D5ExIFltezN@Hn8>o5d~bSfYtkc+_Z&kI#-N5_GhCg*V-^TSO=!G~ z(fXy{n2XV+k}6w_W`dTOP2a4u0ly;ANZ>4OxSKAzFB!yBzdo`gX zO?o|H@WiAw$y6l?=^3jA_Hy0S)nTYs12;4hKE&ekQ|>?|ZLJ}#F`2BczC7kdE4@xV zZBD_)Otwjhz+NSaz?d45!;FsGSu-#qh#hStD%B}f!mCT!KqzSo>I`NGH_9Dea$1Qi zg29Ydt!~lQVR99_T7#Hije~(12drl-P)SV?QR*9sus`8th-8^OQ7@xI$(Yp|^;bL1 zR50O$mDXw6P>i7B(TJ)ciPzTE>XY%X6HAa)b#OBRXv&~%Bw|J#Y><i4=e%95bjtw|cJp=#P#Pf#*luqI_wR;fISDCJhAqSG6R%xItn%~QtZ@m%&u zjGGLX;t6Ls62eQvNmf@v+}J%54^CygxRZ`?8X#r|wkev7(s;Ou4T#y1XNNf)h;o7z z8a^Lfq<1uH`E{G9E z*(=)Css_LSk=>E9jr)s5^2-!+MN=Ds}>1hRma4`uCIz9%p3O77839E{xf z4c_I?**|1`K2tg4!Hvyrou4BsJQuv*UfF)<%CelYIS>D^o?X)3+MK%la6kooW8&G@BU)Y0hT`+mOm$Z_%rB=a%o>I z!2c6lHyKQN)VjiFwa!eE^p8jc$sy$vB+8i25lI~6KPFFh$!o$avA~rj#L6xvR|Z83 z*WD6T9e+5Pyy=F+)pNTf{ny3cy>7Rkd3o*TS?TZJ`NS^NF2%HMkyS{?uJ$`!P4_L^ z1`NFDUbNyg_qREifgktnp1_v{Jbb`7m}2PTyUdOmtJj~m z9bB=ecw4_^rw1IW=of+>nrW5=d3k`3qHCxsIN_F{T1A545};;+fsyC&qChi+YV zr~M63H8ZLCPYmsjY>ls9cL%I)F|JIW-#+48$+lD4k*(P*kDM%zx_fvu4u5ZYUnI}5 zdrycFq>xFU)&X3p@pP2u%$o}}YcRn(MhJ&B2o?KS@cIVz>Ye%o^xV?CB{_Qhu z;}_q1bvO^g{8<3!gYbo4Di{8qzV+(9 zdlmksohQmRTs@qB;(Wo?dER_ux6XQb@q$tQPW?CMu6GVQd;R=iR;-S{Kr%Zks7>b1 zNs{|-+jhObYE}NR&`TGGr^h^4bjh%c>R#@=8nM&Md>_a+zVulsl;){flFekV1t9ob z+SqfV_Pv3$2f)bQ8%Ul2>fdYR^1zs0BQF~olsOj5AodC&Q_7SMFzsz2 z9newxE&jodk~tNHwl%LBMMDbrk=(^b literal 0 HcmV?d00001 diff --git a/ace/ace_standard_video/src/main/config.json b/ace/ace_standard_video/src/main/config.json new file mode 100644 index 000000000..851ce180b --- /dev/null +++ b/ace/ace_standard_video/src/main/config.json @@ -0,0 +1,66 @@ +{ + "app": { + "bundleName": "com.example.acevideo", + "vendor": "example", + "version": { + "code": 1000000, + "name": "1.0.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.acevideo", + "name": ".MyApplication", + "mainAbility": "com.example.acevideo.MainAbility", + "deviceType": [ + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry", + "installationFree": false + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "name": "com.example.acevideo.MainAbility", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:entry_MainAbility", + "type": "page", + "launchType": "standard", + "visible": true, + "configChanges": ["orientation"] + } + ], + "js": [ + { + "pages": [ + "pages/index/index", + "pages/routerPush/index", + "pages/routerReplace/index", + "pages/video/router/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": true + } + } + ] + } +} \ No newline at end of file diff --git a/ace/ace_standard_video/src/main/js/default/app.js b/ace/ace_standard_video/src/main/js/default/app.js new file mode 100644 index 000000000..e423f4bce --- /dev/null +++ b/ace/ace_standard_video/src/main/js/default/app.js @@ -0,0 +1,23 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export default { + onCreate() { + console.info('AceApplication onCreate'); + }, + onDestroy() { + console.info('AceApplication onDestroy'); + } +}; diff --git a/ace/ace_standard_video/src/main/js/default/common/images/icon.png b/ace/ace_standard_video/src/main/js/default/common/images/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c GIT binary patch literal 6790 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 + +
+ + Hello {{ title }} + +
diff --git a/ace/ace_standard_video/src/main/js/default/pages/index/index.js b/ace/ace_standard_video/src/main/js/default/pages/index/index.js new file mode 100644 index 000000000..85e6f5c11 --- /dev/null +++ b/ace/ace_standard_video/src/main/js/default/pages/index/index.js @@ -0,0 +1,43 @@ +/** + * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {Core, ExpectExtend} from 'deccjsunit/index' + +const injectRef = Object.getPrototypeOf(global) || global +injectRef.regeneratorRuntime = require('@babel/runtime/regenerator') + +export default { + data: { + title: "" + }, + onInit() { + console.info('[test page log] index onInit') + this.title = this.$t('strings.world'); + const core = Core.getInstance() + const expectExtend = new ExpectExtend({ + 'id': 'extend' + }) + core.addService('expect', expectExtend) + core.init() + require('../../test/List.test') + core.execute() + }, + onShow() { + console.info('[test page log] index onShow') + }, + onHide() { + console.info('[test page log] index onHide') + }, +} diff --git a/ace/ace_standard_video/src/main/js/default/pages/routerPush/index.css b/ace/ace_standard_video/src/main/js/default/pages/routerPush/index.css new file mode 100644 index 000000000..7a9a5d890 --- /dev/null +++ b/ace/ace_standard_video/src/main/js/default/pages/routerPush/index.css @@ -0,0 +1,27 @@ +/** + * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +.container { + width: 454px; + height: 454px; + justify-content: center; + align-items: center; +} + +.title { + width: 200px; + font-size: 30px; + text-align: center; +} diff --git a/ace/ace_standard_video/src/main/js/default/pages/routerPush/index.hml b/ace/ace_standard_video/src/main/js/default/pages/routerPush/index.hml new file mode 100644 index 000000000..b9c7e8c8d --- /dev/null +++ b/ace/ace_standard_video/src/main/js/default/pages/routerPush/index.hml @@ -0,0 +1,20 @@ + + +
+ + {{ title }} + +
diff --git a/ace/ace_standard_video/src/main/js/default/pages/routerPush/index.js b/ace/ace_standard_video/src/main/js/default/pages/routerPush/index.js new file mode 100644 index 000000000..66890b58f --- /dev/null +++ b/ace/ace_standard_video/src/main/js/default/pages/routerPush/index.js @@ -0,0 +1,26 @@ +/** + * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export default { + data: { + title: "router push test" + }, + onShow() { + console.info('[test page log] routerPush onShow'); + }, + onHide() { + console.info('[test page log] routerPush ohHide'); + }, +} diff --git a/ace/ace_standard_video/src/main/js/default/pages/routerReplace/index.css b/ace/ace_standard_video/src/main/js/default/pages/routerReplace/index.css new file mode 100644 index 000000000..7a9a5d890 --- /dev/null +++ b/ace/ace_standard_video/src/main/js/default/pages/routerReplace/index.css @@ -0,0 +1,27 @@ +/** + * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +.container { + width: 454px; + height: 454px; + justify-content: center; + align-items: center; +} + +.title { + width: 200px; + font-size: 30px; + text-align: center; +} diff --git a/ace/ace_standard_video/src/main/js/default/pages/routerReplace/index.hml b/ace/ace_standard_video/src/main/js/default/pages/routerReplace/index.hml new file mode 100644 index 000000000..b9c7e8c8d --- /dev/null +++ b/ace/ace_standard_video/src/main/js/default/pages/routerReplace/index.hml @@ -0,0 +1,20 @@ + + +
+ + {{ title }} + +
diff --git a/ace/ace_standard_video/src/main/js/default/pages/routerReplace/index.js b/ace/ace_standard_video/src/main/js/default/pages/routerReplace/index.js new file mode 100644 index 000000000..f1e5072e0 --- /dev/null +++ b/ace/ace_standard_video/src/main/js/default/pages/routerReplace/index.js @@ -0,0 +1,26 @@ +/** + * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export default { + data: { + title: "router replace test" + }, + onShow() { + console.info('[test page log] routerReplace onShow'); + }, + onHide() { + console.info('[test page log] routerReplace ohHide'); + }, +} diff --git a/ace/ace_standard_video/src/main/js/default/pages/video/router/index.css b/ace/ace_standard_video/src/main/js/default/pages/video/router/index.css new file mode 100644 index 000000000..422c1e2da --- /dev/null +++ b/ace/ace_standard_video/src/main/js/default/pages/video/router/index.css @@ -0,0 +1,16 @@ +/** + * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + + diff --git a/ace/ace_standard_video/src/main/js/default/pages/video/router/index.hml b/ace/ace_standard_video/src/main/js/default/pages/video/router/index.hml new file mode 100644 index 000000000..0eea99966 --- /dev/null +++ b/ace/ace_standard_video/src/main/js/default/pages/video/router/index.hml @@ -0,0 +1,22 @@ + + +
+ +
\ No newline at end of file diff --git a/ace/ace_standard_video/src/main/js/default/pages/video/router/index.js b/ace/ace_standard_video/src/main/js/default/pages/video/router/index.js new file mode 100644 index 000000000..742699ca7 --- /dev/null +++ b/ace/ace_standard_video/src/main/js/default/pages/video/router/index.js @@ -0,0 +1,51 @@ +/** + * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export default { + data: { + event:'', + seekingtime:'', + timeupdatetime:'', + seekedtime:'', + isStart: true, + isfullscreenchange: false, + duration: '', + }, + preparedCallback:function(e){ this.event = '视频连接成功'; this.duration = e.duration;}, + startCallback:function(){ this.event = '视频开始播放';}, + pauseCallback:function(){ this.event = '视频暂停播放'; }, + finishCallback:function(){ this.event = '视频播放结束';}, + errorCallback:function(){ this.event = '视频播放错误';}, + seekingCallback:function(e){ this.seekingtime = e.currenttime; }, + timeupdateCallback:function(e){ this.timeupdatetime = e.currenttime;}, + changeStartPause: function() { + if(this.isStart) { + this.$element('videoId').pause(); + this.isStart = false; + } else { + this.$element('videoId').start(); + this.isStart = true; + } + }, + changeFullScreenChange: function() {//全屏 + if(!this.isfullscreenchange) { + this.$element('videoId').requestFullscreen({ screenOrientation : 'default' }); + this.isfullscreenchange = true; + } else { + this.$element('videoId').exitFullscreen(); + this.isfullscreenchange = false; + } + } +} diff --git a/ace/ace_standard_video/src/main/js/default/test/List.test.js b/ace/ace_standard_video/src/main/js/default/test/List.test.js new file mode 100644 index 000000000..b3774da21 --- /dev/null +++ b/ace/ace_standard_video/src/main/js/default/test/List.test.js @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +require('./basicabilityapi.test.js') +require('./mediaquery.test.js') +require('./commonComponentJsApi.test.js') diff --git a/ace/ace_standard_video/src/main/js/default/test/basicabilityapi.test.js b/ace/ace_standard_video/src/main/js/default/test/basicabilityapi.test.js new file mode 100644 index 000000000..b901a960c --- /dev/null +++ b/ace/ace_standard_video/src/main/js/default/test/basicabilityapi.test.js @@ -0,0 +1,478 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import configuration from '@system.configuration'; +import prompt from '@system.prompt'; +import router from '@system.router'; +import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index'; + +describe('basicabilityapi', function () { + let testResult; + let testResultFail; + let test; + beforeAll(function () { + testResult = true; + testResultFail = false; + test = "success" + }); + beforeEach(function () { + }); + afterEach(function () { + }); + afterAll(function () { + }); + + async function backToIndex(){ + let backToIndexPromise = new Promise((resolve, reject) => { + setTimeout(() => { + router.back({ + uri: 'pages/index/index' + }); + resolve(); + }, 500); + }); + let clearPromise = new Promise((resolve, reject) => { + setTimeout(() => { + router.clear(); + resolve(); + }, 500); + }); + await backToIndexPromise.then(() => { + return clearPromise; + }); + } + + /** + * @tc.number SUB_ACE_BASICABILITY_JS_API_0100 + * @tc.name testClearInterval + * @tc.desc Cancel the repetitive timing tasks previously set by setInterval. + */ + it('testClearInterval', 0, async function(done) { + console.info('testClearInterval START'); + let res = 0; + let intervalID = -1; + let promise1 = new Promise((resolve, reject) => { + intervalID = setInterval(function () { + res++; + console.info('testClearInterval res = ' + res); + resolve(); + }, 100); + }); + let promise2 = new Promise((resolve, reject) => { + setTimeout(function () { + console.info('[clearInterval] start'); + clearInterval(intervalID); + console.info('[clearInterval] end'); + resolve(); + }, 600); + }); + Promise.all([promise1, promise2]).then(() => { + console.info('testClearInterval finally'); + expect(5).assertEqual(res); + console.info('testClearInterval END'); + done(); + }); + }); + + /** + * @tc.number SUB_ACE_BASICABILITY_JS_API_0200 + * @tc.name testConsole + * @tc.desc Print a text message. + */ + it('testConsole', 0, function () { + console.info('testConsole START'); + const versionCode = 1.1; + console.info('[console.info] versionCode: ' + versionCode); + console.debug('[console.debug] versionCode: ' + versionCode); + console.log('[console.log] versionCode: ' + versionCode); + console.warn('[console.warn] versionCode: ' + versionCode); + console.error('[console.error] versionCode: ' + versionCode); + expect(test).assertEqual('success'); + console.info('testConsole END'); + }); + + /** + * @tc.number SUB_ACE_BASICABILITY_JS_API_0300 + * @tc.name testRouterPush + * @tc.desc Go to the specified page of the application. + */ + it('testRouterPush', 0, async function (done) { + console.info('testRouterPush START'); + let options = { + uri : 'pages/routerPush/index' + } + let promise1 = new Promise((resolve, reject) => { + router.push(options); + resolve(); + }); + let promise2 = new Promise((resolve, reject) => { + setTimeout(() => { + let pages = router.getState(); + console.info("[router.push] getState" + JSON.stringify(pages)); + expect("pages/routerPush/").assertEqual(pages.path); + console.info("[router.push] getLength:" + router.getLength()); + expect("2").assertEqual(router.getLength()); + console.info('testRouterPush SUCCESS'); + resolve(); + }, 500); + }); + await promise1.then(() => { + return promise2; + }); + await backToIndex(); + console.info('testRouterPush END'); + done(); + }); + + /** + * @tc.number SUB_ACE_BASICABILITY_JS_API_0310 + * @tc.name testRouterPushNotExist + * @tc.desc Test push not exist page. + */ + it('testRouterPushNotExist', 0, async function (done) { + console.info('testRouterPushNotExist START'); + let promise1 = new Promise((resolve, reject) => { + router.push({ + uri: 'pages/routerNotExist/index' + }); + resolve(); + }); + let promise2 = new Promise((resolve, reject) => { + setTimeout(() => { + let pages = router.getState(); + console.info("testRouterPushNotExist getState" + JSON.stringify(pages)); + expect("pages/index/").assertEqual(pages.path); + console.info("testRouterPushNotExist getLength:" + router.getLength()); + expect("1").assertEqual(router.getLength()); + console.info('testRouterPushNotExist success'); + resolve(); + }, 500); + }); + await promise1.then(() => { + return promise2; + }); + console.info('testRouterPushNotExist END'); + done(); + }); + + /** + * @tc.number SUB_ACE_BASICABILITY_JS_API_0400 + * @tc.name testRouterReplace + * @tc.desc Replace the current page with a page in the application, and destroy the replaced page. + */ + it('testRouterReplace', 0, async function (done) { + //测试框架不允许index页面直接替换,需要先跳转到其他页面再替换 + console.info('testRouterReplace START'); + let options = { + uri : 'pages/routerPush/index' + } + let promise1 = new Promise((resolve, reject) => { + router.push(options); + resolve(); + }); + let repleasePage = { + uri : 'pages/routerReplace/index' + } + let promise2 = new Promise((resolve, reject) => { + setTimeout(() => { + router.replace(repleasePage); + resolve(); + }, 500); + }); + //替换堆栈数量不会变 + let promise3 = new Promise((resolve, reject) => { + setTimeout(() => { + let pages = router.getState(); + console.info("[router.replace] getState" + JSON.stringify(pages)); + expect("pages/routerReplace/").assertEqual(pages.path); + console.info("[router.replace] getLength:" + router.getLength()); + expect("2").assertEqual(router.getLength()); + console.info('testRouterReplace SUCCESS'); + resolve(); + }, 1000); + }); + await promise1.then(() => { + return promise2; + }).then(() => { + return promise3; + }); + await backToIndex(); + console.info('testRouterReplace END'); + done(); + }); + + /** + * @tc.number SUB_ACE_BASICABILITY_JS_API_0410 + * @tc.name testRouterReplaceNotExist + * @tc.desc Test replace not exist page. + */ + it('testRouterReplaceNotExist', 0, async function (done) { + console.info('testRouterReplaceNotExist START'); + await setTimeout(() => { + router.replace({ + uri: 'pages/routerNotExist/index' + }); + }, 500); + await setTimeout(() => { + let pages = router.getState(); + console.info("testRouterReplaceNotExist getState" + JSON.stringify(pages)); + expect("pages/index/").assertEqual(pages.path); + console.info("testRouterReplaceNotExist getLength:" + router.getLength()); + expect("1").assertEqual(router.getLength()); + console.info('testRouterReplaceNotExist END'); + done(); + }, 1000); + }); + + /** + * @tc.number SUB_ACE_BASICABILITY_JS_API_0500 + * @tc.name testRouterBack + * @tc.desc Return to the previous page or the specified page. + */ + it('testRouterBack', 0, async function (done) { + console.info('testRouterBack START'); + let promise1 = new Promise((resolve, reject) => { + router.push({ + uri: 'pages/routerPush/index' + }); + resolve(); + }); + let promise2 = new Promise((resolve, reject) => { + setTimeout(() => { + router.back({ + uri: 'pages/index/index' + }); + resolve(); + }, 500); + }); + let promise3 = new Promise((resolve, reject) => { + setTimeout(() => { + let pages = router.getState(); + console.info("[router.back] getState" + JSON.stringify(pages)); + expect("pages/index/").assertEqual(pages.path); + console.info("[router.back] getLength:" + router.getLength()); + expect("1").assertEqual(router.getLength()); + console.info('testRouterBack SUCCESS'); + resolve(); + }, 1000); + }); + await promise1.then(() => { + return promise2; + }).then(() => { + return promise3; + }); + console.info('testRouterBack END'); + done(); + }); + + /** + * @tc.number SUB_ACE_BASICABILITY_JS_API_0600 + * @tc.name testRouterClear + * @tc.desc Clear all historical pages in the page stack, and only keep the current page as the top page. + */ + it('testRouterClear', 0, function () { + console.info('testRouterClear START'); + router.clear(); + console.info("[router.clear] router.getLength:" + router.getLength()); + expect("1").assertEqual(router.getLength()); + console.info('testRouterClear END'); + }); + + /** + * @tc.number SUB_ACE_BASICABILITY_JS_API_0700 + * @tc.name testRouterLength + * @tc.desc Get the number of pages currently in the page stack. + */ + it('testRouterLength', 0, async function (done) { + console.info('testRouterLength START'); + let size = router.getLength(); + console.info('[router.getLength] pages stack size = ' + size); + expect(size).assertEqual('1'); + let options = { + uri : 'pages/routerPush/index' + } + let promise1 = new Promise((resolve, reject) => { + router.push(options); + resolve(); + }); + let promise2 = new Promise((resolve, reject) => { + setTimeout(() => { + console.info("testRouterLength getLength:" + router.getLength()); + expect("2").assertEqual(router.getLength()); + console.info('testRouterLength SUCCESS'); + resolve(); + }, 500); + }); + await promise1.then(() => { + return promise2; + }); + await backToIndex(); + console.info('testRouterLength END'); + done(); + }); + + /** + * @tc.number SUB_ACE_BASICABILITY_JS_API_0800 + * @tc.name testRouterGetState + * @tc.desc Get the status information of the current page. + */ + it('testRouterGetState', 0, async function (done) { + console.info('testRouterGetState START'); + await setTimeout(() => { + let page = router.getState(); + console.info('[router.getState] index: ' + page.index); + console.info('[router.getState] name: ' + page.name); + console.info('[router.getState] path: ' + page.path); + expect(page.index).assertEqual(1); + expect(page.name).assertEqual('index'); + expect(page.path).assertEqual('pages/index/'); + console.info('testRouterGetState END'); + done(); + }, 500); + }); + + /** + * @tc.number SUB_ACE_BASICABILITY_JS_API_0900 + * @tc.name testPromptShowToast + * @tc.desc Show text pop-up window. + */ + it('testPromptShowToast', 0, function () { + console.info('testPromptShowToast START'); + const delay = 5000; + prompt.showToast({ + message: 'message', + duration: delay, + }); + expect(test).assertEqual('success'); + console.info('[prompt.showToast] success'); + console.info('testPromptShowToast END'); + }); + + /** + * @tc.number SUB_ACE_BASICABILITY_JS_API_1000 + * @tc.name testPromptDialog + * @tc.desc Display the dialog box in the page. + */ + it('testPromptDialog', 0, function () { + console.info('testPromptDialog START') + prompt.showDialog({ + title: 'dialog showDialog test', + message: 'message of dialog', + buttons: [ + { + text: 'OK', + color: '#0000ff', + index: 0 + } + ], + success: function (ret) { + console.info("[prompt.showDialog] ret.index " + ret.index); + expect(testResult).toBeTrue(); + }, + cancel: function () { + console.log('[prompt.showDialog] dialog cancel callback'); + expect(testResultFail).toBeTrue(); + }, + complete: function () { + console.log('[prompt.showDialog] complete'); + } + }); + console.info('testPromptDialog END'); + }); + + /** + * @tc.number SUB_ACE_BASICABILITY_JS_API_1100 + * @tc.name testConfigurationGetLocale + * @tc.desc Get the current language and region of the app. Synchronize with the language and region. + */ + it('testConfigurationGetLocale', 0, function () { + console.info('testConfigurationGetLocale START'); + const localeInfo = configuration.getLocale(); + console.info("[configuration.getLocale] localeInfo: " + JSON.stringify(localeInfo)); + console.info("[configuration.getLocale] language: " + localeInfo.language); + console.info("[configuration.getLocale] countryOrRegion: " + localeInfo.countryOrRegion); + console.info("[configuration.getLocale] dir: " + localeInfo.dir); + expect(localeInfo.language).assertEqual('zh'); + expect(localeInfo.dir).assertEqual('ltr'); + console.info('testConfigurationGetLocale END'); + }); + + /** + * @tc.number SUB_ACE_BASICABILITY_JS_API_1200 + * @tc.name testSetTimeout + * @tc.desc Set up a timer that executes a function or a specified piece of code after the timer expires. + */ + it('testSetTimeout', 0, async function (done) { + console.info('testSetTimeout START'); + let startTime = new Date().getTime(); + const delay = 200; + await setTimeout(function (v1, v2) { + let endTime = new Date().getTime(); + console.info("[setTimeout] startTime: " + startTime); + console.info("[setTimeout] endTime: " + endTime); + console.info('[setTimeout] delay: ' + (endTime - startTime)); + console.info('[setTimeout] v1: ' + v1); + console.info('[setTimeout] v2: ' + v2); + expect('test').assertEqual(v1); + expect('message').assertEqual(v2); + expect(endTime - startTime >= delay).assertTrue(); + console.info('testSetTimeout END'); + done(); + }, delay, 'test', 'message'); + }); + + /** + * @tc.number SUB_ACE_BASICABILITY_JS_API_1300 + * @tc.name testClearTimeout + * @tc.desc The timer previously established by calling setTimeout() is cancelled. + */ + it('testClearTimeout', 0, async function (done) { + console.info('testClearTimeout START'); + let res = 0; + let timeoutID = setTimeout(function () { + res++; + }, 700); + await setTimeout(function () { + console.info('testClearTimeout delay 0.5s') + clearTimeout(timeoutID); + console.info("[clearTimeout] success"); + }, 500); + await setTimeout(function () { + expect(0).assertEqual(res); + console.info('testClearTimeout END'); + done(); + }, 1000); + }); + + /** + * @tc.number SUB_ACE_BASICABILITY_JS_API_1400 + * @tc.name testSetInterval + * @tc.desc Call a function or execute a code segment repeatedly, with a fixed time delay between each call. + */ + it('testSetInterval', 0, async function (done) { + console.info('testSetInterval START'); + let res = 0; + let intervalID = setInterval(function () { + res++; + }, 100); + await setTimeout(function () { + expect(9).assertEqual(res); + console.info('testSetInterval SUCCESS'); + clearInterval(intervalID); + console.info('testSetInterval END'); + done(); + }, 1000); + }); +}); diff --git a/ace/ace_standard_video/src/main/js/default/test/commonComponentJsApi.test.js b/ace/ace_standard_video/src/main/js/default/test/commonComponentJsApi.test.js new file mode 100644 index 000000000..0f929e21a --- /dev/null +++ b/ace/ace_standard_video/src/main/js/default/test/commonComponentJsApi.test.js @@ -0,0 +1,82 @@ +/* + * Copyright (C) 2022 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import router from '@system.router'; +import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index'; + + +describe('aceJsTest', function () { + + async function sleep(time) { + return new Promise((resolve, reject) => { + setTimeout(() => { + resolve() + }, time) + }).then(() => { + console.info(`sleep ${time} over...`) + }) + } + async function backToIndex() { + let backToIndexPromise = new Promise((resolve, reject) => { + setTimeout(() => { + router.back({ + uri: 'pages/index/index' + }); + resolve(); + }, 500); + }); + let clearPromise = new Promise((resolve, reject) => { + setTimeout(() => { + router.clear(); + resolve(); + }, 500); + }); + await backToIndexPromise.then(() => { + return clearPromise; + }); + } + + /** + * run after testcase + */ + afterEach(async function () { + console.info('[aceJsTest] after each called') + await backToIndex(); + await sleep(5000) + }); + + /** + * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 + * @tc.name testVideoComponent + * @tc.desc ACE + */ + it('testVideoComponent', 0, async function (done) { + let result; + let options = { + uri: 'pages/video/router/index' + } + try { + result = router.push(options) + console.info("push video page success " + JSON.stringify(result)); + } catch (err) { + console.error("push video page error " + JSON.stringify(result)); + } + await sleep(5000) + let pages = router.getState(); + console.info("[router.video] getState" + JSON.stringify(pages)); + expect("pages/video/router/").assertEqual(pages.path); + done(); + }); +}); diff --git a/ace/ace_standard_video/src/main/js/default/test/mediaquery.test.js b/ace/ace_standard_video/src/main/js/default/test/mediaquery.test.js new file mode 100644 index 000000000..86e03f26a --- /dev/null +++ b/ace/ace_standard_video/src/main/js/default/test/mediaquery.test.js @@ -0,0 +1,272 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {describe,beforeAll,beforeEach,afterEach,afterAll,it,expect}from 'deccjsunit/index' +import mediaquery from '@system.mediaquery'; + +describe('mediaquery', function() { + let testResult; + let test; + beforeAll(function() { + testResult = false; + test="success" + }); + + it('addListener', 0, function() { + console.info('MediaQuery addListener start'); + var mMediaQueryList = mediaquery.matchMedia('(min-height:0)'); +// mMediaQueryList.onreadystatechange = function(){ + function minWidthMatch(e){ + if(e.matches){ + //do something + expect(e.matches).assertEqual(true); + console.info('MediaQuery addListener success'); + expect(test).assertEqual('success'); + } + else{ + expect(e.matches).assertEqual(true); + console.info('MediaQuery addListener fail'); + expect(test).assertEqual('fail'); + } + } + + mMediaQueryList.addListener(minWidthMatch) + console.info('MediaQuery addListener end'); + // } + }); + + it('matchMedia', 0, function() { + console.info('matchMedia start'); + var mMediaQueryList = mediaquery.matchMedia('(min-height:0)'); + var med = mMediaQueryList.media + console.info("media:"+med) + mMediaQueryList.onchange = function(){ + console.info('MediaQuery detonate onchange') + } + function minWidthMatch(e){ + if(e.matches){ + console.info("MediaQuery matches:"+e.matches) + console.info("MediaQuery onchangeMessage:"+e.onchange) + console.info('MediaQuery matchMedia success'); + expect(test).assertEqual('success'); + } + else{ + console.info('MediaQuery matchMedia fail'); + expect(test).assertEqual('fail'); + } + console.info('MediaQuery matchMedia end'); + } + mMediaQueryList.addListener(minWidthMatch); + }); + + it('orientation', 0, function() { + console.info('orientation test start'); + var mMediaQueryList = mediaquery.matchMedia('(orientation:landscape)'); + var med = mMediaQueryList.media + console.info("orientation onchangeMessage:"+mMediaQueryList.onchange) + function orientationMatch(e){ + if(e.matches){ + //do something + console.info("MediaQuery orientation matches:"+e.matches) + console.info('MediaQuery orientation success'); + expect(test).assertEqual('success'); + } + else{ + console.info('MediaQuery orientation fail'); + expect(test).assertEqual('fail'); + } + } + mMediaQueryList.addListener(orientationMatch) + console.info('MediaQuery orientation test end') + }); + + it('rmeoveListener', 0, function() { + console.info('rmeoveListener start'); + var mMediaQueryList = mediaquery.matchMedia('(max-width:466)'); + function maxWidthMatch(e){ + if(e.matches){ + //do something + console.info('MediaQuery rmeoveListener success'); + expect(test).assertEqual('success'); + } + else{ + console.info('MediaQuery rmeoveListener fail'); + expect(test).assertEqual('fail'); + } + } + mMediaQueryList.addListener(maxWidthMatch) + mMediaQueryList.removeListener(maxWidthMatch) + console.info('MediaQuery removeListener end') + }); + + it('maxHeight', 0, function() { + console.info('maxHeight start'); + var mMediaQueryList = mediaquery.matchMedia('(max-width:10000)'); +// mMediaQueryList.onreadystatechange = function(){ + function maxHeightMatch(e){ + if(e.matches){ + //do something + console.info('MediaQuery maxHeight success'); + expect(test).assertEqual('success'); + } + else{ + console.info('MediaQuery maxHeight fail'); + expect(test).assertEqual('fail'); + } + } + // } + + mMediaQueryList.addListener(maxHeightMatch) + console.info('MediaQuery maxHeight end') + }); + + it('deviceType', 0, function() { + console.info('deviceType start'); + var mMediaQueryList = mediaquery.matchMedia('(deviceType:phone)'); + function deviceTypeMatch(e){ + if(e.matches){ + //do something + console.info('MediaQuery deviceType success'); + expect(test).assertEqual('success'); + } + else{ + console.info('MediaQuery deviceType fail'); + expect(test).assertEqual('fail'); + } + } + mMediaQueryList.addListener(deviceTypeMatch) + console.info('MediaQuery deviceType end') + }); + + it('logicOnly', 0, function() { + console.info('MediaQuery logicOnly start'); + var mMediaQueryList = mediaquery.matchMedia('only screen and(deviceType:phone)and(max-height:100000)'); +// mMediaQueryList.onreadystatechange = function(){ + function logicOnlyMatch(e){ + if(e.matches){ + //do something + console.info('MediaQuery logicOnly success'); + expect(test).assertEqual('success'); + } + else{ + console.info('MediaQuery logicOnly fail'); + expect(test).assertEqual('fail'); + } + } + mMediaQueryList.addListener(logicOnlyMatch) + console.info('MediaQuery logicOnly end') + //} + }); + + it('logicNot', 0, function() { + console.info('logicOnly start'); + var mMediaQueryList = mediaquery.matchMedia('not screen and(deviceType:tv)'); +// mMediaQueryList.onreadystatechange = function(){ + function logicNotMatch(e){ + if(e.matches){ + //do something + console.info('MediaQuery logicNot success'); + expect(test).assertEqual('success'); + } + else{ + console.info('MediaQuery logicNot fail'); + expect(test).assertEqual('fail'); + } + } + mMediaQueryList.addListener(logicNotMatch) + console.info('MediaQuery logicNot end') + //} + }); + + it('logicAnd', 0, function() { + console.info('MediaQuery logicAnd start'); + var mMediaQueryList = mediaquery.matchMedia('screen and(deviceType:phone)'); + function logicAndMatch(e){ + if(e.matches){ + //do something + expect(e.matches).assertEqual(true) + console.info('MediaQuery logicAnd success'); + expect(test).assertEqual('success'); + } + else{ + expect(e.matches).assertEqual(true) + console.info('MediaQuery logicAnd fail'); + expect(test).assertEqual('fail'); + } + } + mMediaQueryList.addListener(logicAndMatch) + console.info('MediaQuery logicAnd end') + }); + + it('logicComma', 0, function() { + console.info('MediaQuery logicComma start'); + var mMediaQueryList = mediaquery.matchMedia('screen and(min-height:0),(round-screen:true)'); + function logicCommaMatch(e){ + if(e.matches){ + //do something + expect(e.matches).assertEqual(true) + console.info('MediaQuery logicComma success'); + expect(test).assertEqual('success'); + } + else{ + expect(e.matches).assertEqual(true) + console.info('MediaQuery logicComma fail'); + expect(test).assertEqual('fail'); + } + } + mMediaQueryList.addListener(logicCommaMatch) + console.info('MediaQuery logicComma end') + }); + + it('logicOr', 0, function() { + console.info('MediaQuery logicOr start'); + var mMediaQueryList = mediaquery.matchMedia('screen and(max-device-height:2000)or(round-screen:true)'); + function logicOrMatch(e){ + if(e.matches){ + //do something + expect(e.matches).assertEqual(true) + console.info('MediaQuery logicOr success'); + expect(test).assertEqual('success'); + } + else{ + expect(e.matches).assertEqual(true) + console.info('MediaQuery logicOr fail'); + expect(test).assertEqual('fail'); + } + } + mMediaQueryList.addListener(logicOrMatch) + console.info('MediaQuery logicOr end') + }); + + it('logic1', 0, function() { + console.info('MediaQuery logic>= start'); + var mMediaQueryList = mediaquery.matchMedia('screen and(height>=0)'); + function logicOrMatch(e){ + if(e.matches){ + //do something + expect(e.matches).assertEqual(true) + console.info('MediaQuery logic>= success'); + expect(test).assertEqual('success'); + } + else{ + expect(e.matches).assertEqual(true) + console.info('MediaQuery logic>= fail'); + expect(test).assertEqual('fail'); + } + } + mMediaQueryList.addListener(logicOrMatch) + console.info('MediaQuery logic>= end') + }) +}); \ No newline at end of file diff --git a/ace/ace_standard_video/src/main/resources/base/element/string.json b/ace/ace_standard_video/src/main/resources/base/element/string.json new file mode 100644 index 000000000..4e4bd1938 --- /dev/null +++ b/ace/ace_standard_video/src/main/resources/base/element/string.json @@ -0,0 +1,12 @@ +{ + "string": [ + { + "name": "entry_MainAbility", + "value": "entry_MainAbility" + }, + { + "name": "mainability_description", + "value": "JS_Empty Ability" + } + ] +} diff --git a/ace/ace_standard_video/src/main/resources/base/media/icon.png b/ace/ace_standard_video/src/main/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c GIT binary patch literal 6790 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 literal 0 HcmV?d00001 -- GitLab