Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/interface/sdk-js/build-tools/dts_parser/test/ut/parserSince/
Dut_method_017.d.ts19 export namespace test { namespace
25 function test(param1: string): Promise<Want>; function
32 function test(param1: string): Promise<Want>;
39 function test(param1: string): Promise<Want>;
Dut_method_007.d.ts21 export declare function test(param1: string): Promise<Want>; function
28 export declare function test(param1: string): Promise<Want>;
35 export declare function test(param1: string): Promise<Want>;
Dut_method_037.d.ts25 test(param1: string): Promise<Want>; method
32 test(param1: string): Promise<Want>; method
39 test(param1: string): Promise<Want>; method
Dut_method_027.d.ts25 test(param1: string): Promise<Want>; method in Test
32 test(param1: string): Promise<Want>;
39 test(param1: string): Promise<Want>;
/interface/sdk-js/build-tools/dts_parser/
DREADME_zh.md40 ├─test #工具自动化测试配置及用例
124 …-N' 'diff' '-C' '.\test\ut\parser\ut_jsdoc_constant_001.d.ts' '--old' '.\test\ut\apiDiff\old\ut_ap…
128 …-N' 'diff' '-C' '.\test\ut\parser\ut_jsdoc_constant_001.d.ts' '--old' '.\test\ut\apiDiff\old\ut_ap…
132 …-N' 'diff' '-C' '.\test\ut\parser\ut_jsdoc_constant_001.d.ts' '--old' '.\test\ut\apiDiff\old\ut_ap…
179 …-N' 'diff' '-C' '.\test\ut\parser\ut_jsdoc_constant_001.d.ts' '--old' '.\test\ut\apiDiff\old\ut_ap…
Dwebpack.config.js30 test: /\.ts$/, property
32 exclude: [/node_modules/, /test/],
39 test: /build\.json$/, property
/interface/sdk_c/build-tools/capi_parser/
Dreadme.md34 1)在test/ut下添加对应工具的测试用例
36 2)在test/expect下添加对应工具的期望结果
38 3)在test/testCase/run_main.py添加对应的方法执行测试用例的解析,将结果输出到test/output下,与expect对比期望结果
/interface/sdk-js/
DREADME_zh.md24 | └─test
31 | └─test
41 | └─test
45 | └─test
/interface/sdk-js/build-tools/jsdoc_format_plugin/
Dwebpack.config.js30 test: /\.ts$/, property
34 /test/
42 test: /build\.json$/, property
/interface/sdk-js/build-tools/dts_parser/src/coreImpl/checker/src/
Dwords_check.ts74 if (punctuationMarkReg.test(fullText)) {
114 return /(?<!^)\_/g.test(word);
129 if (!/(?<!^)(?=[A-Z])/g.test(complexWord)) {
137 if (/[0-9]/g.test(word)) {
152 if (/^[a-z][0-9]+$/g.test(word)) {
154 } else if (/^[A-Za-z]+/g.test(word) && !dictionariesSet.has(word.toLowerCase())) {
/interface/sdk-js/build-tools/api_check_plugin/
DREADME_zh.md12 ├─test #本地运行使用文件,存放路径配置文件以及生成的表格
26 打开api_check_plugin/test/mdFiles.txt文件,将待检查文件的路径填入此文件。
40 在interface_sdk-js/build-tools/api_check_plugin同级目录下执行:npm run test
/interface/sdk-js/build-tools/api_check_plugin/src/
Dcheck_spelling.js80 if (/^[a-z][0-9]+$/g.test(word)) {
82 } else if (/^[A-Za-z]+/g.test(word) && !dictionariesSet.has(word.toLowerCase())) {
95 if (!/(?<!^)(?=[A-Z])/g.test(complexWord)) {
103 if (/[0-9]/g.test(word)) {
114 return /(?<!^)\_/g.test(word);
/interface/sdk-js/build-tools/dts_parser/test/ut/apiDiff/old/
Dut_jsdoc_na_to_cross_platform.d.ts20 export namespace test {} namespace
Dut_jsdoc_deprecated_have_to_na.d.ts22 export namespace test {} namespace
Dut_jsdoc_syscap_a_to_b.d.ts21 export namespace test {} namespace
Dut_jsdoc_na_to_stage.d.ts20 export namespace test {} namespace
Dut_jsdoc_syscap_na_to_have.d.ts20 export namespace test {} namespace
/interface/sdk-js/build-tools/dts_parser/test/ut/apiStatistics/
Dut_jsdoc_famodelonly_010.d.ts21 export class test {} class
Dut_jsdoc_syscap_026.d.ts21 export class test {} class
/interface/sdk-js/build-tools/dts_parser/test/ut/parser/
Dut_jsdoc_fires_012.d.ts20 export namespace test {} namespace
Dut_jsdoc_famodelonly_011.d.ts21 export namespace test {} namespace
Dut_jsdoc_namespace_015.d.ts21 export namespace test {} namespace
Dut_jsdoc_deprecated_005.d.ts22 export namespace test {} namespace
/interface/sdk-js/build-tools/dts_parser/test/ut/apiDiff/new/
Dut_jsdoc_na_to_stage.d.ts21 export namespace test {} namespace
Dut_jsdoc_deprecated_a_to_b.d.ts22 export namespace test {} namespace

12345678910>>...12