Files
os-autotest/suite2cases/function_test/pkg_test/lodash/nodejs-lodash-reject.json

26 lines
1007 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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软件包"
}
]
}