提交 2876f4fe 编写于 作者: D dongwei

add test cases

Signed-off-by: Ndongwei <dongwei@kaihongdigi.com>
上级 364ccf55
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
} }
await sleep(4000) await sleep(4000)
done() done()
}) });
/** /**
* run after testcase * run after testcase
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
console.info('[rectPropsJsTest] after each called') console.info('[rectPropsJsTest] after each called')
await backToIndex() await backToIndex()
await sleep(1000) await sleep(1000)
}) });
/** /**
* @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100 * @tc.number SUB_ACE_BASIC_COMPONENT_JS_API_0100
...@@ -378,7 +378,7 @@ ...@@ -378,7 +378,7 @@
expect(obj.$attrs.stroke).assertEqual('red') expect(obj.$attrs.stroke).assertEqual('red')
console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke)); console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke));
expect(obj.$attrs.strokeDasharray).assertEqual('2 3') expect(obj.$attrs.strokeDasharray).assertEqual('2 3')
console.info("[rectProps] get inspector stroke-dasharray value is: " + JSON.stringify(obj.$attrs.strokeDasharray)); console.info("[rectProps] get inspector dasharray value is: " + JSON.stringify(obj.$attrs.strokeDasharray));
done(); done();
}); });
...@@ -406,7 +406,7 @@ ...@@ -406,7 +406,7 @@
expect(obj.$attrs.stroke).assertEqual('red') expect(obj.$attrs.stroke).assertEqual('red')
console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke)); console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke));
expect(obj.$attrs.strokeDashoffset).assertEqual('23') expect(obj.$attrs.strokeDashoffset).assertEqual('23')
console.info("[rectProps] get inspector stroke-dashoffset value is: " + JSON.stringify(obj.$attrs.strokeDashoffset)); console.info("[rectProps] get inspector dashoffset value is: " + JSON.stringify(obj.$attrs.strokeDashoffset));
done(); done();
}); });
...@@ -435,7 +435,7 @@ ...@@ -435,7 +435,7 @@
expect(obj.$attrs.stroke).assertEqual('red') expect(obj.$attrs.stroke).assertEqual('red')
console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke)); console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke));
expect(obj.$attrs.strokeLinejoin).assertEqual('bevel') expect(obj.$attrs.strokeLinejoin).assertEqual('bevel')
console.info("[rectProps] get inspector stroke-linejoin value is: " + JSON.stringify(obj.$attrs.strokeLinejoin)); console.info("[rectProps] get inspector linejoin value is: " + JSON.stringify(obj.$attrs.strokeLinejoin));
done(); done();
}); });
...@@ -463,7 +463,7 @@ ...@@ -463,7 +463,7 @@
expect(obj.$attrs.stroke).assertEqual('red') expect(obj.$attrs.stroke).assertEqual('red')
console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke)); console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke));
expect(obj.$attrs.strokeLinejoin).assertEqual('miter') expect(obj.$attrs.strokeLinejoin).assertEqual('miter')
console.info("[rectProps] get inspector stroke-linejoin value is: " + JSON.stringify(obj.$attrs.strokeLinejoin)); console.info("[rectProps] get inspector linejoin value is: " + JSON.stringify(obj.$attrs.strokeLinejoin));
done(); done();
}); });
...@@ -491,7 +491,7 @@ ...@@ -491,7 +491,7 @@
expect(obj.$attrs.stroke).assertEqual('red') expect(obj.$attrs.stroke).assertEqual('red')
console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke)); console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke));
expect(obj.$attrs.strokeLinejoin).assertEqual('round') expect(obj.$attrs.strokeLinejoin).assertEqual('round')
console.info("[rectProps] get inspector stroke-linejoin value is: " + JSON.stringify(obj.$attrs.strokeLinejoin)); console.info("[rectProps] get inspector linejoin value is: " + JSON.stringify(obj.$attrs.strokeLinejoin));
done(); done();
}); });
...@@ -519,7 +519,7 @@ ...@@ -519,7 +519,7 @@
expect(obj.$attrs.stroke).assertEqual('red') expect(obj.$attrs.stroke).assertEqual('red')
console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke)); console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke));
expect(obj.$attrs.strokeLineCap).assertEqual('butt') expect(obj.$attrs.strokeLineCap).assertEqual('butt')
console.info("[rectProps] get inspector stroke-lineCap value is: " + JSON.stringify(obj.$attrs.strokeLineCap)); console.info("[rectProps] get inspector lineCap value is: " + JSON.stringify(obj.$attrs.strokeLineCap));
done(); done();
}); });
...@@ -547,7 +547,7 @@ ...@@ -547,7 +547,7 @@
expect(obj.$attrs.stroke).assertEqual('red') expect(obj.$attrs.stroke).assertEqual('red')
console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke)); console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke));
expect(obj.$attrs.strokeLineCap).assertEqual('round') expect(obj.$attrs.strokeLineCap).assertEqual('round')
console.info("[rectProps] get inspector stroke-lineCap value is: " + JSON.stringify(obj.$attrs.strokeLineCap)); console.info("[rectProps] get inspector lineCap value is: " + JSON.stringify(obj.$attrs.strokeLineCap));
done(); done();
}); });
...@@ -575,7 +575,7 @@ ...@@ -575,7 +575,7 @@
expect(obj.$attrs.stroke).assertEqual('red') expect(obj.$attrs.stroke).assertEqual('red')
console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke)); console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke));
expect(obj.$attrs.strokeLineCap).assertEqual('square') expect(obj.$attrs.strokeLineCap).assertEqual('square')
console.info("[rectProps] get inspector stroke-lineCap value is: " + JSON.stringify(obj.$attrs.strokeLineCap)); console.info("[rectProps] get inspector lineCap value is: " + JSON.stringify(obj.$attrs.strokeLineCap));
done(); done();
}); });
...@@ -603,7 +603,7 @@ ...@@ -603,7 +603,7 @@
expect(obj.$attrs.stroke).assertEqual('red') expect(obj.$attrs.stroke).assertEqual('red')
console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke)); console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke));
expect(obj.$attrs.strokeMiterlimit).assertEqual('10') expect(obj.$attrs.strokeMiterlimit).assertEqual('10')
console.info("[rectProps] get inspector stroke-miterlimit value is: " + JSON.stringify(obj.$attrs.strokeMiterlimit)); console.info("[rectProps] get inspector miterlimit value is: " + JSON.stringify(obj.$attrs.strokeMiterlimit));
done(); done();
}); });
...@@ -631,7 +631,7 @@ ...@@ -631,7 +631,7 @@
expect(obj.$attrs.stroke).assertEqual('red') expect(obj.$attrs.stroke).assertEqual('red')
console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke)); console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke));
expect(obj.$attrs.strokeOpacity).assertEqual('0.5') expect(obj.$attrs.strokeOpacity).assertEqual('0.5')
console.info("[rectProps] get inspector stroke-opacity value is: " + JSON.stringify(obj.$attrs.strokeOpacity)); console.info("[rectProps] get inspector opacity value is: " + JSON.stringify(obj.$attrs.strokeOpacity));
done(); done();
}); });
...@@ -659,7 +659,7 @@ ...@@ -659,7 +659,7 @@
expect(obj.$attrs.stroke).assertEqual('red') expect(obj.$attrs.stroke).assertEqual('red')
console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke)); console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke));
expect(obj.$attrs.strokeOpacity).assertEqual('1') expect(obj.$attrs.strokeOpacity).assertEqual('1')
console.info("[rectProps] get inspector stroke-opacity value is: " + JSON.stringify(obj.$attrs.strokeOpacity)); console.info("[rectProps] get inspector opacity value is: " + JSON.stringify(obj.$attrs.strokeOpacity));
done(); done();
}); });
...@@ -687,7 +687,7 @@ ...@@ -687,7 +687,7 @@
expect(obj.$attrs.stroke).assertEqual('red') expect(obj.$attrs.stroke).assertEqual('red')
console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke)); console.info("[rectProps] get inspector stroke value is: " + JSON.stringify(obj.$attrs.stroke));
expect(obj.$attrs.strokeOpacity).assertEqual('1.5') expect(obj.$attrs.strokeOpacity).assertEqual('1.5')
console.info("[rectProps] get inspector stroke-opacity value is: " + JSON.stringify(obj.$attrs.strokeOpacity)); console.info("[rectProps] get inspector opacity value is: " + JSON.stringify(obj.$attrs.strokeOpacity));
done(); done();
}); });
...@@ -740,7 +740,7 @@ ...@@ -740,7 +740,7 @@
console.info("[rectProps] get inspector width value is: " + JSON.stringify(obj.$attrs.width)); console.info("[rectProps] get inspector width value is: " + JSON.stringify(obj.$attrs.width));
expect(obj.$attrs.height).assertEqual('100px') expect(obj.$attrs.height).assertEqual('100px')
console.info("[rectProps] get inspector height value is: " + JSON.stringify(obj.$attrs.height)); console.info("[rectProps] get inspector height value is: " + JSON.stringify(obj.$attrs.height));
expect(obj.$attrs.transform).assertEqual('translate(10,5) scale(0.5 1.3) rotate(20 40 90) skewX(10) skewY(-15)') expect(obj.$attrs.transform).assertEqual('translate(10,5)scale(0.5 1.3)rotate(20 40 90)skewX(10)skewY(-15)')
console.info("[rectProps] get inspector transform value is: " + JSON.stringify(obj.$attrs.transform)); console.info("[rectProps] get inspector transform value is: " + JSON.stringify(obj.$attrs.transform));
done(); done();
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册