OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 [ | 5 [ |
6 { | 6 { |
7 "namespace": "test", | 7 "namespace": "test", |
8 "nodoc": true, | 8 "nodoc": true, |
9 "types": [], | 9 "types": [], |
10 "functions": [ | 10 "functions": [ |
(...skipping 17 matching lines...) Expand all Loading... |
28 "type": "integer", | 28 "type": "integer", |
29 "description": "The port on which the test server is lis
tening.", | 29 "description": "The port on which the test server is lis
tening.", |
30 "minimum": 1024, | 30 "minimum": 1024, |
31 "maximum": 65535 | 31 "maximum": 65535 |
32 } | 32 } |
33 } | 33 } |
34 }, | 34 }, |
35 "testDataDirectory": { | 35 "testDataDirectory": { |
36 "type": "string", | 36 "type": "string", |
37 "description": "file:/// URL for the API test data directory
." | 37 "description": "file:/// URL for the API test data directory
." |
38 }, | |
39 "testWebSocketPort": { | |
40 "type": "integer", | |
41 "description": "The port on which the test WebSocket server
is listening.", | |
42 "minimum": 1024, | |
43 "maximum": 65535 | |
44 } | 38 } |
45 } | 39 } |
46 } | 40 } |
47 ] | 41 ] |
48 } | 42 } |
49 ] | 43 ] |
50 }, | 44 }, |
51 { | 45 { |
52 "name": "notifyFail", | 46 "name": "notifyFail", |
53 "unprivileged": true, | 47 "unprivileged": true, |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 "properties": { | 113 "properties": { |
120 "data": { "type": "string", "description": "Additional information
." }, | 114 "data": { "type": "string", "description": "Additional information
." }, |
121 "lastMessage": { "type": "boolean", "description": "True if this w
as the last message for this test" } | 115 "lastMessage": { "type": "boolean", "description": "True if this w
as the last message for this test" } |
122 } | 116 } |
123 } | 117 } |
124 ] | 118 ] |
125 } | 119 } |
126 ] | 120 ] |
127 } | 121 } |
128 ] | 122 ] |
OLD | NEW |