-
Notifications
You must be signed in to change notification settings - Fork 0
/
TestConfig.json
74 lines (74 loc) · 1.45 KB
/
TestConfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"int fileTest(int a1, const byte *a2, int a3, int a4, const char *a5)": {
"args": [
"1",
[
1024
],
"1024",
"42",
[
64,
"test"
]
],
"file": [
{
"data": 1,
"len": 2,
"path": "./testFile2.txt"
}
]
},
"int jsonTest(char *args, char *resmsg, char *errmsg, int readTimeout, int writeTimeout);": {
"args": [
[
256,
{
"中文gbk测试": "测试文本"
}
],
[
1024
],
[
128
],
15,
15
]
},
"int testFunc1(int a1, int a2);": {
"args": [
"42",
"66"
]
},
"int testFunc2(int a1, char *a2, int a3);": {
"args": [
"22",
"OUT",
"55"
]
},
"void gbkTest(int a1, const char *gbk)": {
"args": [
1,
{
"中文gbk测试": "测试文本"
}
]
},
"void testFunc3(int a1, char *a2);": {
"args": [
11,
"test"
]
},
"int piTest(int a1, int *a2);": {
"args": [
11,
42
]
}
}