1/* [NAPI_GEN]:对应[file_introduce_replace]中:[func_introduce_replace]方法的dts接口测试用例 2 * 方法输入: [input_introduce_replace] 3 * 方法输出: [output_introduce_replace] 4 */ 5it('[test_case_name]', 0, () => { 6 // Defines a test case. This API supports three parameters: test case name, filter parameter, and test case function. 7 hilog.info(0x0000, 'testTag', '%{public}s', 'it [test_case_name] begin'); 8 9 [func_direct_testCase] 10 11 // Defines a variety of assertion methods, which are used to declare expected boolean conditions. 12 // e.g. expect(result).assertEqual(2+3) 13}) 14