提交 0a2c0b30 编写于 作者: S sunjiakun

fix case name

Signed-off-by: Nsunjiakun <sunjiakun3@huawei.com>
上级 166733e6
......@@ -143,7 +143,7 @@ export default function progressSecTest() {
* @tc.name Tests the backgroundColor property of the progress capsule component
* @tc.desc Get the default value of backgroundColor
*/
it('[ArkUI_Stage_Progress_Capsule_BackgroundColor_0100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BackgroundColor_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BackgroundColor_0100] start");
let newJson = getInspectorByKey('progress_capsule_default');
let newJsonDefault = getInspectorByKey('progress_capsule_default_default');
......@@ -181,7 +181,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress capsule component
* @tc.desc Get the default value of color
*/
it('[ArkUI_Stage_Progress_Capsule_Color_0100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Color_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Color_0100] start");
let newJson = getInspectorByKey('progress_capsule_default');
let newJsonDefault = getInspectorByKey('progress_capsule_default_default');
......@@ -219,7 +219,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Get the default value of capsuleStyle.borderWidth
*/
it('[ArkUI_Stage_Progress_Capsule_BorderWidth_0100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BorderWidth_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_0100] start");
let newJson = getInspectorByKey('progress_capsule_default');
let newJsonDefault = getInspectorByKey('progress_capsule_default_default');
......@@ -239,7 +239,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.borderWidth as 3
*/
it('[ArkUI_Stage_Progress_Capsule_BorderWidth_0200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BorderWidth_0200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_0200] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_0200]: " + JSON.stringify(newJson));
......@@ -277,7 +277,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.borderWidth as 3vp
*/
it('[ArkUI_Stage_Progress_Capsule_BorderWidth_0300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BorderWidth_0300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_0300] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_0300]: " + JSON.stringify(newJson));
......@@ -315,7 +315,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.borderWidth as ohos_id_text_margin_vertical
*/
it('[ArkUI_Stage_Progress_Capsule_BorderWidth_0400]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BorderWidth_0400', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_0400] start");
let newJson = getInspectorByKey('progress_capsule_resource');
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_0400]: " + JSON.stringify(newJson));
......@@ -355,7 +355,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.borderWidth as 9px
*/
it('[ArkUI_Stage_Progress_Capsule_BorderWidth_0500]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BorderWidth_0500', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_0500] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_0500]: " + JSON.stringify(newJson));
......@@ -393,7 +393,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.borderWidth as 9vp
*/
it('[ArkUI_Stage_Progress_Capsule_BorderWidth_0600]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BorderWidth_0600', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_0600] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_0600]: " + JSON.stringify(newJson));
......@@ -431,7 +431,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.borderWidth as 9fp
*/
it('[ArkUI_Stage_Progress_Capsule_BorderWidth_0700]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BorderWidth_0700', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_0700] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_0700]: " + JSON.stringify(newJson));
......@@ -469,7 +469,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.borderWidth as 9lpx
*/
it('[ArkUI_Stage_Progress_Capsule_BorderWidth_0800]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BorderWidth_0800', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_0800] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_0800]: " + JSON.stringify(newJson));
......@@ -507,7 +507,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.borderWidth as 0
*/
it('[ArkUI_Stage_Progress_Capsule_BorderWidth_0900]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BorderWidth_0900', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_0900] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_0900]: " + JSON.stringify(newJson));
......@@ -545,7 +545,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.borderWidth as -10
*/
it('[ArkUI_Stage_Progress_Capsule_BorderWidth_1000]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BorderWidth_1000', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_1000] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_1000]: " + JSON.stringify(newJson));
......@@ -585,7 +585,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.borderWidth as 10000
*/
it('[ArkUI_Stage_Progress_Capsule_BorderWidth_1100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BorderWidth_1100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_1100] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_1100]: " + JSON.stringify(newJson));
......@@ -623,7 +623,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.borderWidth as null
*/
it('[ArkUI_Stage_Progress_Capsule_BorderWidth_1200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BorderWidth_1200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_1200] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_1200]: " + JSON.stringify(newJson));
......@@ -663,7 +663,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.borderWidth as undefined
*/
it('[ArkUI_Stage_Progress_Capsule_BorderWidth_1300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BorderWidth_1300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_1300] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_1300]: " + JSON.stringify(newJson));
......@@ -703,7 +703,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Get the default value of capsuleStyle.borderColor
*/
it('[ArkUI_Stage_Progress_Capsule_BorderColor_0100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BorderColor_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BorderColor_0100] start");
let newJson = getInspectorByKey('progress_capsule_default');
let newJsonDefault = getInspectorByKey('progress_capsule_default_default');
......@@ -742,7 +742,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.borderColor as 0xFFFF0000
*/
it('[ArkUI_Stage_Progress_Capsule_BorderColor_0200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BorderColor_0200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BorderColor_0200] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_BorderColor_0200]: " + JSON.stringify(newJson));
......@@ -780,7 +780,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.borderColor as '#FFFF9535'
*/
it('[ArkUI_Stage_Progress_Capsule_BorderColor_0300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BorderColor_0300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BorderColor_0300] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_BorderColor_0300]: " + JSON.stringify(newJson));
......@@ -818,7 +818,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.borderColor as Color.Red
*/
it('[ArkUI_Stage_Progress_Capsule_BorderColor_0400]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BorderColor_0400', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BorderColor_0400] start");
let newJson = getInspectorByKey('progress_capsule_enum');
console.info("[ArkUI_Stage_Progress_Capsule_BorderColor_0400]: " + JSON.stringify(newJson));
......@@ -856,7 +856,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.borderColor as ohos_id_color_connected
*/
it('[ArkUI_Stage_Progress_Capsule_BorderColor_0500]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BorderColor_0500', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BorderColor_0500] start");
let newJson = getInspectorByKey('progress_capsule_resource');
console.info("[ArkUI_Stage_Progress_Capsule_BorderColor_0500]: " + JSON.stringify(newJson));
......@@ -896,7 +896,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.borderColor as 'abcdefghijk'
*/
it('[ArkUI_Stage_Progress_Capsule_BorderColor_0600]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BorderColor_0600', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BorderColor_0600] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_BorderColor_0600]: " + JSON.stringify(newJson));
......@@ -956,7 +956,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.borderColor as null
*/
it('[ArkUI_Stage_Progress_Capsule_BorderColor_0700]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BorderColor_0700', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BorderColor_0700] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_BorderColor_0700]: " + JSON.stringify(newJson));
......@@ -1016,7 +1016,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.borderColor as undefined
*/
it('[ArkUI_Stage_Progress_Capsule_BorderColor_0800]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_BorderColor_0800', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_BorderColor_0800] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_BorderColor_0800]: " + JSON.stringify(newJson));
......@@ -1076,7 +1076,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Get the default value of capsuleStyle.font.size
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Size_0100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Size_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_0100] start");
let newJson = getInspectorByKey('progress_capsule_default');
let newJsonDefault = getInspectorByKey('progress_capsule_default_default');
......@@ -1097,7 +1097,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.size as 16
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Size_0200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Size_0200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_0200] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_0200]: " + JSON.stringify(newJson));
......@@ -1136,7 +1136,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.size as '16vp'
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Size_0300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Size_0300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_0300] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_0300]: " + JSON.stringify(newJson));
......@@ -1175,7 +1175,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.size as ohos_id_text_margin_vertical
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Size_0400]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Size_0400', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_0400] start");
let newJson = getInspectorByKey('progress_capsule_resource');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_0400]: " + JSON.stringify(newJson));
......@@ -1216,7 +1216,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.size as '18px'
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Size_0500]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Size_0500', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_0500] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_0500]: " + JSON.stringify(newJson));
......@@ -1255,7 +1255,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.size as '18vp'
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Size_0600]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Size_0600', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_0600] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_0600]: " + JSON.stringify(newJson));
......@@ -1294,7 +1294,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.size as '18fp'
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Size_0700]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Size_0700', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_0700] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_0700]: " + JSON.stringify(newJson));
......@@ -1333,7 +1333,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.size as '18lpx'
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Size_0800]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Size_0800', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_0800] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_0800]: " + JSON.stringify(newJson));
......@@ -1372,7 +1372,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.size as 0
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Size_0900]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Size_0900', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_0900] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_0900]: " + JSON.stringify(newJson));
......@@ -1411,7 +1411,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.size as -10
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Size_1000]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Size_1000', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_1000] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_1000]: " + JSON.stringify(newJson));
......@@ -1452,7 +1452,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.size as 10000
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Size_1100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Size_1100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_1100] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_1100]: " + JSON.stringify(newJson));
......@@ -1491,7 +1491,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.size as null
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Size_1200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Size_1200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_1200] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_1200]: " + JSON.stringify(newJson));
......@@ -1532,7 +1532,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.size as undefined
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Size_1300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Size_1300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_1300] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Size_1300]: " + JSON.stringify(newJson));
......@@ -1573,7 +1573,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Get the default value of capsuleStyle.font.weight
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Weight_0100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Weight_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_0100] start");
let newJson = getInspectorByKey('progress_capsule_default');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_0100]: " + JSON.stringify(newJson));
......@@ -1592,7 +1592,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.weight as 700
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Weight_0200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Weight_0200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_0200] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_0200]: " + JSON.stringify(newJson));
......@@ -1631,7 +1631,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.weight as '700'
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Weight_0300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Weight_0300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_0300] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_0300]: " + JSON.stringify(newJson));
......@@ -1670,7 +1670,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.weight as FontWeight.Lighter
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Weight_0400]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Weight_0400', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_0400] start");
let newJson = getInspectorByKey('progress_capsule_enum');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_0400]: " + JSON.stringify(newJson));
......@@ -1709,7 +1709,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.weight as FontWeight.Normal
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Weight_0500]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Weight_0500', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_0500] start");
let newJson = getInspectorByKey('progress_capsule_enum');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_0500]: " + JSON.stringify(newJson));
......@@ -1748,7 +1748,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.weight as FontWeight.Regular
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Weight_0600]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Weight_0600', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_0600] start");
let newJson = getInspectorByKey('progress_capsule_enum');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_0600]: " + JSON.stringify(newJson));
......@@ -1787,7 +1787,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.weight as FontWeight.Medium
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Weight_0700]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Weight_0700', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_0700] start");
let newJson = getInspectorByKey('progress_capsule_enum');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_0700]: " + JSON.stringify(newJson));
......@@ -1826,7 +1826,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.weight as FontWeight.Bold
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Weight_0800]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Weight_0800', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_0800] start");
let newJson = getInspectorByKey('progress_capsule_enum');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_0800]: " + JSON.stringify(newJson));
......@@ -1865,7 +1865,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.weight as FontWeight.Bolder
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Weight_0900]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Weight_0900', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_0900] start");
let newJson = getInspectorByKey('progress_capsule_enum');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_0900]: " + JSON.stringify(newJson));
......@@ -1904,7 +1904,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.weight as 0
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Weight_1000]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Weight_1000', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_1000] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_1000]: " + JSON.stringify(newJson));
......@@ -1943,7 +1943,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.weight as -10
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Weight_1100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Weight_1100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_1100] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_1100]: " + JSON.stringify(newJson));
......@@ -1982,7 +1982,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.weight as 10000
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Weight_1200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Weight_1200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_1200] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_1200]: " + JSON.stringify(newJson));
......@@ -2021,7 +2021,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.weight as null
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Weight_1300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Weight_1300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_1300] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_1300]: " + JSON.stringify(newJson));
......@@ -2060,7 +2060,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.weight as undefined
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Weight_1400]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Weight_1400', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_1400] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Weight_1400]: " + JSON.stringify(newJson));
......@@ -2099,7 +2099,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Get the default value of capsuleStyle.font.style
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Style_0100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Style_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Style_0100] start");
let newJson = getInspectorByKey('progress_capsule_default');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Style_0100]: " + JSON.stringify(newJson));
......@@ -2118,7 +2118,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.style as FontStyle.Italic
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Style_0200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Style_0200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Style_0200] start");
let newJson = getInspectorByKey('progress_capsule_enum');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Style_0200]: " + JSON.stringify(newJson));
......@@ -2157,7 +2157,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.style as FontStyle.Normal
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Style_0300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Style_0300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Style_0300] start");
let newJson = getInspectorByKey('progress_capsule_enum');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Style_0300]: " + JSON.stringify(newJson));
......@@ -2196,7 +2196,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.style as null
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Style_0400]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Style_0400', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Style_0400] start");
let newJson = getInspectorByKey('progress_capsule_enum');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Style_0400]: " + JSON.stringify(newJson));
......@@ -2235,7 +2235,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.font.style as undefined
*/
it('[ArkUI_Stage_Progress_Capsule_Font_Style_0500]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Font_Style_0500', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Font_Style_0500] start");
let newJson = getInspectorByKey('progress_capsule_enum');
console.info("[ArkUI_Stage_Progress_Capsule_Font_Style_0500]: " + JSON.stringify(newJson));
......@@ -2274,7 +2274,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Get the default value of capsuleStyle.fontColor
*/
it('[ArkUI_Stage_Progress_Capsule_FontColor_0100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_FontColor_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_FontColor_0100] start");
let newJson = getInspectorByKey('progress_capsule_default');
let newJsonDefault = getInspectorByKey('progress_capsule_default_default');
......@@ -2294,7 +2294,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.fontColor as 0xFFFF0000
*/
it('[ArkUI_Stage_Progress_Capsule_FontColor_0200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_FontColor_0200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_FontColor_0200] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_FontColor_0200]: " + JSON.stringify(newJson));
......@@ -2332,7 +2332,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.fontColor as '#FFFF9535'
*/
it('[ArkUI_Stage_Progress_Capsule_FontColor_0300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_FontColor_0300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_FontColor_0300] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_FontColor_0300]: " + JSON.stringify(newJson));
......@@ -2370,7 +2370,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.fontColor as Color.Red
*/
it('[ArkUI_Stage_Progress_Capsule_FontColor_0400]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_FontColor_0400', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_FontColor_0400] start");
let newJson = getInspectorByKey('progress_capsule_enum');
console.info("[ArkUI_Stage_Progress_Capsule_FontColor_0400]: " + JSON.stringify(newJson));
......@@ -2408,7 +2408,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.fontColor as ohos_id_color_connected
*/
it('[ArkUI_Stage_Progress_Capsule_FontColor_0500]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_FontColor_0500', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_FontColor_0500] start");
let newJson = getInspectorByKey('progress_capsule_resource');
console.info("[ArkUI_Stage_Progress_Capsule_FontColor_0500]: " + JSON.stringify(newJson));
......@@ -2448,7 +2448,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.fontColor as 'abcdefghijk'
*/
it('[ArkUI_Stage_Progress_Capsule_FontColor_0600]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_FontColor_0600', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_FontColor_0600] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_FontColor_0600]: " + JSON.stringify(newJson));
......@@ -2488,7 +2488,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.fontColor as null
*/
it('[ArkUI_Stage_Progress_Capsule_FontColor_0700]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_FontColor_0700', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_FontColor_0700] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_FontColor_0700]: " + JSON.stringify(newJson));
......@@ -2528,7 +2528,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.fontColor as undefined
*/
it('[ArkUI_Stage_Progress_Capsule_FontColor_0800]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_FontColor_0800', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_FontColor_0800] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_FontColor_0800]: " + JSON.stringify(newJson));
......@@ -2568,7 +2568,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Get the default value of capsuleStyle.content
*/
it('[ArkUI_Stage_Progress_Capsule_Content_0100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Content_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Content_0100] start");
let newJson = getInspectorByKey('progress_capsule_showDefaultPercentage_default');
console.info("[ArkUI_Stage_Progress_Capsule_Content_0100]: " + JSON.stringify(newJson));
......@@ -2586,7 +2586,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.fontColor as '下载'
*/
it('[ArkUI_Stage_Progress_Capsule_Content_0200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Content_0200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Content_0200] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_Content_0200]: " + JSON.stringify(newJson));
......@@ -2624,7 +2624,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.fontColor as '继续'
*/
it('[ArkUI_Stage_Progress_Capsule_Content_0300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Content_0300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Content_0300] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_Content_0300]: " + JSON.stringify(newJson));
......@@ -2662,7 +2662,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.fontColor as '安装中'
*/
it('[ArkUI_Stage_Progress_Capsule_Content_0400]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Content_0400', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Content_0400] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_Content_0400]: " + JSON.stringify(newJson));
......@@ -2700,7 +2700,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.fontColor as '打开'
*/
it('[ArkUI_Stage_Progress_Capsule_Content_0500]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Content_0500', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Content_0500] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_Content_0500]: " + JSON.stringify(newJson));
......@@ -2738,7 +2738,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.fontColor as ''
*/
it('[ArkUI_Stage_Progress_Capsule_Content_0600]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Content_0600', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Content_0600] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_Content_0600]: " + JSON.stringify(newJson));
......@@ -2776,7 +2776,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.fontColor as null
*/
it('[ArkUI_Stage_Progress_Capsule_Content_0700]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Content_0700', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Content_0700] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_Content_0700]: " + JSON.stringify(newJson));
......@@ -2816,7 +2816,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.fontColor as undefined
*/
it('[ArkUI_Stage_Progress_Capsule_Content_0800]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_Content_0800', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_Content_0800] start");
let newJson = getInspectorByKey('progress_capsule_string');
console.info("[ArkUI_Stage_Progress_Capsule_Content_0800]: " + JSON.stringify(newJson));
......@@ -2856,7 +2856,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Get the default value of capsuleStyle.enableScanEffect
*/
it('[ArkUI_Stage_Progress_Capsule_EnableScanEffect_0100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_EnableScanEffect_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_EnableScanEffect_0100] start");
let newJson = getInspectorByKey('progress_capsule_default');
console.info("[ArkUI_Stage_Progress_Capsule_EnableScanEffect_0100]: " + JSON.stringify(newJson));
......@@ -2874,7 +2874,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.enableScanEffect as true
*/
it('[ArkUI_Stage_Progress_Capsule_EnableScanEffect_0200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_EnableScanEffect_0200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_EnableScanEffect_0200] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_EnableScanEffect_0200]: " + JSON.stringify(newJson));
......@@ -2912,7 +2912,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.enableScanEffect as false
*/
it('[ArkUI_Stage_Progress_Capsule_EnableScanEffect_0300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_EnableScanEffect_0300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_EnableScanEffect_0300] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_EnableScanEffect_0300]: " + JSON.stringify(newJson));
......@@ -2950,7 +2950,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.enableScanEffect as null
*/
it('[ArkUI_Stage_Progress_Capsule_EnableScanEffect_0400]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_EnableScanEffect_0400', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_EnableScanEffect_0400] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_EnableScanEffect_0400]: " + JSON.stringify(newJson));
......@@ -2988,7 +2988,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.enableScanEffect as undefined
*/
it('[ArkUI_Stage_Progress_Capsule_EnableScanEffect_0500]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_EnableScanEffect_0500', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_EnableScanEffect_0500] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_EnableScanEffect_0500]: " + JSON.stringify(newJson));
......@@ -3026,7 +3026,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Get the default value of capsuleStyle.showDefaultPercentage
*/
it('[ArkUI_Stage_Progress_Capsule_ShowDefaultPercentage_0100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_ShowDefaultPercentage_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_ShowDefaultPercentage_0100] start");
let newJson = getInspectorByKey('progress_capsule_default');
console.info("[ArkUI_Stage_Progress_Capsule_ShowDefaultPercentage_0100]: " + JSON.stringify(newJson));
......@@ -3044,7 +3044,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.showDefaultPercentage as true
*/
it('[ArkUI_Stage_Progress_Capsule_ShowDefaultPercentage_0200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_ShowDefaultPercentage_0200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_ShowDefaultPercentage_0200] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_ShowDefaultPercentage_0200]: " + JSON.stringify(newJson));
......@@ -3082,7 +3082,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.showDefaultPercentage as false
*/
it('[ArkUI_Stage_Progress_Capsule_ShowDefaultPercentage_0300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_ShowDefaultPercentage_0300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_ShowDefaultPercentage_0300] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_ShowDefaultPercentage_0300]: " + JSON.stringify(newJson));
......@@ -3120,7 +3120,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.showDefaultPercentage as null
*/
it('[ArkUI_Stage_Progress_Capsule_ShowDefaultPercentage_0400]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_ShowDefaultPercentage_0400', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_ShowDefaultPercentage_0400] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_ShowDefaultPercentage_0400]: " + JSON.stringify(newJson));
......@@ -3158,7 +3158,7 @@ export default function progressSecTest() {
* @tc.name Tests the capsuleStyle property of the progress capsule component
* @tc.desc Set the value of capsuleStyle.showDefaultPercentage as undefined
*/
it('[ArkUI_Stage_Progress_Capsule_ShowDefaultPercentage_0500]', 0, async function (done) {
it('ArkUI_Stage_Progress_Capsule_ShowDefaultPercentage_0500', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Capsule_ShowDefaultPercentage_0500] start");
let newJson = getInspectorByKey('progress_capsule_number');
console.info("[ArkUI_Stage_Progress_Capsule_ShowDefaultPercentage_0500]: " + JSON.stringify(newJson));
......@@ -3197,7 +3197,7 @@ export default function progressSecTest() {
* @tc.name Tests the backgroundColor property of the progress ring component
* @tc.desc Get the default value of backgroundColor
*/
it('[ArkUI_Stage_Progress_Ring_BackgroundColor_0100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_BackgroundColor_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_BackgroundColor_0100] start");
let newJson = getInspectorByKey('progress_ring_default');
let newJsonDefault = getInspectorByKey('progress_ring_default_default');
......@@ -3222,7 +3222,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Get the default value of ringStyle.strokeWidth
*/
it('[ArkUI_Stage_Progress_Ring_StrokeWidth_0100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_StrokeWidth_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_0100] start");
let newJson = getInspectorByKey('progress_ring_default');
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_0100]: " + JSON.stringify(newJson));
......@@ -3240,7 +3240,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.strokeWidth as 10
*/
it('[ArkUI_Stage_Progress_Ring_StrokeWidth_0200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_StrokeWidth_0200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_0200] start");
let newJson = getInspectorByKey('progress_ring_number');
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_0200]: " + JSON.stringify(newJson));
......@@ -3278,7 +3278,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.strokeWidth as 10vp
*/
it('[ArkUI_Stage_Progress_Ring_StrokeWidth_0300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_StrokeWidth_0300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_0300] start");
let newJson = getInspectorByKey('progress_ring_string');
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_0300]: " + JSON.stringify(newJson));
......@@ -3316,7 +3316,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.strokeWidth as ohos_id_text_margin_vertical
*/
it('[ArkUI_Stage_Progress_Ring_StrokeWidth_0400]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_StrokeWidth_0400', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_0400] start");
let newJson = getInspectorByKey('progress_ring_resource');
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_0400]: " + JSON.stringify(newJson));
......@@ -3356,7 +3356,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.strokeWidth as 20px
*/
it('[ArkUI_Stage_Progress_Ring_StrokeWidth_0500]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_StrokeWidth_0500', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_0500] start");
let newJson = getInspectorByKey('progress_ring_string');
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_0500]: " + JSON.stringify(newJson));
......@@ -3394,7 +3394,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.strokeWidth as 20vp
*/
it('[ArkUI_Stage_Progress_Ring_StrokeWidth_0600]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_StrokeWidth_0600', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_0600] start");
let newJson = getInspectorByKey('progress_ring_string');
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_0600]: " + JSON.stringify(newJson));
......@@ -3432,7 +3432,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.strokeWidth as 20fp
*/
it('[ArkUI_Stage_Progress_Ring_StrokeWidth_0700]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_StrokeWidth_0700', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_0700] start");
let newJson = getInspectorByKey('progress_ring_string');
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_0700]: " + JSON.stringify(newJson));
......@@ -3470,7 +3470,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.strokeWidth as 20lpx
*/
it('[ArkUI_Stage_Progress_Ring_StrokeWidth_0800]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_StrokeWidth_0800', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_0800] start");
let newJson = getInspectorByKey('progress_ring_string');
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_0800]: " + JSON.stringify(newJson));
......@@ -3508,7 +3508,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.strokeWidth as 0
*/
it('[ArkUI_Stage_Progress_Ring_StrokeWidth_0900]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_StrokeWidth_0900', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_0900] start");
let newJson = getInspectorByKey('progress_ring_number');
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_0900]: " + JSON.stringify(newJson));
......@@ -3546,7 +3546,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.strokeWidth as -10
*/
it('[ArkUI_Stage_Progress_Ring_StrokeWidth_1000]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_StrokeWidth_1000', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_1000] start");
let newJson = getInspectorByKey('progress_ring_number');
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_1000]: " + JSON.stringify(newJson));
......@@ -3584,7 +3584,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.strokeWidth as 10000
*/
it('[ArkUI_Stage_Progress_Ring_StrokeWidth_1100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_StrokeWidth_1100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_1100] start");
let newJson = getInspectorByKey('progress_ring_number');
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_1100]: " + JSON.stringify(newJson));
......@@ -3622,7 +3622,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.strokeWidth as null
*/
it('[ArkUI_Stage_Progress_Ring_StrokeWidth_1200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_StrokeWidth_1200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_1200] start");
let newJson = getInspectorByKey('progress_ring_number');
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_1200]: " + JSON.stringify(newJson));
......@@ -3660,7 +3660,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.strokeWidth as undefined
*/
it('[ArkUI_Stage_Progress_Ring_StrokeWidth_1300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_StrokeWidth_1300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_1300] start");
let newJson = getInspectorByKey('progress_ring_number');
console.info("[ArkUI_Stage_Progress_Ring_StrokeWidth_1300]: " + JSON.stringify(newJson));
......@@ -3698,7 +3698,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Get the default value of ringStyle.shadow
*/
it('[ArkUI_Stage_Progress_Ring_Shadow_0100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Shadow_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Shadow_0100] start");
let newJson = getInspectorByKey('progress_ring_default');
console.info("[ArkUI_Stage_Progress_Ring_Shadow_0100]: " + JSON.stringify(newJson));
......@@ -3716,7 +3716,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.shadow as true
*/
it('[ArkUI_Stage_Progress_Ring_Shadow_0200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Shadow_0200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Shadow_0200] start");
let newJson = getInspectorByKey('progress_ring_number');
console.info("[ArkUI_Stage_Progress_Ring_Shadow_0200]: " + JSON.stringify(newJson));
......@@ -3754,7 +3754,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.shadow as false
*/
it('[ArkUI_Stage_Progress_Ring_Shadow_0300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Shadow_0300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Shadow_0300] start");
let newJson = getInspectorByKey('progress_ring_number');
console.info("[ArkUI_Stage_Progress_Ring_Shadow_0300]: " + JSON.stringify(newJson));
......@@ -3792,7 +3792,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.shadow as null
*/
it('[ArkUI_Stage_Progress_Ring_Shadow_0400]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Shadow_0400', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Shadow_0400] start");
let newJson = getInspectorByKey('progress_ring_number');
console.info("[ArkUI_Stage_Progress_Ring_Shadow_0400]: " + JSON.stringify(newJson));
......@@ -3830,7 +3830,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.shadow as undefined
*/
it('[ArkUI_Stage_Progress_Ring_Shadow_0500]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Shadow_0500', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Shadow_0500] start");
let newJson = getInspectorByKey('progress_ring_number');
console.info("[ArkUI_Stage_Progress_Ring_Shadow_0500]: " + JSON.stringify(newJson));
......@@ -3868,7 +3868,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Get the default value of ringStyle.status
*/
it('[ArkUI_Stage_Progress_Ring_Status_0100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Status_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Status_0100] start");
let newJson = getInspectorByKey('progress_ring_default');
console.info("[ArkUI_Stage_Progress_Ring_Status_0100]: " + JSON.stringify(newJson));
......@@ -3886,7 +3886,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.status as ProgressStatus.LOADING
*/
it('[ArkUI_Stage_Progress_Ring_Status_0200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Status_0200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Status_0200] start");
let newJson = getInspectorByKey('progress_ring_number');
console.info("[ArkUI_Stage_Progress_Ring_Status_0200]: " + JSON.stringify(newJson));
......@@ -3924,7 +3924,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.status as ProgressStatus.PROGRESSING
*/
it('[ArkUI_Stage_Progress_Ring_Status_0300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Status_0300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Status_0300] start");
let newJson = getInspectorByKey('progress_ring_number');
console.info("[ArkUI_Stage_Progress_Ring_Status_0300]: " + JSON.stringify(newJson));
......@@ -3962,7 +3962,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.status as null
*/
it('[ArkUI_Stage_Progress_Ring_Status_0400]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Status_0400', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Status_0400] start");
let newJson = getInspectorByKey('progress_ring_number');
console.info("[ArkUI_Stage_Progress_Ring_Status_0400]: " + JSON.stringify(newJson));
......@@ -4000,7 +4000,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.status as undefined
*/
it('[ArkUI_Stage_Progress_Ring_Status_0500]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Status_0500', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Status_0500] start");
let newJson = getInspectorByKey('progress_ring_number');
console.info("[ArkUI_Stage_Progress_Ring_Status_0500]: " + JSON.stringify(newJson));
......@@ -4038,7 +4038,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Get the default value of color
*/
it('[ArkUI_Stage_Progress_Ring_Color_0100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_0100] start");
let newJson = getInspectorByKey('progress_ring_default');
let newJsonDefaultColorBegin = getInspectorByKey('progress_ring_default_default_color_begin');
......@@ -4061,7 +4061,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as 0xFFFF0000
*/
it('[ArkUI_Stage_Progress_Ring_Color_0200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_0200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_0200] start");
let newJson = getInspectorByKey('progress_ring_number');
console.info("[ArkUI_Stage_Progress_Ring_Color_0200]: " + JSON.stringify(newJson));
......@@ -4098,7 +4098,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as [{color: 0xFFFF0000, offset: 0}, {color: 0xFFFFFFFF, offset: 1}]
*/
it('[ArkUI_Stage_Progress_Ring_Color_0300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_0300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_0300] start");
let newJson = getInspectorByKey('progress_ring_linear_number');
console.info("[ArkUI_Stage_Progress_Ring_Color_0300]: " + JSON.stringify(newJson));
......@@ -4135,7 +4135,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as [{color: '#FFFF9A35', offset: 0}, {color: '#FFFFFFFF', offset: 1}]
*/
it('[ArkUI_Stage_Progress_Ring_Color_0400]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_0400', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_0400] start");
let newJson = getInspectorByKey('progress_ring_linear_string');
console.info("[ArkUI_Stage_Progress_Ring_Color_0400]: " + JSON.stringify(newJson));
......@@ -4172,7 +4172,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as [{color: Color.Red, offset: 0}, {color: Color.White, offset: 1}]
*/
it('[ArkUI_Stage_Progress_Ring_Color_0500]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_0500', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_0500] start");
let newJson = getInspectorByKey('progress_ring_linear_color');
console.info("[ArkUI_Stage_Progress_Ring_Color_0500]: " + JSON.stringify(newJson));
......@@ -4209,7 +4209,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as [{color: $r('sys.color.ohos_id_color_connected'), offset: 0}, {color: $r('sys.color.ohos_id_color_background'), offset: 1}]
*/
it('[ArkUI_Stage_Progress_Ring_Color_0600]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_0600', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_0600] start");
let newJson = getInspectorByKey('progress_ring_linear_resource');
console.info("[ArkUI_Stage_Progress_Ring_Color_0600]: " + JSON.stringify(newJson));
......@@ -4251,7 +4251,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as null
*/
it('[ArkUI_Stage_Progress_Ring_Color_0700]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_0700', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_0700] start");
let newJson = getInspectorByKey('progress_ring_linear_null');
console.info("[ArkUI_Stage_Progress_Ring_Color_0700]: " + JSON.stringify(newJson));
......@@ -4295,7 +4295,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as undefined
*/
it('[ArkUI_Stage_Progress_Ring_Color_0800]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_0800', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_0800] start");
let newJson = getInspectorByKey('progress_ring_linear_undefined');
console.info("[ArkUI_Stage_Progress_Ring_Color_0800]: " + JSON.stringify(newJson));
......@@ -4339,7 +4339,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Get the default value of color
*/
it('[ArkUI_Stage_Progress_Ring_Color_1100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_1100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_1100] start");
let newJson = getInspectorByKey('progress_linear_color_default');
let newJsonDefaultColorBegin = getInspectorByKey('progress_ring_default_default_color_begin');
......@@ -4362,7 +4362,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as 0xFFFF0000
*/
it('[ArkUI_Stage_Progress_Ring_Color_1200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_1200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_1200] start");
let newJson = getInspectorByKey('progress_linear_color_number');
console.info("[ArkUI_Stage_Progress_Ring_Color_1200]: " + JSON.stringify(newJson));
......@@ -4399,7 +4399,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as [{color: 0xFFFF0000, offset: 0}, {color: 0xFFFFFFFF, offset: 1}]
*/
it('[ArkUI_Stage_Progress_Ring_Color_1300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_1300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_1300] start");
let newJson = getInspectorByKey('progress_linear_color_linear_number');
console.info("[ArkUI_Stage_Progress_Ring_Color_1300]: " + JSON.stringify(newJson));
......@@ -4436,7 +4436,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as [{color: '#FFFF9A35', offset: 0}, {color: '#FFFFFFFF', offset: 1}]
*/
it('[ArkUI_Stage_Progress_Ring_Color_1400]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_1400', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_1400] start");
let newJson = getInspectorByKey('progress_linear_color_linear_string');
console.info("[ArkUI_Stage_Progress_Ring_Color_1400]: " + JSON.stringify(newJson));
......@@ -4473,7 +4473,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as [{color: Color.Red, offset: 0}, {color: Color.White, offset: 1}]
*/
it('[ArkUI_Stage_Progress_Ring_Color_1500]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_1500', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_1500] start");
let newJson = getInspectorByKey('progress_linear_color_linear_color');
console.info("[ArkUI_Stage_Progress_Ring_Color_1500]: " + JSON.stringify(newJson));
......@@ -4510,7 +4510,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as [{color: $r('sys.color.ohos_id_color_connected'), offset: 0}, {color: $r('sys.color.ohos_id_color_background'), offset: 1}]
*/
it('[ArkUI_Stage_Progress_Ring_Color_1600]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_1600', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_1600] start");
let newJson = getInspectorByKey('progress_linear_color_linear_resource');
console.info("[ArkUI_Stage_Progress_Ring_Color_1600]: " + JSON.stringify(newJson));
......@@ -4552,7 +4552,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as null
*/
it('[ArkUI_Stage_Progress_Ring_Color_1700]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_1700', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_1700] start");
let newJson = getInspectorByKey('progress_linear_color_linear_null');
console.info("[ArkUI_Stage_Progress_Ring_Color_1700]: " + JSON.stringify(newJson));
......@@ -4597,7 +4597,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as undefined
*/
it('[ArkUI_Stage_Progress_Ring_Color_1800]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_1800', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_1800] start");
let newJson = getInspectorByKey('progress_linear_color_linear_undefined');
console.info("[ArkUI_Stage_Progress_Ring_Color_1800]: " + JSON.stringify(newJson));
......@@ -4642,7 +4642,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Get the default value of color
*/
it('[ArkUI_Stage_Progress_Ring_Color_2100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_2100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_2100] start");
let newJson = getInspectorByKey('progress_eclipse_color_default');
let newJsonDefaultColorBegin = getInspectorByKey('progress_ring_default_default_color_begin');
......@@ -4665,7 +4665,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as 0xFFFF0000
*/
it('[ArkUI_Stage_Progress_Ring_Color_2200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_2200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_2200] start");
let newJson = getInspectorByKey('progress_eclipse_color_number');
console.info("[ArkUI_Stage_Progress_Ring_Color_2200]: " + JSON.stringify(newJson));
......@@ -4702,7 +4702,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as [{color: 0xFFFF0000, offset: 0}, {color: 0xFFFFFFFF, offset: 1}]
*/
it('[ArkUI_Stage_Progress_Ring_Color_2300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_2300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_2300] start");
let newJson = getInspectorByKey('progress_eclipse_color_linear_number');
console.info("[ArkUI_Stage_Progress_Ring_Color_2300]: " + JSON.stringify(newJson));
......@@ -4739,7 +4739,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as [{color: '#FFFF9A35', offset: 0}, {color: '#FFFFFFFF', offset: 1}]
*/
it('[ArkUI_Stage_Progress_Ring_Color_2400]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_2400', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_2400] start");
let newJson = getInspectorByKey('progress_eclipse_color_linear_string');
console.info("[ArkUI_Stage_Progress_Ring_Color_2400]: " + JSON.stringify(newJson));
......@@ -4776,7 +4776,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as [{color: Color.Red, offset: 0}, {color: Color.White, offset: 1}]
*/
it('[ArkUI_Stage_Progress_Ring_Color_2500]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_2500', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_2500] start");
let newJson = getInspectorByKey('progress_eclipse_color_linear_color');
console.info("[ArkUI_Stage_Progress_Ring_Color_2500]: " + JSON.stringify(newJson));
......@@ -4813,7 +4813,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as [{color: $r('sys.color.ohos_id_color_connected'), offset: 0}, {color: $r('sys.color.ohos_id_color_background'), offset: 1}]
*/
it('[ArkUI_Stage_Progress_Ring_Color_2600]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_2600', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_2600] start");
let newJson = getInspectorByKey('progress_eclipse_color_linear_resource');
console.info("[ArkUI_Stage_Progress_Ring_Color_2600]: " + JSON.stringify(newJson));
......@@ -4855,7 +4855,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as null
*/
it('[ArkUI_Stage_Progress_Ring_Color_2700]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_2700', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_2700] start");
let newJson = getInspectorByKey('progress_eclipse_color_linear_null');
console.info("[ArkUI_Stage_Progress_Ring_Color_2700]: " + JSON.stringify(newJson));
......@@ -4900,7 +4900,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as undefined
*/
it('[ArkUI_Stage_Progress_Ring_Color_2800]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_2800', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_2800] start");
let newJson = getInspectorByKey('progress_eclipse_color_linear_undefined');
console.info("[ArkUI_Stage_Progress_Ring_Color_2800]: " + JSON.stringify(newJson));
......@@ -4945,7 +4945,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Get the default value of color
*/
it('[ArkUI_Stage_Progress_Ring_Color_3100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_3100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_3100] start");
let newJson = getInspectorByKey('progress_scaleRing_color_default');
let newJsonDefaultColorBegin = getInspectorByKey('progress_ring_default_default_color_begin');
......@@ -4968,7 +4968,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as 0xFFFF0000
*/
it('[ArkUI_Stage_Progress_Ring_Color_3200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_3200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_3200] start");
let newJson = getInspectorByKey('progress_scaleRing_color_number');
console.info("[ArkUI_Stage_Progress_Ring_Color_3200]: " + JSON.stringify(newJson));
......@@ -5005,7 +5005,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as [{color: 0xFFFF0000, offset: 0}, {color: 0xFFFFFFFF, offset: 1}]
*/
it('[ArkUI_Stage_Progress_Ring_Color_3300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_3300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_3300] start");
let newJson = getInspectorByKey('progress_scaleRing_color_linear_number');
console.info("[ArkUI_Stage_Progress_Ring_Color_3300]: " + JSON.stringify(newJson));
......@@ -5042,7 +5042,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as [{color: '#FFFF9A35', offset: 0}, {color: '#FFFFFFFF', offset: 1}]
*/
it('[ArkUI_Stage_Progress_Ring_Color_3400]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_3400', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_3400] start");
let newJson = getInspectorByKey('progress_scaleRing_color_linear_string');
console.info("[ArkUI_Stage_Progress_Ring_Color_3400]: " + JSON.stringify(newJson));
......@@ -5079,7 +5079,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as [{color: Color.Red, offset: 0}, {color: Color.White, offset: 1}]
*/
it('[ArkUI_Stage_Progress_Ring_Color_3500]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_3500', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_3500] start");
let newJson = getInspectorByKey('progress_scaleRing_color_linear_color');
console.info("[ArkUI_Stage_Progress_Ring_Color_3500]: " + JSON.stringify(newJson));
......@@ -5116,7 +5116,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as [{color: $r('sys.color.ohos_id_color_connected'), offset: 0}, {color: $r('sys.color.ohos_id_color_background'), offset: 1}]
*/
it('[ArkUI_Stage_Progress_Ring_Color_3600]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_3600', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_3600] start");
let newJson = getInspectorByKey('progress_scaleRing_color_linear_resource');
console.info("[ArkUI_Stage_Progress_Ring_Color_3600]: " + JSON.stringify(newJson));
......@@ -5158,7 +5158,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as null
*/
it('[ArkUI_Stage_Progress_Ring_Color_3700]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_3700', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_3700] start");
let newJson = getInspectorByKey('progress_scaleRing_color_linear_null');
console.info("[ArkUI_Stage_Progress_Ring_Color_3700]: " + JSON.stringify(newJson));
......@@ -5203,7 +5203,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as undefined
*/
it('[ArkUI_Stage_Progress_Ring_Color_3800]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_3800', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_3800] start");
let newJson = getInspectorByKey('progress_scaleRing_color_linear_undefined');
console.info("[ArkUI_Stage_Progress_Ring_Color_3800]: " + JSON.stringify(newJson));
......@@ -5248,7 +5248,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Get the default value of color
*/
it('[ArkUI_Stage_Progress_Ring_Color_4100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_4100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_4100] start");
let newJson = getInspectorByKey('progress_capsule_color_default');
let newJsonDefaultColorBegin = getInspectorByKey('progress_ring_default_default_color_begin');
......@@ -5271,7 +5271,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as 0xFFFF0000
*/
it('[ArkUI_Stage_Progress_Ring_Color_4200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_4200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_4200] start");
let newJson = getInspectorByKey('progress_capsule_color_number');
console.info("[ArkUI_Stage_Progress_Ring_Color_4200]: " + JSON.stringify(newJson));
......@@ -5308,7 +5308,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as [{color: 0xFFFF0000, offset: 0}, {color: 0xFFFFFFFF, offset: 1}]
*/
it('[ArkUI_Stage_Progress_Ring_Color_4300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_4300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_4300] start");
let newJson = getInspectorByKey('progress_capsule_color_linear_number');
console.info("[ArkUI_Stage_Progress_Ring_Color_4300]: " + JSON.stringify(newJson));
......@@ -5345,7 +5345,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as [{color: '#FFFF9A35', offset: 0}, {color: '#FFFFFFFF', offset: 1}]
*/
it('[ArkUI_Stage_Progress_Ring_Color_4400]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_4400', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_4400] start");
let newJson = getInspectorByKey('progress_capsule_color_linear_string');
console.info("[ArkUI_Stage_Progress_Ring_Color_4400]: " + JSON.stringify(newJson));
......@@ -5382,7 +5382,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as [{color: Color.Red, offset: 0}, {color: Color.White, offset: 1}]
*/
it('[ArkUI_Stage_Progress_Ring_Color_4500]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_4500', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_4500] start");
let newJson = getInspectorByKey('progress_capsule_color_linear_color');
console.info("[ArkUI_Stage_Progress_Ring_Color_4500]: " + JSON.stringify(newJson));
......@@ -5419,7 +5419,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as [{color: $r('sys.color.ohos_id_color_connected'), offset: 0}, {color: $r('sys.color.ohos_id_color_background'), offset: 1}]
*/
it('[ArkUI_Stage_Progress_Ring_Color_4600]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_4600', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_4600] start");
let newJson = getInspectorByKey('progress_capsule_color_linear_resource');
console.info("[ArkUI_Stage_Progress_Ring_Color_4600]: " + JSON.stringify(newJson));
......@@ -5461,7 +5461,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as null
*/
it('[ArkUI_Stage_Progress_Ring_Color_4700]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_4700', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_4700] start");
let newJson = getInspectorByKey('progress_capsule_color_linear_null');
console.info("[ArkUI_Stage_Progress_Ring_Color_4700]: " + JSON.stringify(newJson));
......@@ -5506,7 +5506,7 @@ export default function progressSecTest() {
* @tc.name Tests the color property of the progress ring component
* @tc.desc Set the value of color as undefined
*/
it('[ArkUI_Stage_Progress_Ring_Color_4800]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_Color_4800', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_Color_4800] start");
let newJson = getInspectorByKey('progress_capsule_color_linear_undefined');
console.info("[ArkUI_Stage_Progress_Ring_Color_4800]: " + JSON.stringify(newJson));
......@@ -5551,7 +5551,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Get the default value of ringStyle.enableScanEffect
*/
it('[ArkUI_Stage_Progress_Ring_EnableScanEffect_0100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_EnableScanEffect_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_EnableScanEffect_0100] start");
let newJson = getInspectorByKey('progress_ring_default');
console.info("[ArkUI_Stage_Progress_Ring_EnableScanEffect_0100]: " + JSON.stringify(newJson));
......@@ -5569,7 +5569,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.enableScanEffect as true
*/
it('[ArkUI_Stage_Progress_Ring_EnableScanEffect_0200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_EnableScanEffect_0200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_EnableScanEffect_0200] start");
let newJson = getInspectorByKey('progress_ring_number');
console.info("[ArkUI_Stage_Progress_Ring_EnableScanEffect_0200]: " + JSON.stringify(newJson));
......@@ -5607,7 +5607,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.enableScanEffect as false
*/
it('[ArkUI_Stage_Progress_Ring_EnableScanEffect_0300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_EnableScanEffect_0300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_EnableScanEffect_0300] start");
let newJson = getInspectorByKey('progress_ring_number');
console.info("[ArkUI_Stage_Progress_Ring_EnableScanEffect_0300]: " + JSON.stringify(newJson));
......@@ -5645,7 +5645,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.enableScanEffect as null
*/
it('[ArkUI_Stage_Progress_Ring_EnableScanEffect_0400]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_EnableScanEffect_0400', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_EnableScanEffect_0400] start");
let newJson = getInspectorByKey('progress_ring_number');
console.info("[ArkUI_Stage_Progress_Ring_EnableScanEffect_0400]: " + JSON.stringify(newJson));
......@@ -5683,7 +5683,7 @@ export default function progressSecTest() {
* @tc.name Tests the ringStyle property of the progress ring component
* @tc.desc Set the value of ringStyle.enableScanEffect as undefined
*/
it('[ArkUI_Stage_Progress_Ring_EnableScanEffect_0500]', 0, async function (done) {
it('ArkUI_Stage_Progress_Ring_EnableScanEffect_0500', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Ring_EnableScanEffect_0500] start");
let newJson = getInspectorByKey('progress_ring_number');
console.info("[ArkUI_Stage_Progress_Ring_EnableScanEffect_0500]: " + JSON.stringify(newJson));
......@@ -5721,7 +5721,7 @@ export default function progressSecTest() {
* @tc.name Tests the linearStyle property of the progress linear component
* @tc.desc Get the default value of linearStyle.enableScanEffect
*/
it('[ArkUI_Stage_Progress_Linear_EnableScanEffect_0100]', 0, async function (done) {
it('ArkUI_Stage_Progress_Linear_EnableScanEffect_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Linear_EnableScanEffect_0100] start");
let newJson = getInspectorByKey('progress_linear_color_default');
console.info("[ArkUI_Stage_Progress_Linear_EnableScanEffect_0100]: " + JSON.stringify(newJson));
......@@ -5739,7 +5739,7 @@ export default function progressSecTest() {
* @tc.name Tests the linearStyle property of the progress linear component
* @tc.desc Set the value of linearStyle.enableScanEffect as true
*/
it('[ArkUI_Stage_Progress_Linear_EnableScanEffect_0200]', 0, async function (done) {
it('ArkUI_Stage_Progress_Linear_EnableScanEffect_0200', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Linear_EnableScanEffect_0200] start");
let newJson = getInspectorByKey('progress_linear_color_number');
console.info("[ArkUI_Stage_Progress_Linear_EnableScanEffect_0200]: " + JSON.stringify(newJson));
......@@ -5777,7 +5777,7 @@ export default function progressSecTest() {
* @tc.name Tests the linearStyle property of the progress linear component
* @tc.desc Set the value of linearStyle.enableScanEffect as false
*/
it('[ArkUI_Stage_Progress_Linear_EnableScanEffect_0300]', 0, async function (done) {
it('ArkUI_Stage_Progress_Linear_EnableScanEffect_0300', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Linear_EnableScanEffect_0300] start");
let newJson = getInspectorByKey('progress_linear_color_number');
console.info("[ArkUI_Stage_Progress_Linear_EnableScanEffect_0300]: " + JSON.stringify(newJson));
......@@ -5815,7 +5815,7 @@ export default function progressSecTest() {
* @tc.name Tests the linearStyle property of the progress linear component
* @tc.desc Set the value of linearStyle.enableScanEffect as null
*/
it('[ArkUI_Stage_Progress_Linear_EnableScanEffect_0400]', 0, async function (done) {
it('ArkUI_Stage_Progress_Linear_EnableScanEffect_0400', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Linear_EnableScanEffect_0400] start");
let newJson = getInspectorByKey('progress_linear_color_number');
console.info("[ArkUI_Stage_Progress_Linear_EnableScanEffect_0400]: " + JSON.stringify(newJson));
......@@ -5853,7 +5853,7 @@ export default function progressSecTest() {
* @tc.name Tests the linearStyle property of the progress linear component
* @tc.desc Set the value of linearStyle.enableScanEffect as undefined
*/
it('[ArkUI_Stage_Progress_Linear_EnableScanEffect_0500]', 0, async function (done) {
it('ArkUI_Stage_Progress_Linear_EnableScanEffect_0500', 0, async function (done) {
console.info("[ArkUI_Stage_Progress_Linear_EnableScanEffect_0500] start");
let newJson = getInspectorByKey('progress_linear_color_number');
console.info("[ArkUI_Stage_Progress_Linear_EnableScanEffect_0500]: " + JSON.stringify(newJson));
......
......@@ -122,7 +122,7 @@ export default function search() {
* @tc.name Tests the caretStyle property of the search component
* @tc.desc Get the default value of caretStyle.width
*/
it('[ArkUI_Stage_Search_CaretStyle_0100]', 0, async function (done) {
it('ArkUI_Stage_Search_CaretStyle_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CaretStyle_0100] start");
let newJson = getInspectorByKey('searchTestDefault');
console.info("[ArkUI_Stage_Search_CaretStyle_0100]: " + JSON.stringify(newJson));
......@@ -140,7 +140,7 @@ export default function search() {
* @tc.name Tests the caretStyle property of the search component
* @tc.desc Set the value of caretStyle.width as 10
*/
it('[ArkUI_Stage_Search_CaretStyle_0200]', 0, async function (done) {
it('ArkUI_Stage_Search_CaretStyle_0200', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CaretStyle_0200] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CaretStyle_0200]: " + JSON.stringify(newJson));
......@@ -178,7 +178,7 @@ export default function search() {
* @tc.name Tests the caretStyle property of the search component
* @tc.desc Set the value of caretStyle.width as 15px
*/
it('[ArkUI_Stage_Search_CaretStyle_0300]', 0, async function (done) {
it('ArkUI_Stage_Search_CaretStyle_0300', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CaretStyle_0300] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_CaretStyle_0300]: " + JSON.stringify(newJson));
......@@ -216,7 +216,7 @@ export default function search() {
* @tc.name Tests the caretStyle property of the search component
* @tc.desc Set the value of caretStyle.width as 10fp
*/
it('[ArkUI_Stage_Search_CaretStyle_0400]', 0, async function (done) {
it('ArkUI_Stage_Search_CaretStyle_0400', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CaretStyle_0400] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_CaretStyle_0400]: " + JSON.stringify(newJson));
......@@ -254,7 +254,7 @@ export default function search() {
* @tc.name Tests the caretStyle property of the search component
* @tc.desc Set the value of caretStyle.width as 15lpx
*/
it('[ArkUI_Stage_Search_CaretStyle_0500]', 0, async function (done) {
it('ArkUI_Stage_Search_CaretStyle_0500', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CaretStyle_0500] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_CaretStyle_0500]: " + JSON.stringify(newJson));
......@@ -292,7 +292,7 @@ export default function search() {
* @tc.name Tests the caretStyle property of the search component
* @tc.desc Set the value of caretStyle.width as sys.float.ohos_id_text_margin_vertical
*/
it('[ArkUI_Stage_Search_CaretStyle_0600]', 0, async function (done) {
it('ArkUI_Stage_Search_CaretStyle_0600', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CaretStyle_0600] start");
let newJson = getInspectorByKey('searchTestResource');
console.info("[ArkUI_Stage_Search_CaretStyle_0600]: " + JSON.stringify(newJson));
......@@ -330,7 +330,7 @@ export default function search() {
* @tc.name Tests the caretStyle property of the search component
* @tc.desc Set the value of caretStyle.width as 0
*/
it('[ArkUI_Stage_Search_CaretStyle_0700]', 0, async function (done) {
it('ArkUI_Stage_Search_CaretStyle_0700', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CaretStyle_0700] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CaretStyle_0700]: " + JSON.stringify(newJson));
......@@ -368,7 +368,7 @@ export default function search() {
* @tc.name Tests the caretStyle property of the search component
* @tc.desc Set the value of caretStyle.width as -1.5
*/
it('[ArkUI_Stage_Search_CaretStyle_0800]', 0, async function (done) {
it('ArkUI_Stage_Search_CaretStyle_0800', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CaretStyle_0800] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CaretStyle_0800]: " + JSON.stringify(newJson));
......@@ -406,7 +406,7 @@ export default function search() {
* @tc.name Tests the caretStyle property of the search component
* @tc.desc Set the value of caretStyle.width as 100000
*/
it('[ArkUI_Stage_Search_CaretStyle_0900]', 0, async function (done) {
it('ArkUI_Stage_Search_CaretStyle_0900', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CaretStyle_0900] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CaretStyle_0900]: " + JSON.stringify(newJson));
......@@ -444,7 +444,7 @@ export default function search() {
* @tc.name Tests the caretStyle property of the search component
* @tc.desc Set the value of caretStyle.width as null
*/
it('[ArkUI_Stage_Search_CaretStyle_1000]', 0, async function (done) {
it('ArkUI_Stage_Search_CaretStyle_1000', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CaretStyle_1000] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CaretStyle_1000]: " + JSON.stringify(newJson));
......@@ -482,7 +482,7 @@ export default function search() {
* @tc.name Tests the caretStyle property of the search component
* @tc.desc Set the value of caretStyle.width as undefined
*/
it('[ArkUI_Stage_Search_CaretStyle_1100]', 0, async function (done) {
it('ArkUI_Stage_Search_CaretStyle_1100', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CaretStyle_1100] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CaretStyle_1100]: " + JSON.stringify(newJson));
......@@ -520,7 +520,7 @@ export default function search() {
* @tc.name Tests the caretStyle property of the search component
* @tc.desc Get the default value of caretStyle.color
*/
it('[ArkUI_Stage_Search_CaretStyle_1200]', 0, async function (done) {
it('ArkUI_Stage_Search_CaretStyle_1200', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CaretStyle_1200] start");
let newJson = getInspectorByKey('searchTestDefault');
console.info("[ArkUI_Stage_Search_CaretStyle_1200]: " + JSON.stringify(newJson));
......@@ -540,7 +540,7 @@ export default function search() {
* @tc.name Tests the caretStyle property of the search component
* @tc.desc Set the value of caretStyle.color as 0xff0000
*/
it('[ArkUI_Stage_Search_CaretStyle_1300]', 0, async function (done) {
it('ArkUI_Stage_Search_CaretStyle_1300', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CaretStyle_1300] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CaretStyle_1300]: " + JSON.stringify(newJson));
......@@ -578,7 +578,7 @@ export default function search() {
* @tc.name Tests the caretStyle property of the search component
* @tc.desc Set the value of caretStyle.color as Color.Red
*/
it('[ArkUI_Stage_Search_CaretStyle_1400]', 0, async function (done) {
it('ArkUI_Stage_Search_CaretStyle_1400', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CaretStyle_1400] start");
let newJson = getInspectorByKey('searchTestColor');
console.info("[ArkUI_Stage_Search_CaretStyle_1400]: " + JSON.stringify(newJson));
......@@ -616,7 +616,7 @@ export default function search() {
* @tc.name Tests the caretStyle property of the search component
* @tc.desc Set the value of caretStyle.color as #ff9a35
*/
it('[ArkUI_Stage_Search_CaretStyle_1500]', 0, async function (done) {
it('ArkUI_Stage_Search_CaretStyle_1500', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CaretStyle_1500] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_CaretStyle_1500]: " + JSON.stringify(newJson));
......@@ -654,7 +654,7 @@ export default function search() {
* @tc.name Tests the caretStyle property of the search component
* @tc.desc Set the value of caretStyle.color as $r('sys.color.ohos_id_color_connected')
*/
it('[ArkUI_Stage_Search_CaretStyle_1600]', 0, async function (done) {
it('ArkUI_Stage_Search_CaretStyle_1600', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CaretStyle_1600] start");
let newJson = getInspectorByKey('searchTestResource');
console.info("[ArkUI_Stage_Search_CaretStyle_1600]: " + JSON.stringify(newJson));
......@@ -694,7 +694,7 @@ export default function search() {
* @tc.name Tests the caretStyle property of the search component
* @tc.desc Set the value of caretStyle.color as abcdefghijk
*/
it('[ArkUI_Stage_Search_CaretStyle_1700]', 0, async function (done) {
it('ArkUI_Stage_Search_CaretStyle_1700', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CaretStyle_1700] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_CaretStyle_1700]: " + JSON.stringify(newJson));
......@@ -734,7 +734,7 @@ export default function search() {
* @tc.name Tests the caretStyle property of the search component
* @tc.desc Set the value of caretStyle.color as null
*/
it('[ArkUI_Stage_Search_CaretStyle_1800]', 0, async function (done) {
it('ArkUI_Stage_Search_CaretStyle_1800', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CaretStyle_1800] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CaretStyle_1800]: " + JSON.stringify(newJson));
......@@ -774,7 +774,7 @@ export default function search() {
* @tc.name Tests the caretStyle property of the search component
* @tc.desc Set the value of caretStyle.color as undefined
*/
it('[ArkUI_Stage_Search_CaretStyle_1900]', 0, async function (done) {
it('ArkUI_Stage_Search_CaretStyle_1900', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CaretStyle_1900] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CaretStyle_1900]: " + JSON.stringify(newJson));
......@@ -815,7 +815,7 @@ export default function search() {
* @tc.desc Set the value of caretStyle.width as 10
* Set the value of caretStyle.color as 0xff0000
*/
it('[ArkUI_Stage_Search_CaretStyle_2000]', 0, async function (done) {
it('ArkUI_Stage_Search_CaretStyle_2000', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CaretStyle_2000] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CaretStyle_2000]: " + JSON.stringify(newJson));
......@@ -858,7 +858,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Get the default value of searchIcon.size
*/
it('[ArkUI_Stage_Search_SearchIcon_0100]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_0100] start");
let newJson = getInspectorByKey('searchTestDefault');
console.info("[ArkUI_Stage_Search_SearchIcon_0100]: " + JSON.stringify(newJson));
......@@ -878,7 +878,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.size as 26
*/
it('[ArkUI_Stage_Search_SearchIcon_0200]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_0200', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_0200] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchIcon_0200]: " + JSON.stringify(newJson));
......@@ -918,7 +918,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.size as 50px
*/
it('[ArkUI_Stage_Search_SearchIcon_0300]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_0300', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_0300] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_SearchIcon_0300]: " + JSON.stringify(newJson));
......@@ -956,7 +956,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.size as 50fp
*/
it('[ArkUI_Stage_Search_SearchIcon_0400]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_0400', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_0400] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_SearchIcon_0400]: " + JSON.stringify(newJson));
......@@ -996,7 +996,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.size as 50lpx
*/
it('[ArkUI_Stage_Search_SearchIcon_0500]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_0500', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_0500] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_SearchIcon_0500]: " + JSON.stringify(newJson));
......@@ -1036,7 +1036,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.size as $r('sys.float.ohos_id_text_paragraph_margin_m')
*/
it('[ArkUI_Stage_Search_SearchIcon_0600]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_0600', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_0600] start");
let newJson = getInspectorByKey('searchTestResource');
console.info("[ArkUI_Stage_Search_SearchIcon_0600]: " + JSON.stringify(newJson));
......@@ -1076,7 +1076,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.size as 40
*/
it('[ArkUI_Stage_Search_SearchIcon_0700]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_0700', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_0700] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchIcon_0700]: " + JSON.stringify(newJson));
......@@ -1116,7 +1116,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.size as 0
*/
it('[ArkUI_Stage_Search_SearchIcon_0800]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_0800', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_0800] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchIcon_0800]: " + JSON.stringify(newJson));
......@@ -1156,7 +1156,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.size as -16
*/
it('[ArkUI_Stage_Search_SearchIcon_0900]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_0900', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_0900] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchIcon_0900]: " + JSON.stringify(newJson));
......@@ -1196,7 +1196,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.size as 10000
*/
it('[ArkUI_Stage_Search_SearchIcon_1000]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_1000', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_1000] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchIcon_1000]: " + JSON.stringify(newJson));
......@@ -1236,7 +1236,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.size as null
*/
it('[ArkUI_Stage_Search_SearchIcon_1100]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_1100', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_1100] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchIcon_1100]: " + JSON.stringify(newJson));
......@@ -1276,7 +1276,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.size as undefined
*/
it('[ArkUI_Stage_Search_SearchIcon_1200]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_1200', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_1200] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchIcon_1200]: " + JSON.stringify(newJson));
......@@ -1316,7 +1316,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Get the default value of searchIcon.color
*/
it('[ArkUI_Stage_Search_SearchIcon_1300]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_1300', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_1300] start");
let newJson = getInspectorByKey('searchTestDefault');
console.info("[ArkUI_Stage_Search_SearchIcon_1300]: " + JSON.stringify(newJson));
......@@ -1336,7 +1336,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.color as 0x00ff00
*/
it('[ArkUI_Stage_Search_SearchIcon_1400]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_1400', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_1400] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchIcon_1400]: " + JSON.stringify(newJson));
......@@ -1374,7 +1374,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.color as Color.Red
*/
it('[ArkUI_Stage_Search_SearchIcon_1500]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_1500', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_1500] start");
let newJson = getInspectorByKey('searchTestColor');
console.info("[ArkUI_Stage_Search_SearchIcon_1500]: " + JSON.stringify(newJson));
......@@ -1412,7 +1412,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.color as #ff9a35
*/
it('[ArkUI_Stage_Search_SearchIcon_1600]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_1600', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_1600] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_SearchIcon_1600]: " + JSON.stringify(newJson));
......@@ -1450,7 +1450,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.color as $r('sys.color.ohos_id_color_connected')
*/
it('[ArkUI_Stage_Search_SearchIcon_1700]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_1700', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_1700] start");
let newJson = getInspectorByKey('searchTestResource');
console.info("[ArkUI_Stage_Search_SearchIcon_1700]: " + JSON.stringify(newJson));
......@@ -1490,7 +1490,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.color as abcdefghijk
*/
it('[ArkUI_Stage_Search_SearchIcon_1800]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_1800', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_1800] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_SearchIcon_1800]: " + JSON.stringify(newJson));
......@@ -1530,7 +1530,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.color as null
*/
it('[ArkUI_Stage_Search_SearchIcon_1900]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_1900', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_1900] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchIcon_1900]: " + JSON.stringify(newJson));
......@@ -1570,7 +1570,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.color as undefined
*/
it('[ArkUI_Stage_Search_SearchIcon_2000]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_2000', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_2000] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchIcon_2000]: " + JSON.stringify(newJson));
......@@ -1611,7 +1611,7 @@ export default function search() {
* @tc.desc Set the value of searchIcon.size as 26
* Set the value of searchIcon.color as 0x00ff00
*/
it('[ArkUI_Stage_Search_SearchIcon_2100]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_2100', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_2100] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchIcon_2100]: " + JSON.stringify(newJson));
......@@ -1656,7 +1656,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Get the default value of searchIcon.src
*/
it('[ArkUI_Stage_Search_SearchIcon_2200]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_2200', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_2200] start");
let newJson = getInspectorByKey('searchTestDefault');
console.info("[ArkUI_Stage_Search_SearchIcon_2200]: " + JSON.stringify(newJson));
......@@ -1674,7 +1674,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.src as common/icon2.svg
*/
it('[ArkUI_Stage_Search_SearchIcon_2300]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_2300', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_2300] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchIcon_2300]: " + JSON.stringify(newJson));
......@@ -1712,7 +1712,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.src as common/icon2.jpg
*/
it('[ArkUI_Stage_Search_SearchIcon_2400]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_2400', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_2400] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchIcon_2400]: " + JSON.stringify(newJson));
......@@ -1750,7 +1750,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.src as common/icon2.png
*/
it('[ArkUI_Stage_Search_SearchIcon_2500]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_2500', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_2500] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchIcon_2500]: " + JSON.stringify(newJson));
......@@ -1788,7 +1788,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.src as $r('sys.media.ohos_app_icon')
*/
it('[ArkUI_Stage_Search_SearchIcon_2600]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_2600', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_2600] start");
let newJson = getInspectorByKey('searchTestResource');
console.info("[ArkUI_Stage_Search_SearchIcon_2600]: " + JSON.stringify(newJson));
......@@ -1826,7 +1826,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.src as abc/def/ghi.jkl
*/
it('[ArkUI_Stage_Search_SearchIcon_2700]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_2700', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_2700] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchIcon_2700]: " + JSON.stringify(newJson));
......@@ -1864,7 +1864,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.src as ''
*/
it('[ArkUI_Stage_Search_SearchIcon_2800]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_2800', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_2800] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchIcon_2800]: " + JSON.stringify(newJson));
......@@ -1902,7 +1902,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.src as null
*/
it('[ArkUI_Stage_Search_SearchIcon_2900]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_2900', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_2900] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchIcon_2900]: " + JSON.stringify(newJson));
......@@ -1940,7 +1940,7 @@ export default function search() {
* @tc.name Tests the searchIcon property of the search component
* @tc.desc Set the value of searchIcon.src as undefined
*/
it('[ArkUI_Stage_Search_SearchIcon_3000]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchIcon_3000', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchIcon_3000] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchIcon_3000]: " + JSON.stringify(newJson));
......@@ -1978,7 +1978,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Get the default value of cancelButton.style
*/
it('[ArkUI_Stage_Search_CancelButton_0100]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_0100] start");
let newJson = getInspectorByKey('searchTestDefault');
console.info("[ArkUI_Stage_Search_CancelButton_0100]: " + JSON.stringify(newJson));
......@@ -1996,7 +1996,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.style as CancelButtonStyle.CONSTANT
*/
it('[ArkUI_Stage_Search_CancelButton_0200]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_0200', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_0200] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_0200]: " + JSON.stringify(newJson));
......@@ -2034,7 +2034,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.style as CancelButtonStyle.INVISIBLE
*/
it('[ArkUI_Stage_Search_CancelButton_0300]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_0300', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_0300] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_0300]: " + JSON.stringify(newJson));
......@@ -2072,7 +2072,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.style as null
*/
it('[ArkUI_Stage_Search_CancelButton_0400]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_0400', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_0400] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_0400]: " + JSON.stringify(newJson));
......@@ -2110,7 +2110,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.style as undefined
*/
it('[ArkUI_Stage_Search_CancelButton_0500]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_0500', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_0500] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_0500]: " + JSON.stringify(newJson));
......@@ -2148,7 +2148,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Get the default value of cancelButton.icon.size
*/
it('[ArkUI_Stage_Search_CancelButton_0600]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_0600', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_0600] start");
let newJson = getInspectorByKey('searchTestDefault');
console.info("[ArkUI_Stage_Search_CancelButton_0600]: " + JSON.stringify(newJson));
......@@ -2168,7 +2168,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.size as 26
*/
it('[ArkUI_Stage_Search_CancelButton_0700]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_0700', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_0700] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_0700]: " + JSON.stringify(newJson));
......@@ -2208,7 +2208,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.size as 50px
*/
it('[ArkUI_Stage_Search_CancelButton_0800]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_0800', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_0800] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_CancelButton_0800]: " + JSON.stringify(newJson));
......@@ -2246,7 +2246,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.size as 50fp
*/
it('[ArkUI_Stage_Search_CancelButton_0900]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_0900', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_0900] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_CancelButton_0900]: " + JSON.stringify(newJson));
......@@ -2286,7 +2286,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.size as 50lpx
*/
it('[ArkUI_Stage_Search_CancelButton_1000]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_1000', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_1000] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_CancelButton_1000]: " + JSON.stringify(newJson));
......@@ -2326,7 +2326,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.size as $r('sys.float.ohos_id_text_paragraph_margin_m')
*/
it('[ArkUI_Stage_Search_CancelButton_1100]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_1100', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_1100] start");
let newJson = getInspectorByKey('searchTestResource');
console.info("[ArkUI_Stage_Search_CancelButton_1100]: " + JSON.stringify(newJson));
......@@ -2366,7 +2366,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.size as 40
*/
it('[ArkUI_Stage_Search_CancelButton_1200]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_1200', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_1200] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_1200]: " + JSON.stringify(newJson));
......@@ -2406,7 +2406,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.size as 0
*/
it('[ArkUI_Stage_Search_CancelButton_1300]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_1300', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_1300] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_1300]: " + JSON.stringify(newJson));
......@@ -2446,7 +2446,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.size as -16
*/
it('[ArkUI_Stage_Search_CancelButton_1400]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_1400', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_1400] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_1400]: " + JSON.stringify(newJson));
......@@ -2486,7 +2486,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.size as 10000
*/
it('[ArkUI_Stage_Search_CancelButton_1500]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_1500', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_1500] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_1500]: " + JSON.stringify(newJson));
......@@ -2526,7 +2526,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.size as null
*/
it('[ArkUI_Stage_Search_CancelButton_1600]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_1600', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_1600] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_1600]: " + JSON.stringify(newJson));
......@@ -2566,7 +2566,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.size as undefined
*/
it('[ArkUI_Stage_Search_CancelButton_1700]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_1700', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_1700] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_1700]: " + JSON.stringify(newJson));
......@@ -2606,7 +2606,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Get the default value of cancelButton.icon.color
*/
it('[ArkUI_Stage_Search_CancelButton_1800]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_1800', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_1800] start");
let newJson = getInspectorByKey('searchTestDefault');
console.info("[ArkUI_Stage_Search_CancelButton_1800]: " + JSON.stringify(newJson));
......@@ -2626,7 +2626,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.color as 0x00ff00
*/
it('[ArkUI_Stage_Search_CancelButton_1900]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_1900', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_1900] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_1900]: " + JSON.stringify(newJson));
......@@ -2664,7 +2664,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.color as Color.Red
*/
it('[ArkUI_Stage_Search_CancelButton_2000]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_2000', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_2000] start");
let newJson = getInspectorByKey('searchTestColor');
console.info("[ArkUI_Stage_Search_CancelButton_2000]: " + JSON.stringify(newJson));
......@@ -2702,7 +2702,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.color as #ff9a35
*/
it('[ArkUI_Stage_Search_CancelButton_2100]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_2100', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_2100] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_CancelButton_2100]: " + JSON.stringify(newJson));
......@@ -2740,7 +2740,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.color as $r('sys.color.ohos_id_color_connected')
*/
it('[ArkUI_Stage_Search_CancelButton_2200]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_2200', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_2200] start");
let newJson = getInspectorByKey('searchTestResource');
console.info("[ArkUI_Stage_Search_CancelButton_2200]: " + JSON.stringify(newJson));
......@@ -2780,7 +2780,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.color as abcdefghijk
*/
it('[ArkUI_Stage_Search_CancelButton_2300]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_2300', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_2300] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_CancelButton_2300]: " + JSON.stringify(newJson));
......@@ -2820,7 +2820,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.color as null
*/
it('[ArkUI_Stage_Search_CancelButton_2400]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_2400', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_2400] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_2400]: " + JSON.stringify(newJson));
......@@ -2860,7 +2860,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.color as undefined
*/
it('[ArkUI_Stage_Search_CancelButton_2500]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_2500', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_2500] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_2500]: " + JSON.stringify(newJson));
......@@ -2901,7 +2901,7 @@ export default function search() {
* @tc.desc Set the value of cancelButton.icon.size as 26
* Set the value of cancelButton.icon.color as 0x00ff00
*/
it('[ArkUI_Stage_Search_CancelButton_2600]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_2600', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_2600] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_2600]: " + JSON.stringify(newJson));
......@@ -2946,7 +2946,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Get the default value of cancelButton.icon.src
*/
it('[ArkUI_Stage_Search_CancelButton_2700]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_2700', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_2700] start");
let newJson = getInspectorByKey('searchTestDefault');
console.info("[ArkUI_Stage_Search_CancelButton_2700]: " + JSON.stringify(newJson));
......@@ -2964,7 +2964,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.src as common/icon2.svg
*/
it('[ArkUI_Stage_Search_CancelButton_2800]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_2800', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_2800] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_2800]: " + JSON.stringify(newJson));
......@@ -3002,7 +3002,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.src as common/icon2.jpg
*/
it('[ArkUI_Stage_Search_CancelButton_2900]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_2900', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_2900] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_2900]: " + JSON.stringify(newJson));
......@@ -3040,7 +3040,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.src as common/icon2.png
*/
it('[ArkUI_Stage_Search_CancelButton_3000]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_3000', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_3000] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_3000]: " + JSON.stringify(newJson));
......@@ -3078,7 +3078,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.src as $r('sys.media.ohos_app_icon')
*/
it('[ArkUI_Stage_Search_CancelButton_3100]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_3100', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_3100] start");
let newJson = getInspectorByKey('searchTestResource');
console.info("[ArkUI_Stage_Search_CancelButton_3100]: " + JSON.stringify(newJson));
......@@ -3116,7 +3116,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.src as abc/def/ghi.jkl
*/
it('[ArkUI_Stage_Search_CancelButton_3200]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_3200', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_3200] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_3200]: " + JSON.stringify(newJson));
......@@ -3154,7 +3154,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.src as ''
*/
it('[ArkUI_Stage_Search_CancelButton_3300]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_3300', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_3300] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_3300]: " + JSON.stringify(newJson));
......@@ -3192,7 +3192,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.src as null
*/
it('[ArkUI_Stage_Search_CancelButton_3400]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_3400', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_3400] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_3400]: " + JSON.stringify(newJson));
......@@ -3230,7 +3230,7 @@ export default function search() {
* @tc.name Tests the cancelButton property of the search component
* @tc.desc Set the value of cancelButton.icon.src as undefined
*/
it('[ArkUI_Stage_Search_CancelButton_3500]', 0, async function (done) {
it('ArkUI_Stage_Search_CancelButton_3500', 0, async function (done) {
console.info("[ArkUI_Stage_Search_CancelButton_3500] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_CancelButton_3500]: " + JSON.stringify(newJson));
......@@ -3268,7 +3268,7 @@ export default function search() {
* @tc.name Tests the searchButton property of the search component
* @tc.desc Get the default value of searchButton.fontSize
*/
it('[ArkUI_Stage_Search_SearchButton_0100]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchButton_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchButton_0100] start");
let newJson = getInspectorByKey('searchTestDefault');
console.info("[ArkUI_Stage_Search_SearchButton_0100]: " + JSON.stringify(newJson));
......@@ -3288,7 +3288,7 @@ export default function search() {
* @tc.name Tests the searchButton property of the search component
* @tc.desc Set the value of searchButton.fontSize as 20vp
*/
it('[ArkUI_Stage_Search_SearchButton_0200]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchButton_0200', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchButton_0200] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_SearchButton_0200]: " + JSON.stringify(newJson));
......@@ -3326,7 +3326,7 @@ export default function search() {
* @tc.name Tests the searchButton property of the search component
* @tc.desc Set the value of searchButton.fontSize as 40vp
*/
it('[ArkUI_Stage_Search_SearchButton_0300]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchButton_0300', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchButton_0300] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_SearchButton_0300]: " + JSON.stringify(newJson));
......@@ -3364,7 +3364,7 @@ export default function search() {
* @tc.name Tests the searchButton property of the search component
* @tc.desc Set the value of searchButton.fontSize as 20
*/
it('[ArkUI_Stage_Search_SearchButton_0400]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchButton_0400', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchButton_0400] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchButton_0400]: " + JSON.stringify(newJson));
......@@ -3402,7 +3402,7 @@ export default function search() {
* @tc.name Tests the searchButton property of the search component
* @tc.desc Set the value of searchButton.fontSize as 40fp
*/
it('[ArkUI_Stage_Search_SearchButton_0500]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchButton_0500', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchButton_0500] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_SearchButton_0500]: " + JSON.stringify(newJson));
......@@ -3440,7 +3440,7 @@ export default function search() {
* @tc.name Tests the searchButton property of the search component
* @tc.desc Set the value of searchButton.fontSize as 40lpx
*/
it('[ArkUI_Stage_Search_SearchButton_0600]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchButton_0600', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchButton_0600] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_SearchButton_0600]: " + JSON.stringify(newJson));
......@@ -3478,7 +3478,7 @@ export default function search() {
* @tc.name Tests the searchButton property of the search component
* @tc.desc Set the value of searchButton.fontSize as $r('sys.float.ohos_id_text_paragraph_margin_m')
*/
it('[ArkUI_Stage_Search_SearchButton_0700]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchButton_0700', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchButton_0700] start");
let newJson = getInspectorByKey('searchTestResource');
console.info("[ArkUI_Stage_Search_SearchButton_0700]: " + JSON.stringify(newJson));
......@@ -3516,7 +3516,7 @@ export default function search() {
* @tc.name Tests the searchButton property of the search component
* @tc.desc Set the value of searchButton.fontSize as 0vp
*/
it('[ArkUI_Stage_Search_SearchButton_0800]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchButton_0800', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchButton_0800] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_SearchButton_0800]: " + JSON.stringify(newJson));
......@@ -3554,7 +3554,7 @@ export default function search() {
* @tc.name Tests the searchButton property of the search component
* @tc.desc Set the value of searchButton.fontSize as 800vp
*/
it('[ArkUI_Stage_Search_SearchButton_0900]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchButton_0900', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchButton_0900] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_SearchButton_0900]: " + JSON.stringify(newJson));
......@@ -3592,7 +3592,7 @@ export default function search() {
* @tc.name Tests the searchButton property of the search component
* @tc.desc Set the value of searchButton.fontSize as -14vp
*/
it('[ArkUI_Stage_Search_SearchButton_1000]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchButton_1000', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchButton_1000] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_SearchButton_1000]: " + JSON.stringify(newJson));
......@@ -3630,7 +3630,7 @@ export default function search() {
* @tc.name Tests the searchButton property of the search component
* @tc.desc Set the value of searchButton.fontSize as null
*/
it('[ArkUI_Stage_Search_SearchButton_1100]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchButton_1100', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchButton_1100] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_SearchButton_1100]: " + JSON.stringify(newJson));
......@@ -3668,7 +3668,7 @@ export default function search() {
* @tc.name Tests the searchButton property of the search component
* @tc.desc Set the value of searchButton.fontSize as undefined
*/
it('[ArkUI_Stage_Search_SearchButton_1200]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchButton_1200', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchButton_1200] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_SearchButton_1200]: " + JSON.stringify(newJson));
......@@ -3706,7 +3706,7 @@ export default function search() {
* @tc.name Tests the searchButton property of the search component
* @tc.desc Get the default value of searchButton.fontColor
*/
it('[ArkUI_Stage_Search_SearchButton_1300]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchButton_1300', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchButton_1300] start");
let newJson = getInspectorByKey('searchTestDefault');
console.info("[ArkUI_Stage_Search_SearchButton_1300]: " + JSON.stringify(newJson));
......@@ -3726,7 +3726,7 @@ export default function search() {
* @tc.name Tests the searchButton property of the search component
* @tc.desc Set the value of searchButton.fontColor as 0xff0000
*/
it('[ArkUI_Stage_Search_SearchButton_1400]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchButton_1400', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchButton_1400] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchButton_1400]: " + JSON.stringify(newJson));
......@@ -3764,7 +3764,7 @@ export default function search() {
* @tc.name Tests the searchButton property of the search component
* @tc.desc Set the value of searchButton.fontColor as Color.Blue
*/
it('[ArkUI_Stage_Search_SearchButton_1500]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchButton_1500', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchButton_1500] start");
let newJson = getInspectorByKey('searchTestColor');
console.info("[ArkUI_Stage_Search_SearchButton_1500]: " + JSON.stringify(newJson));
......@@ -3802,7 +3802,7 @@ export default function search() {
* @tc.name Tests the searchButton property of the search component
* @tc.desc Set the value of searchButton.fontColor as #ff9a35
*/
it('[ArkUI_Stage_Search_SearchButton_1600]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchButton_1600', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchButton_1600] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_SearchButton_1600]: " + JSON.stringify(newJson));
......@@ -3840,7 +3840,7 @@ export default function search() {
* @tc.name Tests the searchButton property of the search component
* @tc.desc Set the value of searchButton.fontColor as $r('sys.color.ohos_id_color_connected')
*/
it('[ArkUI_Stage_Search_SearchButton_1700]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchButton_1700', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchButton_1700] start");
let newJson = getInspectorByKey('searchTestResource');
console.info("[ArkUI_Stage_Search_SearchButton_1700]: " + JSON.stringify(newJson));
......@@ -3880,7 +3880,7 @@ export default function search() {
* @tc.name Tests the searchButton property of the search component
* @tc.desc Set the value of searchButton.fontColor as abcdefghijk
*/
it('[ArkUI_Stage_Search_SearchButton_1800]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchButton_1800', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchButton_1800] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_SearchButton_1800]: " + JSON.stringify(newJson));
......@@ -3920,7 +3920,7 @@ export default function search() {
* @tc.name Tests the searchButton property of the search component
* @tc.desc Set the value of searchButton.fontColor as null
*/
it('[ArkUI_Stage_Search_SearchButton_1900]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchButton_1900', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchButton_1900] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchButton_1900]: " + JSON.stringify(newJson));
......@@ -3960,7 +3960,7 @@ export default function search() {
* @tc.name Tests the searchButton property of the search component
* @tc.desc Set the value of searchButton.fontColor as undefined
*/
it('[ArkUI_Stage_Search_SearchButton_2000]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchButton_2000', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchButton_2000] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchButton_2000]: " + JSON.stringify(newJson));
......@@ -4001,7 +4001,7 @@ export default function search() {
* @tc.desc Set the value of searchButton.fontSize as 20
* Set the value of searchButton.fontColor as 0xff0000
*/
it('[ArkUI_Stage_Search_SearchButton_2100]', 0, async function (done) {
it('ArkUI_Stage_Search_SearchButton_2100', 0, async function (done) {
console.info("[ArkUI_Stage_Search_SearchButton_2100] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_SearchButton_2100]: " + JSON.stringify(newJson));
......@@ -4044,7 +4044,7 @@ export default function search() {
* @tc.name Tests the fontColor property of the search component
* @tc.desc Get the default value of fontColor
*/
it('[ArkUI_Stage_Search_FontColor_0100]', 0, async function (done) {
it('ArkUI_Stage_Search_FontColor_0100', 0, async function (done) {
console.info("[ArkUI_Stage_Search_FontColor_0100] start");
let newJson = getInspectorByKey('searchTestDefault');
let newJson2 = getInspectorByKey('searchTestDefaultValue');
......@@ -4063,7 +4063,7 @@ export default function search() {
* @tc.name Tests the fontColor property of the search component
* @tc.desc Set the value of fontColor as 0xff0000
*/
it('[ArkUI_Stage_Search_FontColor_0200]', 0, async function (done) {
it('ArkUI_Stage_Search_FontColor_0200', 0, async function (done) {
console.info("[ArkUI_Stage_Search_FontColor_0200] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_FontColor_0200]: " + JSON.stringify(newJson));
......@@ -4100,7 +4100,7 @@ export default function search() {
* @tc.name Tests the fontColor property of the search component
* @tc.desc Set the value of fontColor as Color.Red
*/
it('[ArkUI_Stage_Search_FontColor_0300]', 0, async function (done) {
it('ArkUI_Stage_Search_FontColor_0300', 0, async function (done) {
console.info("[ArkUI_Stage_Search_FontColor_0300] start");
let newJson = getInspectorByKey('searchTestColor');
console.info("[ArkUI_Stage_Search_FontColor_0300]: " + JSON.stringify(newJson));
......@@ -4137,7 +4137,7 @@ export default function search() {
* @tc.name Tests the fontColor property of the search component
* @tc.desc Set the value of fontColor as #ff9a35
*/
it('[ArkUI_Stage_Search_FontColor_0400]', 0, async function (done) {
it('ArkUI_Stage_Search_FontColor_0400', 0, async function (done) {
console.info("[ArkUI_Stage_Search_FontColor_0400] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_FontColor_0400]: " + JSON.stringify(newJson));
......@@ -4174,7 +4174,7 @@ export default function search() {
* @tc.name Tests the fontColor property of the search component
* @tc.desc Set the value of fontColor as $r('sys.color.ohos_id_color_connected')
*/
it('[ArkUI_Stage_Search_FontColor_0500]', 0, async function (done) {
it('ArkUI_Stage_Search_FontColor_0500', 0, async function (done) {
console.info("[ArkUI_Stage_Search_FontColor_0500] start");
let newJson = getInspectorByKey('searchTestResource');
console.info("[ArkUI_Stage_Search_FontColor_0500]: " + JSON.stringify(newJson));
......@@ -4213,7 +4213,7 @@ export default function search() {
* @tc.name Tests the fontColor property of the search component
* @tc.desc Set the value of fontColor as abcdefghijk
*/
it('[ArkUI_Stage_Search_FontColor_0600]', 0, async function (done) {
it('ArkUI_Stage_Search_FontColor_0600', 0, async function (done) {
console.info("[ArkUI_Stage_Search_FontColor_0600] start");
let newJson = getInspectorByKey('searchTestString');
console.info("[ArkUI_Stage_Search_FontColor_0600]: " + JSON.stringify(newJson));
......@@ -4252,7 +4252,7 @@ export default function search() {
* @tc.name Tests the fontColor property of the search component
* @tc.desc Set the value of fontColor as null
*/
it('[ArkUI_Stage_Search_FontColor_0700]', 0, async function (done) {
it('ArkUI_Stage_Search_FontColor_0700', 0, async function (done) {
console.info("[ArkUI_Stage_Search_FontColor_0700] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_FontColor_0700]: " + JSON.stringify(newJson));
......@@ -4291,7 +4291,7 @@ export default function search() {
* @tc.name Tests the fontColor property of the search component
* @tc.desc Set the value of fontColor as undefined
*/
it('[ArkUI_Stage_Search_FontColor_0800]', 0, async function (done) {
it('ArkUI_Stage_Search_FontColor_0800', 0, async function (done) {
console.info("[ArkUI_Stage_Search_FontColor_0800] start");
let newJson = getInspectorByKey('searchTestNumber');
console.info("[ArkUI_Stage_Search_FontColor_0800]: " + JSON.stringify(newJson));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册