26 lines
1007 B
JSON
26 lines
1007 B
JSON
{
|
||
"path": "$OET_PATH/testcases/function_test/pkg_test/lodash/nodejs-lodash-reject",
|
||
"machine num": 1,
|
||
"cases": [
|
||
{
|
||
"name": "test_nodejs-lodash-reject_function_install",
|
||
"desc": "测试使用包管理器(如npm)成功安装nodejs-lodash-reject软件包"
|
||
},
|
||
{
|
||
"name": "test_nodejs-lodash-reject_function_require",
|
||
"desc": "测试在Node.js代码中成功引入lodash.reject模块"
|
||
},
|
||
{
|
||
"name": "test_nodejs-lodash-reject_function_basic",
|
||
"desc": "测试reject函数根据条件过滤数组的基本功能"
|
||
},
|
||
{
|
||
"name": "test_nodejs-lodash-reject_function_predicate",
|
||
"desc": "测试reject函数使用函数、对象、属性等不同断言形式"
|
||
},
|
||
{
|
||
"name": "test_nodejs-lodash-reject_function_uninstall",
|
||
"desc": "测试使用包管理器成功卸载nodejs-lodash-reject软件包"
|
||
}
|
||
]
|
||
} |