OLD | NEW |
1 library googleapis.analytics.v3.test; | 1 library googleapis.analytics.v3.test; |
2 | 2 |
3 import "dart:core" as core; | 3 import "dart:core" as core; |
4 import "dart:collection" as collection; | 4 import "dart:collection" as collection; |
5 import "dart:async" as async; | 5 import "dart:async" as async; |
6 import "dart:convert" as convert; | 6 import "dart:convert" as convert; |
7 | 7 |
8 import 'package:http/http.dart' as http; | 8 import 'package:http/http.dart' as http; |
9 import 'package:http/testing.dart' as http_testing; | 9 import 'package:http/testing.dart' as http_testing; |
10 import 'package:unittest/unittest.dart' as unittest; | 10 import 'package:unittest/unittest.dart' as unittest; |
(...skipping 19 matching lines...) Expand all Loading... |
30 | 30 |
31 checkAccountChildLink(api.AccountChildLink o) { | 31 checkAccountChildLink(api.AccountChildLink o) { |
32 buildCounterAccountChildLink++; | 32 buildCounterAccountChildLink++; |
33 if (buildCounterAccountChildLink < 3) { | 33 if (buildCounterAccountChildLink < 3) { |
34 unittest.expect(o.href, unittest.equals('foo')); | 34 unittest.expect(o.href, unittest.equals('foo')); |
35 unittest.expect(o.type, unittest.equals('foo')); | 35 unittest.expect(o.type, unittest.equals('foo')); |
36 } | 36 } |
37 buildCounterAccountChildLink--; | 37 buildCounterAccountChildLink--; |
38 } | 38 } |
39 | 39 |
40 buildUnnamed599() { | 40 buildUnnamed187() { |
41 var o = new core.List<core.String>(); | 41 var o = new core.List<core.String>(); |
42 o.add("foo"); | 42 o.add("foo"); |
43 o.add("foo"); | 43 o.add("foo"); |
44 return o; | 44 return o; |
45 } | 45 } |
46 | 46 |
47 checkUnnamed599(core.List<core.String> o) { | 47 checkUnnamed187(core.List<core.String> o) { |
48 unittest.expect(o, unittest.hasLength(2)); | 48 unittest.expect(o, unittest.hasLength(2)); |
49 unittest.expect(o[0], unittest.equals('foo')); | 49 unittest.expect(o[0], unittest.equals('foo')); |
50 unittest.expect(o[1], unittest.equals('foo')); | 50 unittest.expect(o[1], unittest.equals('foo')); |
51 } | 51 } |
52 | 52 |
53 core.int buildCounterAccountPermissions = 0; | 53 core.int buildCounterAccountPermissions = 0; |
54 buildAccountPermissions() { | 54 buildAccountPermissions() { |
55 var o = new api.AccountPermissions(); | 55 var o = new api.AccountPermissions(); |
56 buildCounterAccountPermissions++; | 56 buildCounterAccountPermissions++; |
57 if (buildCounterAccountPermissions < 3) { | 57 if (buildCounterAccountPermissions < 3) { |
58 o.effective = buildUnnamed599(); | 58 o.effective = buildUnnamed187(); |
59 } | 59 } |
60 buildCounterAccountPermissions--; | 60 buildCounterAccountPermissions--; |
61 return o; | 61 return o; |
62 } | 62 } |
63 | 63 |
64 checkAccountPermissions(api.AccountPermissions o) { | 64 checkAccountPermissions(api.AccountPermissions o) { |
65 buildCounterAccountPermissions++; | 65 buildCounterAccountPermissions++; |
66 if (buildCounterAccountPermissions < 3) { | 66 if (buildCounterAccountPermissions < 3) { |
67 checkUnnamed599(o.effective); | 67 checkUnnamed187(o.effective); |
68 } | 68 } |
69 buildCounterAccountPermissions--; | 69 buildCounterAccountPermissions--; |
70 } | 70 } |
71 | 71 |
72 core.int buildCounterAccount = 0; | 72 core.int buildCounterAccount = 0; |
73 buildAccount() { | 73 buildAccount() { |
74 var o = new api.Account(); | 74 var o = new api.Account(); |
75 buildCounterAccount++; | 75 buildCounterAccount++; |
76 if (buildCounterAccount < 3) { | 76 if (buildCounterAccount < 3) { |
77 o.childLink = buildAccountChildLink(); | 77 o.childLink = buildAccountChildLink(); |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 buildCounterAccountRef++; | 120 buildCounterAccountRef++; |
121 if (buildCounterAccountRef < 3) { | 121 if (buildCounterAccountRef < 3) { |
122 unittest.expect(o.href, unittest.equals('foo')); | 122 unittest.expect(o.href, unittest.equals('foo')); |
123 unittest.expect(o.id, unittest.equals('foo')); | 123 unittest.expect(o.id, unittest.equals('foo')); |
124 unittest.expect(o.kind, unittest.equals('foo')); | 124 unittest.expect(o.kind, unittest.equals('foo')); |
125 unittest.expect(o.name, unittest.equals('foo')); | 125 unittest.expect(o.name, unittest.equals('foo')); |
126 } | 126 } |
127 buildCounterAccountRef--; | 127 buildCounterAccountRef--; |
128 } | 128 } |
129 | 129 |
130 buildUnnamed600() { | 130 buildUnnamed188() { |
131 var o = new core.List<api.AccountSummary>(); | 131 var o = new core.List<api.AccountSummary>(); |
132 o.add(buildAccountSummary()); | 132 o.add(buildAccountSummary()); |
133 o.add(buildAccountSummary()); | 133 o.add(buildAccountSummary()); |
134 return o; | 134 return o; |
135 } | 135 } |
136 | 136 |
137 checkUnnamed600(core.List<api.AccountSummary> o) { | 137 checkUnnamed188(core.List<api.AccountSummary> o) { |
138 unittest.expect(o, unittest.hasLength(2)); | 138 unittest.expect(o, unittest.hasLength(2)); |
139 checkAccountSummary(o[0]); | 139 checkAccountSummary(o[0]); |
140 checkAccountSummary(o[1]); | 140 checkAccountSummary(o[1]); |
141 } | 141 } |
142 | 142 |
143 core.int buildCounterAccountSummaries = 0; | 143 core.int buildCounterAccountSummaries = 0; |
144 buildAccountSummaries() { | 144 buildAccountSummaries() { |
145 var o = new api.AccountSummaries(); | 145 var o = new api.AccountSummaries(); |
146 buildCounterAccountSummaries++; | 146 buildCounterAccountSummaries++; |
147 if (buildCounterAccountSummaries < 3) { | 147 if (buildCounterAccountSummaries < 3) { |
148 o.items = buildUnnamed600(); | 148 o.items = buildUnnamed188(); |
149 o.itemsPerPage = 42; | 149 o.itemsPerPage = 42; |
150 o.kind = "foo"; | 150 o.kind = "foo"; |
151 o.nextLink = "foo"; | 151 o.nextLink = "foo"; |
152 o.previousLink = "foo"; | 152 o.previousLink = "foo"; |
153 o.startIndex = 42; | 153 o.startIndex = 42; |
154 o.totalResults = 42; | 154 o.totalResults = 42; |
155 o.username = "foo"; | 155 o.username = "foo"; |
156 } | 156 } |
157 buildCounterAccountSummaries--; | 157 buildCounterAccountSummaries--; |
158 return o; | 158 return o; |
159 } | 159 } |
160 | 160 |
161 checkAccountSummaries(api.AccountSummaries o) { | 161 checkAccountSummaries(api.AccountSummaries o) { |
162 buildCounterAccountSummaries++; | 162 buildCounterAccountSummaries++; |
163 if (buildCounterAccountSummaries < 3) { | 163 if (buildCounterAccountSummaries < 3) { |
164 checkUnnamed600(o.items); | 164 checkUnnamed188(o.items); |
165 unittest.expect(o.itemsPerPage, unittest.equals(42)); | 165 unittest.expect(o.itemsPerPage, unittest.equals(42)); |
166 unittest.expect(o.kind, unittest.equals('foo')); | 166 unittest.expect(o.kind, unittest.equals('foo')); |
167 unittest.expect(o.nextLink, unittest.equals('foo')); | 167 unittest.expect(o.nextLink, unittest.equals('foo')); |
168 unittest.expect(o.previousLink, unittest.equals('foo')); | 168 unittest.expect(o.previousLink, unittest.equals('foo')); |
169 unittest.expect(o.startIndex, unittest.equals(42)); | 169 unittest.expect(o.startIndex, unittest.equals(42)); |
170 unittest.expect(o.totalResults, unittest.equals(42)); | 170 unittest.expect(o.totalResults, unittest.equals(42)); |
171 unittest.expect(o.username, unittest.equals('foo')); | 171 unittest.expect(o.username, unittest.equals('foo')); |
172 } | 172 } |
173 buildCounterAccountSummaries--; | 173 buildCounterAccountSummaries--; |
174 } | 174 } |
175 | 175 |
176 buildUnnamed601() { | 176 buildUnnamed189() { |
177 var o = new core.List<api.WebPropertySummary>(); | 177 var o = new core.List<api.WebPropertySummary>(); |
178 o.add(buildWebPropertySummary()); | 178 o.add(buildWebPropertySummary()); |
179 o.add(buildWebPropertySummary()); | 179 o.add(buildWebPropertySummary()); |
180 return o; | 180 return o; |
181 } | 181 } |
182 | 182 |
183 checkUnnamed601(core.List<api.WebPropertySummary> o) { | 183 checkUnnamed189(core.List<api.WebPropertySummary> o) { |
184 unittest.expect(o, unittest.hasLength(2)); | 184 unittest.expect(o, unittest.hasLength(2)); |
185 checkWebPropertySummary(o[0]); | 185 checkWebPropertySummary(o[0]); |
186 checkWebPropertySummary(o[1]); | 186 checkWebPropertySummary(o[1]); |
187 } | 187 } |
188 | 188 |
189 core.int buildCounterAccountSummary = 0; | 189 core.int buildCounterAccountSummary = 0; |
190 buildAccountSummary() { | 190 buildAccountSummary() { |
191 var o = new api.AccountSummary(); | 191 var o = new api.AccountSummary(); |
192 buildCounterAccountSummary++; | 192 buildCounterAccountSummary++; |
193 if (buildCounterAccountSummary < 3) { | 193 if (buildCounterAccountSummary < 3) { |
194 o.id = "foo"; | 194 o.id = "foo"; |
195 o.kind = "foo"; | 195 o.kind = "foo"; |
196 o.name = "foo"; | 196 o.name = "foo"; |
197 o.webProperties = buildUnnamed601(); | 197 o.webProperties = buildUnnamed189(); |
198 } | 198 } |
199 buildCounterAccountSummary--; | 199 buildCounterAccountSummary--; |
200 return o; | 200 return o; |
201 } | 201 } |
202 | 202 |
203 checkAccountSummary(api.AccountSummary o) { | 203 checkAccountSummary(api.AccountSummary o) { |
204 buildCounterAccountSummary++; | 204 buildCounterAccountSummary++; |
205 if (buildCounterAccountSummary < 3) { | 205 if (buildCounterAccountSummary < 3) { |
206 unittest.expect(o.id, unittest.equals('foo')); | 206 unittest.expect(o.id, unittest.equals('foo')); |
207 unittest.expect(o.kind, unittest.equals('foo')); | 207 unittest.expect(o.kind, unittest.equals('foo')); |
208 unittest.expect(o.name, unittest.equals('foo')); | 208 unittest.expect(o.name, unittest.equals('foo')); |
209 checkUnnamed601(o.webProperties); | 209 checkUnnamed189(o.webProperties); |
210 } | 210 } |
211 buildCounterAccountSummary--; | 211 buildCounterAccountSummary--; |
212 } | 212 } |
213 | 213 |
214 core.int buildCounterAccountTicket = 0; | 214 core.int buildCounterAccountTicket = 0; |
215 buildAccountTicket() { | 215 buildAccountTicket() { |
216 var o = new api.AccountTicket(); | 216 var o = new api.AccountTicket(); |
217 buildCounterAccountTicket++; | 217 buildCounterAccountTicket++; |
218 if (buildCounterAccountTicket < 3) { | 218 if (buildCounterAccountTicket < 3) { |
219 o.account = buildAccount(); | 219 o.account = buildAccount(); |
(...skipping 13 matching lines...) Expand all Loading... |
233 checkAccount(o.account); | 233 checkAccount(o.account); |
234 unittest.expect(o.id, unittest.equals('foo')); | 234 unittest.expect(o.id, unittest.equals('foo')); |
235 unittest.expect(o.kind, unittest.equals('foo')); | 235 unittest.expect(o.kind, unittest.equals('foo')); |
236 checkProfile(o.profile); | 236 checkProfile(o.profile); |
237 unittest.expect(o.redirectUri, unittest.equals('foo')); | 237 unittest.expect(o.redirectUri, unittest.equals('foo')); |
238 checkWebproperty(o.webproperty); | 238 checkWebproperty(o.webproperty); |
239 } | 239 } |
240 buildCounterAccountTicket--; | 240 buildCounterAccountTicket--; |
241 } | 241 } |
242 | 242 |
243 buildUnnamed602() { | 243 buildUnnamed190() { |
244 var o = new core.List<api.Account>(); | 244 var o = new core.List<api.Account>(); |
245 o.add(buildAccount()); | 245 o.add(buildAccount()); |
246 o.add(buildAccount()); | 246 o.add(buildAccount()); |
247 return o; | 247 return o; |
248 } | 248 } |
249 | 249 |
250 checkUnnamed602(core.List<api.Account> o) { | 250 checkUnnamed190(core.List<api.Account> o) { |
251 unittest.expect(o, unittest.hasLength(2)); | 251 unittest.expect(o, unittest.hasLength(2)); |
252 checkAccount(o[0]); | 252 checkAccount(o[0]); |
253 checkAccount(o[1]); | 253 checkAccount(o[1]); |
254 } | 254 } |
255 | 255 |
256 core.int buildCounterAccounts = 0; | 256 core.int buildCounterAccounts = 0; |
257 buildAccounts() { | 257 buildAccounts() { |
258 var o = new api.Accounts(); | 258 var o = new api.Accounts(); |
259 buildCounterAccounts++; | 259 buildCounterAccounts++; |
260 if (buildCounterAccounts < 3) { | 260 if (buildCounterAccounts < 3) { |
261 o.items = buildUnnamed602(); | 261 o.items = buildUnnamed190(); |
262 o.itemsPerPage = 42; | 262 o.itemsPerPage = 42; |
263 o.kind = "foo"; | 263 o.kind = "foo"; |
264 o.nextLink = "foo"; | 264 o.nextLink = "foo"; |
265 o.previousLink = "foo"; | 265 o.previousLink = "foo"; |
266 o.startIndex = 42; | 266 o.startIndex = 42; |
267 o.totalResults = 42; | 267 o.totalResults = 42; |
268 o.username = "foo"; | 268 o.username = "foo"; |
269 } | 269 } |
270 buildCounterAccounts--; | 270 buildCounterAccounts--; |
271 return o; | 271 return o; |
272 } | 272 } |
273 | 273 |
274 checkAccounts(api.Accounts o) { | 274 checkAccounts(api.Accounts o) { |
275 buildCounterAccounts++; | 275 buildCounterAccounts++; |
276 if (buildCounterAccounts < 3) { | 276 if (buildCounterAccounts < 3) { |
277 checkUnnamed602(o.items); | 277 checkUnnamed190(o.items); |
278 unittest.expect(o.itemsPerPage, unittest.equals(42)); | 278 unittest.expect(o.itemsPerPage, unittest.equals(42)); |
279 unittest.expect(o.kind, unittest.equals('foo')); | 279 unittest.expect(o.kind, unittest.equals('foo')); |
280 unittest.expect(o.nextLink, unittest.equals('foo')); | 280 unittest.expect(o.nextLink, unittest.equals('foo')); |
281 unittest.expect(o.previousLink, unittest.equals('foo')); | 281 unittest.expect(o.previousLink, unittest.equals('foo')); |
282 unittest.expect(o.startIndex, unittest.equals(42)); | 282 unittest.expect(o.startIndex, unittest.equals(42)); |
283 unittest.expect(o.totalResults, unittest.equals(42)); | 283 unittest.expect(o.totalResults, unittest.equals(42)); |
284 unittest.expect(o.username, unittest.equals('foo')); | 284 unittest.expect(o.username, unittest.equals('foo')); |
285 } | 285 } |
286 buildCounterAccounts--; | 286 buildCounterAccounts--; |
287 } | 287 } |
(...skipping 14 matching lines...) Expand all Loading... |
302 checkAdWordsAccount(api.AdWordsAccount o) { | 302 checkAdWordsAccount(api.AdWordsAccount o) { |
303 buildCounterAdWordsAccount++; | 303 buildCounterAdWordsAccount++; |
304 if (buildCounterAdWordsAccount < 3) { | 304 if (buildCounterAdWordsAccount < 3) { |
305 unittest.expect(o.autoTaggingEnabled, unittest.isTrue); | 305 unittest.expect(o.autoTaggingEnabled, unittest.isTrue); |
306 unittest.expect(o.customerId, unittest.equals('foo')); | 306 unittest.expect(o.customerId, unittest.equals('foo')); |
307 unittest.expect(o.kind, unittest.equals('foo')); | 307 unittest.expect(o.kind, unittest.equals('foo')); |
308 } | 308 } |
309 buildCounterAdWordsAccount--; | 309 buildCounterAdWordsAccount--; |
310 } | 310 } |
311 | 311 |
312 buildUnnamed603() { | 312 buildUnnamed191() { |
313 var o = new core.List<core.String>(); | 313 var o = new core.List<core.String>(); |
314 o.add("foo"); | 314 o.add("foo"); |
315 o.add("foo"); | 315 o.add("foo"); |
316 return o; | 316 return o; |
317 } | 317 } |
318 | 318 |
319 checkUnnamed603(core.List<core.String> o) { | 319 checkUnnamed191(core.List<core.String> o) { |
320 unittest.expect(o, unittest.hasLength(2)); | 320 unittest.expect(o, unittest.hasLength(2)); |
321 unittest.expect(o[0], unittest.equals('foo')); | 321 unittest.expect(o[0], unittest.equals('foo')); |
322 unittest.expect(o[1], unittest.equals('foo')); | 322 unittest.expect(o[1], unittest.equals('foo')); |
323 } | 323 } |
324 | 324 |
325 core.int buildCounterAnalyticsDataimportDeleteUploadDataRequest = 0; | 325 core.int buildCounterAnalyticsDataimportDeleteUploadDataRequest = 0; |
326 buildAnalyticsDataimportDeleteUploadDataRequest() { | 326 buildAnalyticsDataimportDeleteUploadDataRequest() { |
327 var o = new api.AnalyticsDataimportDeleteUploadDataRequest(); | 327 var o = new api.AnalyticsDataimportDeleteUploadDataRequest(); |
328 buildCounterAnalyticsDataimportDeleteUploadDataRequest++; | 328 buildCounterAnalyticsDataimportDeleteUploadDataRequest++; |
329 if (buildCounterAnalyticsDataimportDeleteUploadDataRequest < 3) { | 329 if (buildCounterAnalyticsDataimportDeleteUploadDataRequest < 3) { |
330 o.customDataImportUids = buildUnnamed603(); | 330 o.customDataImportUids = buildUnnamed191(); |
331 } | 331 } |
332 buildCounterAnalyticsDataimportDeleteUploadDataRequest--; | 332 buildCounterAnalyticsDataimportDeleteUploadDataRequest--; |
333 return o; | 333 return o; |
334 } | 334 } |
335 | 335 |
336 checkAnalyticsDataimportDeleteUploadDataRequest(api.AnalyticsDataimportDeleteUpl
oadDataRequest o) { | 336 checkAnalyticsDataimportDeleteUploadDataRequest(api.AnalyticsDataimportDeleteUpl
oadDataRequest o) { |
337 buildCounterAnalyticsDataimportDeleteUploadDataRequest++; | 337 buildCounterAnalyticsDataimportDeleteUploadDataRequest++; |
338 if (buildCounterAnalyticsDataimportDeleteUploadDataRequest < 3) { | 338 if (buildCounterAnalyticsDataimportDeleteUploadDataRequest < 3) { |
339 checkUnnamed603(o.customDataImportUids); | 339 checkUnnamed191(o.customDataImportUids); |
340 } | 340 } |
341 buildCounterAnalyticsDataimportDeleteUploadDataRequest--; | 341 buildCounterAnalyticsDataimportDeleteUploadDataRequest--; |
342 } | 342 } |
343 | 343 |
344 buildUnnamed604() { | 344 buildUnnamed192() { |
345 var o = new core.Map<core.String, core.String>(); | 345 var o = new core.Map<core.String, core.String>(); |
346 o["x"] = "foo"; | 346 o["x"] = "foo"; |
347 o["y"] = "foo"; | 347 o["y"] = "foo"; |
348 return o; | 348 return o; |
349 } | 349 } |
350 | 350 |
351 checkUnnamed604(core.Map<core.String, core.String> o) { | 351 checkUnnamed192(core.Map<core.String, core.String> o) { |
352 unittest.expect(o, unittest.hasLength(2)); | 352 unittest.expect(o, unittest.hasLength(2)); |
353 unittest.expect(o["x"], unittest.equals('foo')); | 353 unittest.expect(o["x"], unittest.equals('foo')); |
354 unittest.expect(o["y"], unittest.equals('foo')); | 354 unittest.expect(o["y"], unittest.equals('foo')); |
355 } | 355 } |
356 | 356 |
357 core.int buildCounterColumn = 0; | 357 core.int buildCounterColumn = 0; |
358 buildColumn() { | 358 buildColumn() { |
359 var o = new api.Column(); | 359 var o = new api.Column(); |
360 buildCounterColumn++; | 360 buildCounterColumn++; |
361 if (buildCounterColumn < 3) { | 361 if (buildCounterColumn < 3) { |
362 o.attributes = buildUnnamed604(); | 362 o.attributes = buildUnnamed192(); |
363 o.id = "foo"; | 363 o.id = "foo"; |
364 o.kind = "foo"; | 364 o.kind = "foo"; |
365 } | 365 } |
366 buildCounterColumn--; | 366 buildCounterColumn--; |
367 return o; | 367 return o; |
368 } | 368 } |
369 | 369 |
370 checkColumn(api.Column o) { | 370 checkColumn(api.Column o) { |
371 buildCounterColumn++; | 371 buildCounterColumn++; |
372 if (buildCounterColumn < 3) { | 372 if (buildCounterColumn < 3) { |
373 checkUnnamed604(o.attributes); | 373 checkUnnamed192(o.attributes); |
374 unittest.expect(o.id, unittest.equals('foo')); | 374 unittest.expect(o.id, unittest.equals('foo')); |
375 unittest.expect(o.kind, unittest.equals('foo')); | 375 unittest.expect(o.kind, unittest.equals('foo')); |
376 } | 376 } |
377 buildCounterColumn--; | 377 buildCounterColumn--; |
378 } | 378 } |
379 | 379 |
380 buildUnnamed605() { | 380 buildUnnamed193() { |
381 var o = new core.List<core.String>(); | 381 var o = new core.List<core.String>(); |
382 o.add("foo"); | 382 o.add("foo"); |
383 o.add("foo"); | 383 o.add("foo"); |
384 return o; | 384 return o; |
385 } | 385 } |
386 | 386 |
387 checkUnnamed605(core.List<core.String> o) { | 387 checkUnnamed193(core.List<core.String> o) { |
388 unittest.expect(o, unittest.hasLength(2)); | 388 unittest.expect(o, unittest.hasLength(2)); |
389 unittest.expect(o[0], unittest.equals('foo')); | 389 unittest.expect(o[0], unittest.equals('foo')); |
390 unittest.expect(o[1], unittest.equals('foo')); | 390 unittest.expect(o[1], unittest.equals('foo')); |
391 } | 391 } |
392 | 392 |
393 buildUnnamed606() { | 393 buildUnnamed194() { |
394 var o = new core.List<api.Column>(); | 394 var o = new core.List<api.Column>(); |
395 o.add(buildColumn()); | 395 o.add(buildColumn()); |
396 o.add(buildColumn()); | 396 o.add(buildColumn()); |
397 return o; | 397 return o; |
398 } | 398 } |
399 | 399 |
400 checkUnnamed606(core.List<api.Column> o) { | 400 checkUnnamed194(core.List<api.Column> o) { |
401 unittest.expect(o, unittest.hasLength(2)); | 401 unittest.expect(o, unittest.hasLength(2)); |
402 checkColumn(o[0]); | 402 checkColumn(o[0]); |
403 checkColumn(o[1]); | 403 checkColumn(o[1]); |
404 } | 404 } |
405 | 405 |
406 core.int buildCounterColumns = 0; | 406 core.int buildCounterColumns = 0; |
407 buildColumns() { | 407 buildColumns() { |
408 var o = new api.Columns(); | 408 var o = new api.Columns(); |
409 buildCounterColumns++; | 409 buildCounterColumns++; |
410 if (buildCounterColumns < 3) { | 410 if (buildCounterColumns < 3) { |
411 o.attributeNames = buildUnnamed605(); | 411 o.attributeNames = buildUnnamed193(); |
412 o.etag = "foo"; | 412 o.etag = "foo"; |
413 o.items = buildUnnamed606(); | 413 o.items = buildUnnamed194(); |
414 o.kind = "foo"; | 414 o.kind = "foo"; |
415 o.totalResults = 42; | 415 o.totalResults = 42; |
416 } | 416 } |
417 buildCounterColumns--; | 417 buildCounterColumns--; |
418 return o; | 418 return o; |
419 } | 419 } |
420 | 420 |
421 checkColumns(api.Columns o) { | 421 checkColumns(api.Columns o) { |
422 buildCounterColumns++; | 422 buildCounterColumns++; |
423 if (buildCounterColumns < 3) { | 423 if (buildCounterColumns < 3) { |
424 checkUnnamed605(o.attributeNames); | 424 checkUnnamed193(o.attributeNames); |
425 unittest.expect(o.etag, unittest.equals('foo')); | 425 unittest.expect(o.etag, unittest.equals('foo')); |
426 checkUnnamed606(o.items); | 426 checkUnnamed194(o.items); |
427 unittest.expect(o.kind, unittest.equals('foo')); | 427 unittest.expect(o.kind, unittest.equals('foo')); |
428 unittest.expect(o.totalResults, unittest.equals(42)); | 428 unittest.expect(o.totalResults, unittest.equals(42)); |
429 } | 429 } |
430 buildCounterColumns--; | 430 buildCounterColumns--; |
431 } | 431 } |
432 | 432 |
433 core.int buildCounterCustomDataSourceChildLink = 0; | 433 core.int buildCounterCustomDataSourceChildLink = 0; |
434 buildCustomDataSourceChildLink() { | 434 buildCustomDataSourceChildLink() { |
435 var o = new api.CustomDataSourceChildLink(); | 435 var o = new api.CustomDataSourceChildLink(); |
436 buildCounterCustomDataSourceChildLink++; | 436 buildCounterCustomDataSourceChildLink++; |
(...skipping 28 matching lines...) Expand all Loading... |
465 | 465 |
466 checkCustomDataSourceParentLink(api.CustomDataSourceParentLink o) { | 466 checkCustomDataSourceParentLink(api.CustomDataSourceParentLink o) { |
467 buildCounterCustomDataSourceParentLink++; | 467 buildCounterCustomDataSourceParentLink++; |
468 if (buildCounterCustomDataSourceParentLink < 3) { | 468 if (buildCounterCustomDataSourceParentLink < 3) { |
469 unittest.expect(o.href, unittest.equals('foo')); | 469 unittest.expect(o.href, unittest.equals('foo')); |
470 unittest.expect(o.type, unittest.equals('foo')); | 470 unittest.expect(o.type, unittest.equals('foo')); |
471 } | 471 } |
472 buildCounterCustomDataSourceParentLink--; | 472 buildCounterCustomDataSourceParentLink--; |
473 } | 473 } |
474 | 474 |
475 buildUnnamed607() { | 475 buildUnnamed195() { |
476 var o = new core.List<core.String>(); | 476 var o = new core.List<core.String>(); |
477 o.add("foo"); | 477 o.add("foo"); |
478 o.add("foo"); | 478 o.add("foo"); |
479 return o; | 479 return o; |
480 } | 480 } |
481 | 481 |
482 checkUnnamed607(core.List<core.String> o) { | 482 checkUnnamed195(core.List<core.String> o) { |
483 unittest.expect(o, unittest.hasLength(2)); | 483 unittest.expect(o, unittest.hasLength(2)); |
484 unittest.expect(o[0], unittest.equals('foo')); | 484 unittest.expect(o[0], unittest.equals('foo')); |
485 unittest.expect(o[1], unittest.equals('foo')); | 485 unittest.expect(o[1], unittest.equals('foo')); |
486 } | 486 } |
487 | 487 |
488 core.int buildCounterCustomDataSource = 0; | 488 core.int buildCounterCustomDataSource = 0; |
489 buildCustomDataSource() { | 489 buildCustomDataSource() { |
490 var o = new api.CustomDataSource(); | 490 var o = new api.CustomDataSource(); |
491 buildCounterCustomDataSource++; | 491 buildCounterCustomDataSource++; |
492 if (buildCounterCustomDataSource < 3) { | 492 if (buildCounterCustomDataSource < 3) { |
493 o.accountId = "foo"; | 493 o.accountId = "foo"; |
494 o.childLink = buildCustomDataSourceChildLink(); | 494 o.childLink = buildCustomDataSourceChildLink(); |
495 o.created = core.DateTime.parse("2002-02-27T14:01:02"); | 495 o.created = core.DateTime.parse("2002-02-27T14:01:02"); |
496 o.description = "foo"; | 496 o.description = "foo"; |
497 o.id = "foo"; | 497 o.id = "foo"; |
498 o.importBehavior = "foo"; | 498 o.importBehavior = "foo"; |
499 o.kind = "foo"; | 499 o.kind = "foo"; |
500 o.name = "foo"; | 500 o.name = "foo"; |
501 o.parentLink = buildCustomDataSourceParentLink(); | 501 o.parentLink = buildCustomDataSourceParentLink(); |
502 o.profilesLinked = buildUnnamed607(); | 502 o.profilesLinked = buildUnnamed195(); |
503 o.selfLink = "foo"; | 503 o.selfLink = "foo"; |
504 o.type = "foo"; | 504 o.type = "foo"; |
505 o.updated = core.DateTime.parse("2002-02-27T14:01:02"); | 505 o.updated = core.DateTime.parse("2002-02-27T14:01:02"); |
506 o.uploadType = "foo"; | 506 o.uploadType = "foo"; |
507 o.webPropertyId = "foo"; | 507 o.webPropertyId = "foo"; |
508 } | 508 } |
509 buildCounterCustomDataSource--; | 509 buildCounterCustomDataSource--; |
510 return o; | 510 return o; |
511 } | 511 } |
512 | 512 |
513 checkCustomDataSource(api.CustomDataSource o) { | 513 checkCustomDataSource(api.CustomDataSource o) { |
514 buildCounterCustomDataSource++; | 514 buildCounterCustomDataSource++; |
515 if (buildCounterCustomDataSource < 3) { | 515 if (buildCounterCustomDataSource < 3) { |
516 unittest.expect(o.accountId, unittest.equals('foo')); | 516 unittest.expect(o.accountId, unittest.equals('foo')); |
517 checkCustomDataSourceChildLink(o.childLink); | 517 checkCustomDataSourceChildLink(o.childLink); |
518 unittest.expect(o.created, unittest.equals(core.DateTime.parse("2002-02-27T1
4:01:02"))); | 518 unittest.expect(o.created, unittest.equals(core.DateTime.parse("2002-02-27T1
4:01:02"))); |
519 unittest.expect(o.description, unittest.equals('foo')); | 519 unittest.expect(o.description, unittest.equals('foo')); |
520 unittest.expect(o.id, unittest.equals('foo')); | 520 unittest.expect(o.id, unittest.equals('foo')); |
521 unittest.expect(o.importBehavior, unittest.equals('foo')); | 521 unittest.expect(o.importBehavior, unittest.equals('foo')); |
522 unittest.expect(o.kind, unittest.equals('foo')); | 522 unittest.expect(o.kind, unittest.equals('foo')); |
523 unittest.expect(o.name, unittest.equals('foo')); | 523 unittest.expect(o.name, unittest.equals('foo')); |
524 checkCustomDataSourceParentLink(o.parentLink); | 524 checkCustomDataSourceParentLink(o.parentLink); |
525 checkUnnamed607(o.profilesLinked); | 525 checkUnnamed195(o.profilesLinked); |
526 unittest.expect(o.selfLink, unittest.equals('foo')); | 526 unittest.expect(o.selfLink, unittest.equals('foo')); |
527 unittest.expect(o.type, unittest.equals('foo')); | 527 unittest.expect(o.type, unittest.equals('foo')); |
528 unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T1
4:01:02"))); | 528 unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T1
4:01:02"))); |
529 unittest.expect(o.uploadType, unittest.equals('foo')); | 529 unittest.expect(o.uploadType, unittest.equals('foo')); |
530 unittest.expect(o.webPropertyId, unittest.equals('foo')); | 530 unittest.expect(o.webPropertyId, unittest.equals('foo')); |
531 } | 531 } |
532 buildCounterCustomDataSource--; | 532 buildCounterCustomDataSource--; |
533 } | 533 } |
534 | 534 |
535 buildUnnamed608() { | 535 buildUnnamed196() { |
536 var o = new core.List<api.CustomDataSource>(); | 536 var o = new core.List<api.CustomDataSource>(); |
537 o.add(buildCustomDataSource()); | 537 o.add(buildCustomDataSource()); |
538 o.add(buildCustomDataSource()); | 538 o.add(buildCustomDataSource()); |
539 return o; | 539 return o; |
540 } | 540 } |
541 | 541 |
542 checkUnnamed608(core.List<api.CustomDataSource> o) { | 542 checkUnnamed196(core.List<api.CustomDataSource> o) { |
543 unittest.expect(o, unittest.hasLength(2)); | 543 unittest.expect(o, unittest.hasLength(2)); |
544 checkCustomDataSource(o[0]); | 544 checkCustomDataSource(o[0]); |
545 checkCustomDataSource(o[1]); | 545 checkCustomDataSource(o[1]); |
546 } | 546 } |
547 | 547 |
548 core.int buildCounterCustomDataSources = 0; | 548 core.int buildCounterCustomDataSources = 0; |
549 buildCustomDataSources() { | 549 buildCustomDataSources() { |
550 var o = new api.CustomDataSources(); | 550 var o = new api.CustomDataSources(); |
551 buildCounterCustomDataSources++; | 551 buildCounterCustomDataSources++; |
552 if (buildCounterCustomDataSources < 3) { | 552 if (buildCounterCustomDataSources < 3) { |
553 o.items = buildUnnamed608(); | 553 o.items = buildUnnamed196(); |
554 o.itemsPerPage = 42; | 554 o.itemsPerPage = 42; |
555 o.kind = "foo"; | 555 o.kind = "foo"; |
556 o.nextLink = "foo"; | 556 o.nextLink = "foo"; |
557 o.previousLink = "foo"; | 557 o.previousLink = "foo"; |
558 o.startIndex = 42; | 558 o.startIndex = 42; |
559 o.totalResults = 42; | 559 o.totalResults = 42; |
560 o.username = "foo"; | 560 o.username = "foo"; |
561 } | 561 } |
562 buildCounterCustomDataSources--; | 562 buildCounterCustomDataSources--; |
563 return o; | 563 return o; |
564 } | 564 } |
565 | 565 |
566 checkCustomDataSources(api.CustomDataSources o) { | 566 checkCustomDataSources(api.CustomDataSources o) { |
567 buildCounterCustomDataSources++; | 567 buildCounterCustomDataSources++; |
568 if (buildCounterCustomDataSources < 3) { | 568 if (buildCounterCustomDataSources < 3) { |
569 checkUnnamed608(o.items); | 569 checkUnnamed196(o.items); |
570 unittest.expect(o.itemsPerPage, unittest.equals(42)); | 570 unittest.expect(o.itemsPerPage, unittest.equals(42)); |
571 unittest.expect(o.kind, unittest.equals('foo')); | 571 unittest.expect(o.kind, unittest.equals('foo')); |
572 unittest.expect(o.nextLink, unittest.equals('foo')); | 572 unittest.expect(o.nextLink, unittest.equals('foo')); |
573 unittest.expect(o.previousLink, unittest.equals('foo')); | 573 unittest.expect(o.previousLink, unittest.equals('foo')); |
574 unittest.expect(o.startIndex, unittest.equals(42)); | 574 unittest.expect(o.startIndex, unittest.equals(42)); |
575 unittest.expect(o.totalResults, unittest.equals(42)); | 575 unittest.expect(o.totalResults, unittest.equals(42)); |
576 unittest.expect(o.username, unittest.equals('foo')); | 576 unittest.expect(o.username, unittest.equals('foo')); |
577 } | 577 } |
578 buildCounterCustomDataSources--; | 578 buildCounterCustomDataSources--; |
579 } | 579 } |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
613 | 613 |
614 checkDailyUploadRecentChanges(api.DailyUploadRecentChanges o) { | 614 checkDailyUploadRecentChanges(api.DailyUploadRecentChanges o) { |
615 buildCounterDailyUploadRecentChanges++; | 615 buildCounterDailyUploadRecentChanges++; |
616 if (buildCounterDailyUploadRecentChanges < 3) { | 616 if (buildCounterDailyUploadRecentChanges < 3) { |
617 unittest.expect(o.change, unittest.equals('foo')); | 617 unittest.expect(o.change, unittest.equals('foo')); |
618 unittest.expect(o.time, unittest.equals(core.DateTime.parse("2002-02-27T14:0
1:02"))); | 618 unittest.expect(o.time, unittest.equals(core.DateTime.parse("2002-02-27T14:0
1:02"))); |
619 } | 619 } |
620 buildCounterDailyUploadRecentChanges--; | 620 buildCounterDailyUploadRecentChanges--; |
621 } | 621 } |
622 | 622 |
623 buildUnnamed609() { | 623 buildUnnamed197() { |
624 var o = new core.List<api.DailyUploadRecentChanges>(); | 624 var o = new core.List<api.DailyUploadRecentChanges>(); |
625 o.add(buildDailyUploadRecentChanges()); | 625 o.add(buildDailyUploadRecentChanges()); |
626 o.add(buildDailyUploadRecentChanges()); | 626 o.add(buildDailyUploadRecentChanges()); |
627 return o; | 627 return o; |
628 } | 628 } |
629 | 629 |
630 checkUnnamed609(core.List<api.DailyUploadRecentChanges> o) { | 630 checkUnnamed197(core.List<api.DailyUploadRecentChanges> o) { |
631 unittest.expect(o, unittest.hasLength(2)); | 631 unittest.expect(o, unittest.hasLength(2)); |
632 checkDailyUploadRecentChanges(o[0]); | 632 checkDailyUploadRecentChanges(o[0]); |
633 checkDailyUploadRecentChanges(o[1]); | 633 checkDailyUploadRecentChanges(o[1]); |
634 } | 634 } |
635 | 635 |
636 core.int buildCounterDailyUpload = 0; | 636 core.int buildCounterDailyUpload = 0; |
637 buildDailyUpload() { | 637 buildDailyUpload() { |
638 var o = new api.DailyUpload(); | 638 var o = new api.DailyUpload(); |
639 buildCounterDailyUpload++; | 639 buildCounterDailyUpload++; |
640 if (buildCounterDailyUpload < 3) { | 640 if (buildCounterDailyUpload < 3) { |
641 o.accountId = "foo"; | 641 o.accountId = "foo"; |
642 o.appendCount = 42; | 642 o.appendCount = 42; |
643 o.createdTime = core.DateTime.parse("2002-02-27T14:01:02"); | 643 o.createdTime = core.DateTime.parse("2002-02-27T14:01:02"); |
644 o.customDataSourceId = "foo"; | 644 o.customDataSourceId = "foo"; |
645 o.date = "foo"; | 645 o.date = "foo"; |
646 o.kind = "foo"; | 646 o.kind = "foo"; |
647 o.modifiedTime = core.DateTime.parse("2002-02-27T14:01:02"); | 647 o.modifiedTime = core.DateTime.parse("2002-02-27T14:01:02"); |
648 o.parentLink = buildDailyUploadParentLink(); | 648 o.parentLink = buildDailyUploadParentLink(); |
649 o.recentChanges = buildUnnamed609(); | 649 o.recentChanges = buildUnnamed197(); |
650 o.selfLink = "foo"; | 650 o.selfLink = "foo"; |
651 o.webPropertyId = "foo"; | 651 o.webPropertyId = "foo"; |
652 } | 652 } |
653 buildCounterDailyUpload--; | 653 buildCounterDailyUpload--; |
654 return o; | 654 return o; |
655 } | 655 } |
656 | 656 |
657 checkDailyUpload(api.DailyUpload o) { | 657 checkDailyUpload(api.DailyUpload o) { |
658 buildCounterDailyUpload++; | 658 buildCounterDailyUpload++; |
659 if (buildCounterDailyUpload < 3) { | 659 if (buildCounterDailyUpload < 3) { |
660 unittest.expect(o.accountId, unittest.equals('foo')); | 660 unittest.expect(o.accountId, unittest.equals('foo')); |
661 unittest.expect(o.appendCount, unittest.equals(42)); | 661 unittest.expect(o.appendCount, unittest.equals(42)); |
662 unittest.expect(o.createdTime, unittest.equals(core.DateTime.parse("2002-02-
27T14:01:02"))); | 662 unittest.expect(o.createdTime, unittest.equals(core.DateTime.parse("2002-02-
27T14:01:02"))); |
663 unittest.expect(o.customDataSourceId, unittest.equals('foo')); | 663 unittest.expect(o.customDataSourceId, unittest.equals('foo')); |
664 unittest.expect(o.date, unittest.equals('foo')); | 664 unittest.expect(o.date, unittest.equals('foo')); |
665 unittest.expect(o.kind, unittest.equals('foo')); | 665 unittest.expect(o.kind, unittest.equals('foo')); |
666 unittest.expect(o.modifiedTime, unittest.equals(core.DateTime.parse("2002-02
-27T14:01:02"))); | 666 unittest.expect(o.modifiedTime, unittest.equals(core.DateTime.parse("2002-02
-27T14:01:02"))); |
667 checkDailyUploadParentLink(o.parentLink); | 667 checkDailyUploadParentLink(o.parentLink); |
668 checkUnnamed609(o.recentChanges); | 668 checkUnnamed197(o.recentChanges); |
669 unittest.expect(o.selfLink, unittest.equals('foo')); | 669 unittest.expect(o.selfLink, unittest.equals('foo')); |
670 unittest.expect(o.webPropertyId, unittest.equals('foo')); | 670 unittest.expect(o.webPropertyId, unittest.equals('foo')); |
671 } | 671 } |
672 buildCounterDailyUpload--; | 672 buildCounterDailyUpload--; |
673 } | 673 } |
674 | 674 |
675 core.int buildCounterDailyUploadAppend = 0; | 675 core.int buildCounterDailyUploadAppend = 0; |
676 buildDailyUploadAppend() { | 676 buildDailyUploadAppend() { |
677 var o = new api.DailyUploadAppend(); | 677 var o = new api.DailyUploadAppend(); |
678 buildCounterDailyUploadAppend++; | 678 buildCounterDailyUploadAppend++; |
(...skipping 17 matching lines...) Expand all Loading... |
696 unittest.expect(o.appendNumber, unittest.equals(42)); | 696 unittest.expect(o.appendNumber, unittest.equals(42)); |
697 unittest.expect(o.customDataSourceId, unittest.equals('foo')); | 697 unittest.expect(o.customDataSourceId, unittest.equals('foo')); |
698 unittest.expect(o.date, unittest.equals('foo')); | 698 unittest.expect(o.date, unittest.equals('foo')); |
699 unittest.expect(o.kind, unittest.equals('foo')); | 699 unittest.expect(o.kind, unittest.equals('foo')); |
700 unittest.expect(o.nextAppendLink, unittest.equals('foo')); | 700 unittest.expect(o.nextAppendLink, unittest.equals('foo')); |
701 unittest.expect(o.webPropertyId, unittest.equals('foo')); | 701 unittest.expect(o.webPropertyId, unittest.equals('foo')); |
702 } | 702 } |
703 buildCounterDailyUploadAppend--; | 703 buildCounterDailyUploadAppend--; |
704 } | 704 } |
705 | 705 |
706 buildUnnamed610() { | 706 buildUnnamed198() { |
707 var o = new core.List<api.DailyUpload>(); | 707 var o = new core.List<api.DailyUpload>(); |
708 o.add(buildDailyUpload()); | 708 o.add(buildDailyUpload()); |
709 o.add(buildDailyUpload()); | 709 o.add(buildDailyUpload()); |
710 return o; | 710 return o; |
711 } | 711 } |
712 | 712 |
713 checkUnnamed610(core.List<api.DailyUpload> o) { | 713 checkUnnamed198(core.List<api.DailyUpload> o) { |
714 unittest.expect(o, unittest.hasLength(2)); | 714 unittest.expect(o, unittest.hasLength(2)); |
715 checkDailyUpload(o[0]); | 715 checkDailyUpload(o[0]); |
716 checkDailyUpload(o[1]); | 716 checkDailyUpload(o[1]); |
717 } | 717 } |
718 | 718 |
719 core.int buildCounterDailyUploads = 0; | 719 core.int buildCounterDailyUploads = 0; |
720 buildDailyUploads() { | 720 buildDailyUploads() { |
721 var o = new api.DailyUploads(); | 721 var o = new api.DailyUploads(); |
722 buildCounterDailyUploads++; | 722 buildCounterDailyUploads++; |
723 if (buildCounterDailyUploads < 3) { | 723 if (buildCounterDailyUploads < 3) { |
724 o.items = buildUnnamed610(); | 724 o.items = buildUnnamed198(); |
725 o.itemsPerPage = 42; | 725 o.itemsPerPage = 42; |
726 o.kind = "foo"; | 726 o.kind = "foo"; |
727 o.nextLink = "foo"; | 727 o.nextLink = "foo"; |
728 o.previousLink = "foo"; | 728 o.previousLink = "foo"; |
729 o.startIndex = 42; | 729 o.startIndex = 42; |
730 o.totalResults = 42; | 730 o.totalResults = 42; |
731 o.username = "foo"; | 731 o.username = "foo"; |
732 } | 732 } |
733 buildCounterDailyUploads--; | 733 buildCounterDailyUploads--; |
734 return o; | 734 return o; |
735 } | 735 } |
736 | 736 |
737 checkDailyUploads(api.DailyUploads o) { | 737 checkDailyUploads(api.DailyUploads o) { |
738 buildCounterDailyUploads++; | 738 buildCounterDailyUploads++; |
739 if (buildCounterDailyUploads < 3) { | 739 if (buildCounterDailyUploads < 3) { |
740 checkUnnamed610(o.items); | 740 checkUnnamed198(o.items); |
741 unittest.expect(o.itemsPerPage, unittest.equals(42)); | 741 unittest.expect(o.itemsPerPage, unittest.equals(42)); |
742 unittest.expect(o.kind, unittest.equals('foo')); | 742 unittest.expect(o.kind, unittest.equals('foo')); |
743 unittest.expect(o.nextLink, unittest.equals('foo')); | 743 unittest.expect(o.nextLink, unittest.equals('foo')); |
744 unittest.expect(o.previousLink, unittest.equals('foo')); | 744 unittest.expect(o.previousLink, unittest.equals('foo')); |
745 unittest.expect(o.startIndex, unittest.equals(42)); | 745 unittest.expect(o.startIndex, unittest.equals(42)); |
746 unittest.expect(o.totalResults, unittest.equals(42)); | 746 unittest.expect(o.totalResults, unittest.equals(42)); |
747 unittest.expect(o.username, unittest.equals('foo')); | 747 unittest.expect(o.username, unittest.equals('foo')); |
748 } | 748 } |
749 buildCounterDailyUploads--; | 749 buildCounterDailyUploads--; |
750 } | 750 } |
751 | 751 |
752 buildUnnamed611() { | 752 buildUnnamed199() { |
753 var o = new core.List<api.AdWordsAccount>(); | 753 var o = new core.List<api.AdWordsAccount>(); |
754 o.add(buildAdWordsAccount()); | 754 o.add(buildAdWordsAccount()); |
755 o.add(buildAdWordsAccount()); | 755 o.add(buildAdWordsAccount()); |
756 return o; | 756 return o; |
757 } | 757 } |
758 | 758 |
759 checkUnnamed611(core.List<api.AdWordsAccount> o) { | 759 checkUnnamed199(core.List<api.AdWordsAccount> o) { |
760 unittest.expect(o, unittest.hasLength(2)); | 760 unittest.expect(o, unittest.hasLength(2)); |
761 checkAdWordsAccount(o[0]); | 761 checkAdWordsAccount(o[0]); |
762 checkAdWordsAccount(o[1]); | 762 checkAdWordsAccount(o[1]); |
763 } | 763 } |
764 | 764 |
765 core.int buildCounterEntityAdWordsLinkEntity = 0; | 765 core.int buildCounterEntityAdWordsLinkEntity = 0; |
766 buildEntityAdWordsLinkEntity() { | 766 buildEntityAdWordsLinkEntity() { |
767 var o = new api.EntityAdWordsLinkEntity(); | 767 var o = new api.EntityAdWordsLinkEntity(); |
768 buildCounterEntityAdWordsLinkEntity++; | 768 buildCounterEntityAdWordsLinkEntity++; |
769 if (buildCounterEntityAdWordsLinkEntity < 3) { | 769 if (buildCounterEntityAdWordsLinkEntity < 3) { |
770 o.webPropertyRef = buildWebPropertyRef(); | 770 o.webPropertyRef = buildWebPropertyRef(); |
771 } | 771 } |
772 buildCounterEntityAdWordsLinkEntity--; | 772 buildCounterEntityAdWordsLinkEntity--; |
773 return o; | 773 return o; |
774 } | 774 } |
775 | 775 |
776 checkEntityAdWordsLinkEntity(api.EntityAdWordsLinkEntity o) { | 776 checkEntityAdWordsLinkEntity(api.EntityAdWordsLinkEntity o) { |
777 buildCounterEntityAdWordsLinkEntity++; | 777 buildCounterEntityAdWordsLinkEntity++; |
778 if (buildCounterEntityAdWordsLinkEntity < 3) { | 778 if (buildCounterEntityAdWordsLinkEntity < 3) { |
779 checkWebPropertyRef(o.webPropertyRef); | 779 checkWebPropertyRef(o.webPropertyRef); |
780 } | 780 } |
781 buildCounterEntityAdWordsLinkEntity--; | 781 buildCounterEntityAdWordsLinkEntity--; |
782 } | 782 } |
783 | 783 |
784 buildUnnamed612() { | 784 buildUnnamed200() { |
785 var o = new core.List<core.String>(); | 785 var o = new core.List<core.String>(); |
786 o.add("foo"); | 786 o.add("foo"); |
787 o.add("foo"); | 787 o.add("foo"); |
788 return o; | 788 return o; |
789 } | 789 } |
790 | 790 |
791 checkUnnamed612(core.List<core.String> o) { | 791 checkUnnamed200(core.List<core.String> o) { |
792 unittest.expect(o, unittest.hasLength(2)); | 792 unittest.expect(o, unittest.hasLength(2)); |
793 unittest.expect(o[0], unittest.equals('foo')); | 793 unittest.expect(o[0], unittest.equals('foo')); |
794 unittest.expect(o[1], unittest.equals('foo')); | 794 unittest.expect(o[1], unittest.equals('foo')); |
795 } | 795 } |
796 | 796 |
797 core.int buildCounterEntityAdWordsLink = 0; | 797 core.int buildCounterEntityAdWordsLink = 0; |
798 buildEntityAdWordsLink() { | 798 buildEntityAdWordsLink() { |
799 var o = new api.EntityAdWordsLink(); | 799 var o = new api.EntityAdWordsLink(); |
800 buildCounterEntityAdWordsLink++; | 800 buildCounterEntityAdWordsLink++; |
801 if (buildCounterEntityAdWordsLink < 3) { | 801 if (buildCounterEntityAdWordsLink < 3) { |
802 o.adWordsAccounts = buildUnnamed611(); | 802 o.adWordsAccounts = buildUnnamed199(); |
803 o.entity = buildEntityAdWordsLinkEntity(); | 803 o.entity = buildEntityAdWordsLinkEntity(); |
804 o.id = "foo"; | 804 o.id = "foo"; |
805 o.kind = "foo"; | 805 o.kind = "foo"; |
806 o.name = "foo"; | 806 o.name = "foo"; |
807 o.profileIds = buildUnnamed612(); | 807 o.profileIds = buildUnnamed200(); |
808 o.selfLink = "foo"; | 808 o.selfLink = "foo"; |
809 } | 809 } |
810 buildCounterEntityAdWordsLink--; | 810 buildCounterEntityAdWordsLink--; |
811 return o; | 811 return o; |
812 } | 812 } |
813 | 813 |
814 checkEntityAdWordsLink(api.EntityAdWordsLink o) { | 814 checkEntityAdWordsLink(api.EntityAdWordsLink o) { |
815 buildCounterEntityAdWordsLink++; | 815 buildCounterEntityAdWordsLink++; |
816 if (buildCounterEntityAdWordsLink < 3) { | 816 if (buildCounterEntityAdWordsLink < 3) { |
817 checkUnnamed611(o.adWordsAccounts); | 817 checkUnnamed199(o.adWordsAccounts); |
818 checkEntityAdWordsLinkEntity(o.entity); | 818 checkEntityAdWordsLinkEntity(o.entity); |
819 unittest.expect(o.id, unittest.equals('foo')); | 819 unittest.expect(o.id, unittest.equals('foo')); |
820 unittest.expect(o.kind, unittest.equals('foo')); | 820 unittest.expect(o.kind, unittest.equals('foo')); |
821 unittest.expect(o.name, unittest.equals('foo')); | 821 unittest.expect(o.name, unittest.equals('foo')); |
822 checkUnnamed612(o.profileIds); | 822 checkUnnamed200(o.profileIds); |
823 unittest.expect(o.selfLink, unittest.equals('foo')); | 823 unittest.expect(o.selfLink, unittest.equals('foo')); |
824 } | 824 } |
825 buildCounterEntityAdWordsLink--; | 825 buildCounterEntityAdWordsLink--; |
826 } | 826 } |
827 | 827 |
828 buildUnnamed613() { | 828 buildUnnamed201() { |
829 var o = new core.List<api.EntityAdWordsLink>(); | 829 var o = new core.List<api.EntityAdWordsLink>(); |
830 o.add(buildEntityAdWordsLink()); | 830 o.add(buildEntityAdWordsLink()); |
831 o.add(buildEntityAdWordsLink()); | 831 o.add(buildEntityAdWordsLink()); |
832 return o; | 832 return o; |
833 } | 833 } |
834 | 834 |
835 checkUnnamed613(core.List<api.EntityAdWordsLink> o) { | 835 checkUnnamed201(core.List<api.EntityAdWordsLink> o) { |
836 unittest.expect(o, unittest.hasLength(2)); | 836 unittest.expect(o, unittest.hasLength(2)); |
837 checkEntityAdWordsLink(o[0]); | 837 checkEntityAdWordsLink(o[0]); |
838 checkEntityAdWordsLink(o[1]); | 838 checkEntityAdWordsLink(o[1]); |
839 } | 839 } |
840 | 840 |
841 core.int buildCounterEntityAdWordsLinks = 0; | 841 core.int buildCounterEntityAdWordsLinks = 0; |
842 buildEntityAdWordsLinks() { | 842 buildEntityAdWordsLinks() { |
843 var o = new api.EntityAdWordsLinks(); | 843 var o = new api.EntityAdWordsLinks(); |
844 buildCounterEntityAdWordsLinks++; | 844 buildCounterEntityAdWordsLinks++; |
845 if (buildCounterEntityAdWordsLinks < 3) { | 845 if (buildCounterEntityAdWordsLinks < 3) { |
846 o.items = buildUnnamed613(); | 846 o.items = buildUnnamed201(); |
847 o.itemsPerPage = 42; | 847 o.itemsPerPage = 42; |
848 o.kind = "foo"; | 848 o.kind = "foo"; |
849 o.nextLink = "foo"; | 849 o.nextLink = "foo"; |
850 o.previousLink = "foo"; | 850 o.previousLink = "foo"; |
851 o.startIndex = 42; | 851 o.startIndex = 42; |
852 o.totalResults = 42; | 852 o.totalResults = 42; |
853 } | 853 } |
854 buildCounterEntityAdWordsLinks--; | 854 buildCounterEntityAdWordsLinks--; |
855 return o; | 855 return o; |
856 } | 856 } |
857 | 857 |
858 checkEntityAdWordsLinks(api.EntityAdWordsLinks o) { | 858 checkEntityAdWordsLinks(api.EntityAdWordsLinks o) { |
859 buildCounterEntityAdWordsLinks++; | 859 buildCounterEntityAdWordsLinks++; |
860 if (buildCounterEntityAdWordsLinks < 3) { | 860 if (buildCounterEntityAdWordsLinks < 3) { |
861 checkUnnamed613(o.items); | 861 checkUnnamed201(o.items); |
862 unittest.expect(o.itemsPerPage, unittest.equals(42)); | 862 unittest.expect(o.itemsPerPage, unittest.equals(42)); |
863 unittest.expect(o.kind, unittest.equals('foo')); | 863 unittest.expect(o.kind, unittest.equals('foo')); |
864 unittest.expect(o.nextLink, unittest.equals('foo')); | 864 unittest.expect(o.nextLink, unittest.equals('foo')); |
865 unittest.expect(o.previousLink, unittest.equals('foo')); | 865 unittest.expect(o.previousLink, unittest.equals('foo')); |
866 unittest.expect(o.startIndex, unittest.equals(42)); | 866 unittest.expect(o.startIndex, unittest.equals(42)); |
867 unittest.expect(o.totalResults, unittest.equals(42)); | 867 unittest.expect(o.totalResults, unittest.equals(42)); |
868 } | 868 } |
869 buildCounterEntityAdWordsLinks--; | 869 buildCounterEntityAdWordsLinks--; |
870 } | 870 } |
871 | 871 |
(...skipping 13 matching lines...) Expand all Loading... |
885 checkEntityUserLinkEntity(api.EntityUserLinkEntity o) { | 885 checkEntityUserLinkEntity(api.EntityUserLinkEntity o) { |
886 buildCounterEntityUserLinkEntity++; | 886 buildCounterEntityUserLinkEntity++; |
887 if (buildCounterEntityUserLinkEntity < 3) { | 887 if (buildCounterEntityUserLinkEntity < 3) { |
888 checkAccountRef(o.accountRef); | 888 checkAccountRef(o.accountRef); |
889 checkProfileRef(o.profileRef); | 889 checkProfileRef(o.profileRef); |
890 checkWebPropertyRef(o.webPropertyRef); | 890 checkWebPropertyRef(o.webPropertyRef); |
891 } | 891 } |
892 buildCounterEntityUserLinkEntity--; | 892 buildCounterEntityUserLinkEntity--; |
893 } | 893 } |
894 | 894 |
895 buildUnnamed614() { | 895 buildUnnamed202() { |
896 var o = new core.List<core.String>(); | 896 var o = new core.List<core.String>(); |
897 o.add("foo"); | 897 o.add("foo"); |
898 o.add("foo"); | 898 o.add("foo"); |
899 return o; | 899 return o; |
900 } | 900 } |
901 | 901 |
902 checkUnnamed614(core.List<core.String> o) { | 902 checkUnnamed202(core.List<core.String> o) { |
903 unittest.expect(o, unittest.hasLength(2)); | 903 unittest.expect(o, unittest.hasLength(2)); |
904 unittest.expect(o[0], unittest.equals('foo')); | 904 unittest.expect(o[0], unittest.equals('foo')); |
905 unittest.expect(o[1], unittest.equals('foo')); | 905 unittest.expect(o[1], unittest.equals('foo')); |
906 } | 906 } |
907 | 907 |
908 buildUnnamed615() { | 908 buildUnnamed203() { |
909 var o = new core.List<core.String>(); | 909 var o = new core.List<core.String>(); |
910 o.add("foo"); | 910 o.add("foo"); |
911 o.add("foo"); | 911 o.add("foo"); |
912 return o; | 912 return o; |
913 } | 913 } |
914 | 914 |
915 checkUnnamed615(core.List<core.String> o) { | 915 checkUnnamed203(core.List<core.String> o) { |
916 unittest.expect(o, unittest.hasLength(2)); | 916 unittest.expect(o, unittest.hasLength(2)); |
917 unittest.expect(o[0], unittest.equals('foo')); | 917 unittest.expect(o[0], unittest.equals('foo')); |
918 unittest.expect(o[1], unittest.equals('foo')); | 918 unittest.expect(o[1], unittest.equals('foo')); |
919 } | 919 } |
920 | 920 |
921 core.int buildCounterEntityUserLinkPermissions = 0; | 921 core.int buildCounterEntityUserLinkPermissions = 0; |
922 buildEntityUserLinkPermissions() { | 922 buildEntityUserLinkPermissions() { |
923 var o = new api.EntityUserLinkPermissions(); | 923 var o = new api.EntityUserLinkPermissions(); |
924 buildCounterEntityUserLinkPermissions++; | 924 buildCounterEntityUserLinkPermissions++; |
925 if (buildCounterEntityUserLinkPermissions < 3) { | 925 if (buildCounterEntityUserLinkPermissions < 3) { |
926 o.effective = buildUnnamed614(); | 926 o.effective = buildUnnamed202(); |
927 o.local = buildUnnamed615(); | 927 o.local = buildUnnamed203(); |
928 } | 928 } |
929 buildCounterEntityUserLinkPermissions--; | 929 buildCounterEntityUserLinkPermissions--; |
930 return o; | 930 return o; |
931 } | 931 } |
932 | 932 |
933 checkEntityUserLinkPermissions(api.EntityUserLinkPermissions o) { | 933 checkEntityUserLinkPermissions(api.EntityUserLinkPermissions o) { |
934 buildCounterEntityUserLinkPermissions++; | 934 buildCounterEntityUserLinkPermissions++; |
935 if (buildCounterEntityUserLinkPermissions < 3) { | 935 if (buildCounterEntityUserLinkPermissions < 3) { |
936 checkUnnamed614(o.effective); | 936 checkUnnamed202(o.effective); |
937 checkUnnamed615(o.local); | 937 checkUnnamed203(o.local); |
938 } | 938 } |
939 buildCounterEntityUserLinkPermissions--; | 939 buildCounterEntityUserLinkPermissions--; |
940 } | 940 } |
941 | 941 |
942 core.int buildCounterEntityUserLink = 0; | 942 core.int buildCounterEntityUserLink = 0; |
943 buildEntityUserLink() { | 943 buildEntityUserLink() { |
944 var o = new api.EntityUserLink(); | 944 var o = new api.EntityUserLink(); |
945 buildCounterEntityUserLink++; | 945 buildCounterEntityUserLink++; |
946 if (buildCounterEntityUserLink < 3) { | 946 if (buildCounterEntityUserLink < 3) { |
947 o.entity = buildEntityUserLinkEntity(); | 947 o.entity = buildEntityUserLinkEntity(); |
(...skipping 13 matching lines...) Expand all Loading... |
961 checkEntityUserLinkEntity(o.entity); | 961 checkEntityUserLinkEntity(o.entity); |
962 unittest.expect(o.id, unittest.equals('foo')); | 962 unittest.expect(o.id, unittest.equals('foo')); |
963 unittest.expect(o.kind, unittest.equals('foo')); | 963 unittest.expect(o.kind, unittest.equals('foo')); |
964 checkEntityUserLinkPermissions(o.permissions); | 964 checkEntityUserLinkPermissions(o.permissions); |
965 unittest.expect(o.selfLink, unittest.equals('foo')); | 965 unittest.expect(o.selfLink, unittest.equals('foo')); |
966 checkUserRef(o.userRef); | 966 checkUserRef(o.userRef); |
967 } | 967 } |
968 buildCounterEntityUserLink--; | 968 buildCounterEntityUserLink--; |
969 } | 969 } |
970 | 970 |
971 buildUnnamed616() { | 971 buildUnnamed204() { |
972 var o = new core.List<api.EntityUserLink>(); | 972 var o = new core.List<api.EntityUserLink>(); |
973 o.add(buildEntityUserLink()); | 973 o.add(buildEntityUserLink()); |
974 o.add(buildEntityUserLink()); | 974 o.add(buildEntityUserLink()); |
975 return o; | 975 return o; |
976 } | 976 } |
977 | 977 |
978 checkUnnamed616(core.List<api.EntityUserLink> o) { | 978 checkUnnamed204(core.List<api.EntityUserLink> o) { |
979 unittest.expect(o, unittest.hasLength(2)); | 979 unittest.expect(o, unittest.hasLength(2)); |
980 checkEntityUserLink(o[0]); | 980 checkEntityUserLink(o[0]); |
981 checkEntityUserLink(o[1]); | 981 checkEntityUserLink(o[1]); |
982 } | 982 } |
983 | 983 |
984 core.int buildCounterEntityUserLinks = 0; | 984 core.int buildCounterEntityUserLinks = 0; |
985 buildEntityUserLinks() { | 985 buildEntityUserLinks() { |
986 var o = new api.EntityUserLinks(); | 986 var o = new api.EntityUserLinks(); |
987 buildCounterEntityUserLinks++; | 987 buildCounterEntityUserLinks++; |
988 if (buildCounterEntityUserLinks < 3) { | 988 if (buildCounterEntityUserLinks < 3) { |
989 o.items = buildUnnamed616(); | 989 o.items = buildUnnamed204(); |
990 o.itemsPerPage = 42; | 990 o.itemsPerPage = 42; |
991 o.kind = "foo"; | 991 o.kind = "foo"; |
992 o.nextLink = "foo"; | 992 o.nextLink = "foo"; |
993 o.previousLink = "foo"; | 993 o.previousLink = "foo"; |
994 o.startIndex = 42; | 994 o.startIndex = 42; |
995 o.totalResults = 42; | 995 o.totalResults = 42; |
996 } | 996 } |
997 buildCounterEntityUserLinks--; | 997 buildCounterEntityUserLinks--; |
998 return o; | 998 return o; |
999 } | 999 } |
1000 | 1000 |
1001 checkEntityUserLinks(api.EntityUserLinks o) { | 1001 checkEntityUserLinks(api.EntityUserLinks o) { |
1002 buildCounterEntityUserLinks++; | 1002 buildCounterEntityUserLinks++; |
1003 if (buildCounterEntityUserLinks < 3) { | 1003 if (buildCounterEntityUserLinks < 3) { |
1004 checkUnnamed616(o.items); | 1004 checkUnnamed204(o.items); |
1005 unittest.expect(o.itemsPerPage, unittest.equals(42)); | 1005 unittest.expect(o.itemsPerPage, unittest.equals(42)); |
1006 unittest.expect(o.kind, unittest.equals('foo')); | 1006 unittest.expect(o.kind, unittest.equals('foo')); |
1007 unittest.expect(o.nextLink, unittest.equals('foo')); | 1007 unittest.expect(o.nextLink, unittest.equals('foo')); |
1008 unittest.expect(o.previousLink, unittest.equals('foo')); | 1008 unittest.expect(o.previousLink, unittest.equals('foo')); |
1009 unittest.expect(o.startIndex, unittest.equals(42)); | 1009 unittest.expect(o.startIndex, unittest.equals(42)); |
1010 unittest.expect(o.totalResults, unittest.equals(42)); | 1010 unittest.expect(o.totalResults, unittest.equals(42)); |
1011 } | 1011 } |
1012 buildCounterEntityUserLinks--; | 1012 buildCounterEntityUserLinks--; |
1013 } | 1013 } |
1014 | 1014 |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1053 if (buildCounterExperimentVariations < 3) { | 1053 if (buildCounterExperimentVariations < 3) { |
1054 unittest.expect(o.name, unittest.equals('foo')); | 1054 unittest.expect(o.name, unittest.equals('foo')); |
1055 unittest.expect(o.status, unittest.equals('foo')); | 1055 unittest.expect(o.status, unittest.equals('foo')); |
1056 unittest.expect(o.url, unittest.equals('foo')); | 1056 unittest.expect(o.url, unittest.equals('foo')); |
1057 unittest.expect(o.weight, unittest.equals(42.0)); | 1057 unittest.expect(o.weight, unittest.equals(42.0)); |
1058 unittest.expect(o.won, unittest.isTrue); | 1058 unittest.expect(o.won, unittest.isTrue); |
1059 } | 1059 } |
1060 buildCounterExperimentVariations--; | 1060 buildCounterExperimentVariations--; |
1061 } | 1061 } |
1062 | 1062 |
1063 buildUnnamed617() { | 1063 buildUnnamed205() { |
1064 var o = new core.List<api.ExperimentVariations>(); | 1064 var o = new core.List<api.ExperimentVariations>(); |
1065 o.add(buildExperimentVariations()); | 1065 o.add(buildExperimentVariations()); |
1066 o.add(buildExperimentVariations()); | 1066 o.add(buildExperimentVariations()); |
1067 return o; | 1067 return o; |
1068 } | 1068 } |
1069 | 1069 |
1070 checkUnnamed617(core.List<api.ExperimentVariations> o) { | 1070 checkUnnamed205(core.List<api.ExperimentVariations> o) { |
1071 unittest.expect(o, unittest.hasLength(2)); | 1071 unittest.expect(o, unittest.hasLength(2)); |
1072 checkExperimentVariations(o[0]); | 1072 checkExperimentVariations(o[0]); |
1073 checkExperimentVariations(o[1]); | 1073 checkExperimentVariations(o[1]); |
1074 } | 1074 } |
1075 | 1075 |
1076 core.int buildCounterExperiment = 0; | 1076 core.int buildCounterExperiment = 0; |
1077 buildExperiment() { | 1077 buildExperiment() { |
1078 var o = new api.Experiment(); | 1078 var o = new api.Experiment(); |
1079 buildCounterExperiment++; | 1079 buildCounterExperiment++; |
1080 if (buildCounterExperiment < 3) { | 1080 if (buildCounterExperiment < 3) { |
(...skipping 14 matching lines...) Expand all Loading... |
1095 o.profileId = "foo"; | 1095 o.profileId = "foo"; |
1096 o.reasonExperimentEnded = "foo"; | 1096 o.reasonExperimentEnded = "foo"; |
1097 o.rewriteVariationUrlsAsOriginal = true; | 1097 o.rewriteVariationUrlsAsOriginal = true; |
1098 o.selfLink = "foo"; | 1098 o.selfLink = "foo"; |
1099 o.servingFramework = "foo"; | 1099 o.servingFramework = "foo"; |
1100 o.snippet = "foo"; | 1100 o.snippet = "foo"; |
1101 o.startTime = core.DateTime.parse("2002-02-27T14:01:02"); | 1101 o.startTime = core.DateTime.parse("2002-02-27T14:01:02"); |
1102 o.status = "foo"; | 1102 o.status = "foo"; |
1103 o.trafficCoverage = 42.0; | 1103 o.trafficCoverage = 42.0; |
1104 o.updated = core.DateTime.parse("2002-02-27T14:01:02"); | 1104 o.updated = core.DateTime.parse("2002-02-27T14:01:02"); |
1105 o.variations = buildUnnamed617(); | 1105 o.variations = buildUnnamed205(); |
1106 o.webPropertyId = "foo"; | 1106 o.webPropertyId = "foo"; |
1107 o.winnerConfidenceLevel = 42.0; | 1107 o.winnerConfidenceLevel = 42.0; |
1108 o.winnerFound = true; | 1108 o.winnerFound = true; |
1109 } | 1109 } |
1110 buildCounterExperiment--; | 1110 buildCounterExperiment--; |
1111 return o; | 1111 return o; |
1112 } | 1112 } |
1113 | 1113 |
1114 checkExperiment(api.Experiment o) { | 1114 checkExperiment(api.Experiment o) { |
1115 buildCounterExperiment++; | 1115 buildCounterExperiment++; |
(...skipping 15 matching lines...) Expand all Loading... |
1131 unittest.expect(o.profileId, unittest.equals('foo')); | 1131 unittest.expect(o.profileId, unittest.equals('foo')); |
1132 unittest.expect(o.reasonExperimentEnded, unittest.equals('foo')); | 1132 unittest.expect(o.reasonExperimentEnded, unittest.equals('foo')); |
1133 unittest.expect(o.rewriteVariationUrlsAsOriginal, unittest.isTrue); | 1133 unittest.expect(o.rewriteVariationUrlsAsOriginal, unittest.isTrue); |
1134 unittest.expect(o.selfLink, unittest.equals('foo')); | 1134 unittest.expect(o.selfLink, unittest.equals('foo')); |
1135 unittest.expect(o.servingFramework, unittest.equals('foo')); | 1135 unittest.expect(o.servingFramework, unittest.equals('foo')); |
1136 unittest.expect(o.snippet, unittest.equals('foo')); | 1136 unittest.expect(o.snippet, unittest.equals('foo')); |
1137 unittest.expect(o.startTime, unittest.equals(core.DateTime.parse("2002-02-27
T14:01:02"))); | 1137 unittest.expect(o.startTime, unittest.equals(core.DateTime.parse("2002-02-27
T14:01:02"))); |
1138 unittest.expect(o.status, unittest.equals('foo')); | 1138 unittest.expect(o.status, unittest.equals('foo')); |
1139 unittest.expect(o.trafficCoverage, unittest.equals(42.0)); | 1139 unittest.expect(o.trafficCoverage, unittest.equals(42.0)); |
1140 unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T1
4:01:02"))); | 1140 unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T1
4:01:02"))); |
1141 checkUnnamed617(o.variations); | 1141 checkUnnamed205(o.variations); |
1142 unittest.expect(o.webPropertyId, unittest.equals('foo')); | 1142 unittest.expect(o.webPropertyId, unittest.equals('foo')); |
1143 unittest.expect(o.winnerConfidenceLevel, unittest.equals(42.0)); | 1143 unittest.expect(o.winnerConfidenceLevel, unittest.equals(42.0)); |
1144 unittest.expect(o.winnerFound, unittest.isTrue); | 1144 unittest.expect(o.winnerFound, unittest.isTrue); |
1145 } | 1145 } |
1146 buildCounterExperiment--; | 1146 buildCounterExperiment--; |
1147 } | 1147 } |
1148 | 1148 |
1149 buildUnnamed618() { | 1149 buildUnnamed206() { |
1150 var o = new core.List<api.Experiment>(); | 1150 var o = new core.List<api.Experiment>(); |
1151 o.add(buildExperiment()); | 1151 o.add(buildExperiment()); |
1152 o.add(buildExperiment()); | 1152 o.add(buildExperiment()); |
1153 return o; | 1153 return o; |
1154 } | 1154 } |
1155 | 1155 |
1156 checkUnnamed618(core.List<api.Experiment> o) { | 1156 checkUnnamed206(core.List<api.Experiment> o) { |
1157 unittest.expect(o, unittest.hasLength(2)); | 1157 unittest.expect(o, unittest.hasLength(2)); |
1158 checkExperiment(o[0]); | 1158 checkExperiment(o[0]); |
1159 checkExperiment(o[1]); | 1159 checkExperiment(o[1]); |
1160 } | 1160 } |
1161 | 1161 |
1162 core.int buildCounterExperiments = 0; | 1162 core.int buildCounterExperiments = 0; |
1163 buildExperiments() { | 1163 buildExperiments() { |
1164 var o = new api.Experiments(); | 1164 var o = new api.Experiments(); |
1165 buildCounterExperiments++; | 1165 buildCounterExperiments++; |
1166 if (buildCounterExperiments < 3) { | 1166 if (buildCounterExperiments < 3) { |
1167 o.items = buildUnnamed618(); | 1167 o.items = buildUnnamed206(); |
1168 o.itemsPerPage = 42; | 1168 o.itemsPerPage = 42; |
1169 o.kind = "foo"; | 1169 o.kind = "foo"; |
1170 o.nextLink = "foo"; | 1170 o.nextLink = "foo"; |
1171 o.previousLink = "foo"; | 1171 o.previousLink = "foo"; |
1172 o.startIndex = 42; | 1172 o.startIndex = 42; |
1173 o.totalResults = 42; | 1173 o.totalResults = 42; |
1174 o.username = "foo"; | 1174 o.username = "foo"; |
1175 } | 1175 } |
1176 buildCounterExperiments--; | 1176 buildCounterExperiments--; |
1177 return o; | 1177 return o; |
1178 } | 1178 } |
1179 | 1179 |
1180 checkExperiments(api.Experiments o) { | 1180 checkExperiments(api.Experiments o) { |
1181 buildCounterExperiments++; | 1181 buildCounterExperiments++; |
1182 if (buildCounterExperiments < 3) { | 1182 if (buildCounterExperiments < 3) { |
1183 checkUnnamed618(o.items); | 1183 checkUnnamed206(o.items); |
1184 unittest.expect(o.itemsPerPage, unittest.equals(42)); | 1184 unittest.expect(o.itemsPerPage, unittest.equals(42)); |
1185 unittest.expect(o.kind, unittest.equals('foo')); | 1185 unittest.expect(o.kind, unittest.equals('foo')); |
1186 unittest.expect(o.nextLink, unittest.equals('foo')); | 1186 unittest.expect(o.nextLink, unittest.equals('foo')); |
1187 unittest.expect(o.previousLink, unittest.equals('foo')); | 1187 unittest.expect(o.previousLink, unittest.equals('foo')); |
1188 unittest.expect(o.startIndex, unittest.equals(42)); | 1188 unittest.expect(o.startIndex, unittest.equals(42)); |
1189 unittest.expect(o.totalResults, unittest.equals(42)); | 1189 unittest.expect(o.totalResults, unittest.equals(42)); |
1190 unittest.expect(o.username, unittest.equals('foo')); | 1190 unittest.expect(o.username, unittest.equals('foo')); |
1191 } | 1191 } |
1192 buildCounterExperiments--; | 1192 buildCounterExperiments--; |
1193 } | 1193 } |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1407 if (buildCounterFilterRef < 3) { | 1407 if (buildCounterFilterRef < 3) { |
1408 unittest.expect(o.accountId, unittest.equals('foo')); | 1408 unittest.expect(o.accountId, unittest.equals('foo')); |
1409 unittest.expect(o.href, unittest.equals('foo')); | 1409 unittest.expect(o.href, unittest.equals('foo')); |
1410 unittest.expect(o.id, unittest.equals('foo')); | 1410 unittest.expect(o.id, unittest.equals('foo')); |
1411 unittest.expect(o.kind, unittest.equals('foo')); | 1411 unittest.expect(o.kind, unittest.equals('foo')); |
1412 unittest.expect(o.name, unittest.equals('foo')); | 1412 unittest.expect(o.name, unittest.equals('foo')); |
1413 } | 1413 } |
1414 buildCounterFilterRef--; | 1414 buildCounterFilterRef--; |
1415 } | 1415 } |
1416 | 1416 |
1417 buildUnnamed619() { | 1417 buildUnnamed207() { |
1418 var o = new core.List<api.Filter>(); | 1418 var o = new core.List<api.Filter>(); |
1419 o.add(buildFilter()); | 1419 o.add(buildFilter()); |
1420 o.add(buildFilter()); | 1420 o.add(buildFilter()); |
1421 return o; | 1421 return o; |
1422 } | 1422 } |
1423 | 1423 |
1424 checkUnnamed619(core.List<api.Filter> o) { | 1424 checkUnnamed207(core.List<api.Filter> o) { |
1425 unittest.expect(o, unittest.hasLength(2)); | 1425 unittest.expect(o, unittest.hasLength(2)); |
1426 checkFilter(o[0]); | 1426 checkFilter(o[0]); |
1427 checkFilter(o[1]); | 1427 checkFilter(o[1]); |
1428 } | 1428 } |
1429 | 1429 |
1430 core.int buildCounterFilters = 0; | 1430 core.int buildCounterFilters = 0; |
1431 buildFilters() { | 1431 buildFilters() { |
1432 var o = new api.Filters(); | 1432 var o = new api.Filters(); |
1433 buildCounterFilters++; | 1433 buildCounterFilters++; |
1434 if (buildCounterFilters < 3) { | 1434 if (buildCounterFilters < 3) { |
1435 o.items = buildUnnamed619(); | 1435 o.items = buildUnnamed207(); |
1436 o.itemsPerPage = 42; | 1436 o.itemsPerPage = 42; |
1437 o.kind = "foo"; | 1437 o.kind = "foo"; |
1438 o.nextLink = "foo"; | 1438 o.nextLink = "foo"; |
1439 o.previousLink = "foo"; | 1439 o.previousLink = "foo"; |
1440 o.startIndex = 42; | 1440 o.startIndex = 42; |
1441 o.totalResults = 42; | 1441 o.totalResults = 42; |
1442 o.username = "foo"; | 1442 o.username = "foo"; |
1443 } | 1443 } |
1444 buildCounterFilters--; | 1444 buildCounterFilters--; |
1445 return o; | 1445 return o; |
1446 } | 1446 } |
1447 | 1447 |
1448 checkFilters(api.Filters o) { | 1448 checkFilters(api.Filters o) { |
1449 buildCounterFilters++; | 1449 buildCounterFilters++; |
1450 if (buildCounterFilters < 3) { | 1450 if (buildCounterFilters < 3) { |
1451 checkUnnamed619(o.items); | 1451 checkUnnamed207(o.items); |
1452 unittest.expect(o.itemsPerPage, unittest.equals(42)); | 1452 unittest.expect(o.itemsPerPage, unittest.equals(42)); |
1453 unittest.expect(o.kind, unittest.equals('foo')); | 1453 unittest.expect(o.kind, unittest.equals('foo')); |
1454 unittest.expect(o.nextLink, unittest.equals('foo')); | 1454 unittest.expect(o.nextLink, unittest.equals('foo')); |
1455 unittest.expect(o.previousLink, unittest.equals('foo')); | 1455 unittest.expect(o.previousLink, unittest.equals('foo')); |
1456 unittest.expect(o.startIndex, unittest.equals(42)); | 1456 unittest.expect(o.startIndex, unittest.equals(42)); |
1457 unittest.expect(o.totalResults, unittest.equals(42)); | 1457 unittest.expect(o.totalResults, unittest.equals(42)); |
1458 unittest.expect(o.username, unittest.equals('foo')); | 1458 unittest.expect(o.username, unittest.equals('foo')); |
1459 } | 1459 } |
1460 buildCounterFilters--; | 1460 buildCounterFilters--; |
1461 } | 1461 } |
(...skipping 14 matching lines...) Expand all Loading... |
1476 checkGaDataColumnHeaders(api.GaDataColumnHeaders o) { | 1476 checkGaDataColumnHeaders(api.GaDataColumnHeaders o) { |
1477 buildCounterGaDataColumnHeaders++; | 1477 buildCounterGaDataColumnHeaders++; |
1478 if (buildCounterGaDataColumnHeaders < 3) { | 1478 if (buildCounterGaDataColumnHeaders < 3) { |
1479 unittest.expect(o.columnType, unittest.equals('foo')); | 1479 unittest.expect(o.columnType, unittest.equals('foo')); |
1480 unittest.expect(o.dataType, unittest.equals('foo')); | 1480 unittest.expect(o.dataType, unittest.equals('foo')); |
1481 unittest.expect(o.name, unittest.equals('foo')); | 1481 unittest.expect(o.name, unittest.equals('foo')); |
1482 } | 1482 } |
1483 buildCounterGaDataColumnHeaders--; | 1483 buildCounterGaDataColumnHeaders--; |
1484 } | 1484 } |
1485 | 1485 |
1486 buildUnnamed620() { | 1486 buildUnnamed208() { |
1487 var o = new core.List<api.GaDataColumnHeaders>(); | 1487 var o = new core.List<api.GaDataColumnHeaders>(); |
1488 o.add(buildGaDataColumnHeaders()); | 1488 o.add(buildGaDataColumnHeaders()); |
1489 o.add(buildGaDataColumnHeaders()); | 1489 o.add(buildGaDataColumnHeaders()); |
1490 return o; | 1490 return o; |
1491 } | 1491 } |
1492 | 1492 |
1493 checkUnnamed620(core.List<api.GaDataColumnHeaders> o) { | 1493 checkUnnamed208(core.List<api.GaDataColumnHeaders> o) { |
1494 unittest.expect(o, unittest.hasLength(2)); | 1494 unittest.expect(o, unittest.hasLength(2)); |
1495 checkGaDataColumnHeaders(o[0]); | 1495 checkGaDataColumnHeaders(o[0]); |
1496 checkGaDataColumnHeaders(o[1]); | 1496 checkGaDataColumnHeaders(o[1]); |
1497 } | 1497 } |
1498 | 1498 |
1499 core.int buildCounterGaDataDataTableCols = 0; | 1499 core.int buildCounterGaDataDataTableCols = 0; |
1500 buildGaDataDataTableCols() { | 1500 buildGaDataDataTableCols() { |
1501 var o = new api.GaDataDataTableCols(); | 1501 var o = new api.GaDataDataTableCols(); |
1502 buildCounterGaDataDataTableCols++; | 1502 buildCounterGaDataDataTableCols++; |
1503 if (buildCounterGaDataDataTableCols < 3) { | 1503 if (buildCounterGaDataDataTableCols < 3) { |
1504 o.id = "foo"; | 1504 o.id = "foo"; |
1505 o.label = "foo"; | 1505 o.label = "foo"; |
1506 o.type = "foo"; | 1506 o.type = "foo"; |
1507 } | 1507 } |
1508 buildCounterGaDataDataTableCols--; | 1508 buildCounterGaDataDataTableCols--; |
1509 return o; | 1509 return o; |
1510 } | 1510 } |
1511 | 1511 |
1512 checkGaDataDataTableCols(api.GaDataDataTableCols o) { | 1512 checkGaDataDataTableCols(api.GaDataDataTableCols o) { |
1513 buildCounterGaDataDataTableCols++; | 1513 buildCounterGaDataDataTableCols++; |
1514 if (buildCounterGaDataDataTableCols < 3) { | 1514 if (buildCounterGaDataDataTableCols < 3) { |
1515 unittest.expect(o.id, unittest.equals('foo')); | 1515 unittest.expect(o.id, unittest.equals('foo')); |
1516 unittest.expect(o.label, unittest.equals('foo')); | 1516 unittest.expect(o.label, unittest.equals('foo')); |
1517 unittest.expect(o.type, unittest.equals('foo')); | 1517 unittest.expect(o.type, unittest.equals('foo')); |
1518 } | 1518 } |
1519 buildCounterGaDataDataTableCols--; | 1519 buildCounterGaDataDataTableCols--; |
1520 } | 1520 } |
1521 | 1521 |
1522 buildUnnamed621() { | 1522 buildUnnamed209() { |
1523 var o = new core.List<api.GaDataDataTableCols>(); | 1523 var o = new core.List<api.GaDataDataTableCols>(); |
1524 o.add(buildGaDataDataTableCols()); | 1524 o.add(buildGaDataDataTableCols()); |
1525 o.add(buildGaDataDataTableCols()); | 1525 o.add(buildGaDataDataTableCols()); |
1526 return o; | 1526 return o; |
1527 } | 1527 } |
1528 | 1528 |
1529 checkUnnamed621(core.List<api.GaDataDataTableCols> o) { | 1529 checkUnnamed209(core.List<api.GaDataDataTableCols> o) { |
1530 unittest.expect(o, unittest.hasLength(2)); | 1530 unittest.expect(o, unittest.hasLength(2)); |
1531 checkGaDataDataTableCols(o[0]); | 1531 checkGaDataDataTableCols(o[0]); |
1532 checkGaDataDataTableCols(o[1]); | 1532 checkGaDataDataTableCols(o[1]); |
1533 } | 1533 } |
1534 | 1534 |
1535 core.int buildCounterGaDataDataTableRowsC = 0; | 1535 core.int buildCounterGaDataDataTableRowsC = 0; |
1536 buildGaDataDataTableRowsC() { | 1536 buildGaDataDataTableRowsC() { |
1537 var o = new api.GaDataDataTableRowsC(); | 1537 var o = new api.GaDataDataTableRowsC(); |
1538 buildCounterGaDataDataTableRowsC++; | 1538 buildCounterGaDataDataTableRowsC++; |
1539 if (buildCounterGaDataDataTableRowsC < 3) { | 1539 if (buildCounterGaDataDataTableRowsC < 3) { |
1540 o.v = "foo"; | 1540 o.v = "foo"; |
1541 } | 1541 } |
1542 buildCounterGaDataDataTableRowsC--; | 1542 buildCounterGaDataDataTableRowsC--; |
1543 return o; | 1543 return o; |
1544 } | 1544 } |
1545 | 1545 |
1546 checkGaDataDataTableRowsC(api.GaDataDataTableRowsC o) { | 1546 checkGaDataDataTableRowsC(api.GaDataDataTableRowsC o) { |
1547 buildCounterGaDataDataTableRowsC++; | 1547 buildCounterGaDataDataTableRowsC++; |
1548 if (buildCounterGaDataDataTableRowsC < 3) { | 1548 if (buildCounterGaDataDataTableRowsC < 3) { |
1549 unittest.expect(o.v, unittest.equals('foo')); | 1549 unittest.expect(o.v, unittest.equals('foo')); |
1550 } | 1550 } |
1551 buildCounterGaDataDataTableRowsC--; | 1551 buildCounterGaDataDataTableRowsC--; |
1552 } | 1552 } |
1553 | 1553 |
1554 buildUnnamed622() { | 1554 buildUnnamed210() { |
1555 var o = new core.List<api.GaDataDataTableRowsC>(); | 1555 var o = new core.List<api.GaDataDataTableRowsC>(); |
1556 o.add(buildGaDataDataTableRowsC()); | 1556 o.add(buildGaDataDataTableRowsC()); |
1557 o.add(buildGaDataDataTableRowsC()); | 1557 o.add(buildGaDataDataTableRowsC()); |
1558 return o; | 1558 return o; |
1559 } | 1559 } |
1560 | 1560 |
1561 checkUnnamed622(core.List<api.GaDataDataTableRowsC> o) { | 1561 checkUnnamed210(core.List<api.GaDataDataTableRowsC> o) { |
1562 unittest.expect(o, unittest.hasLength(2)); | 1562 unittest.expect(o, unittest.hasLength(2)); |
1563 checkGaDataDataTableRowsC(o[0]); | 1563 checkGaDataDataTableRowsC(o[0]); |
1564 checkGaDataDataTableRowsC(o[1]); | 1564 checkGaDataDataTableRowsC(o[1]); |
1565 } | 1565 } |
1566 | 1566 |
1567 core.int buildCounterGaDataDataTableRows = 0; | 1567 core.int buildCounterGaDataDataTableRows = 0; |
1568 buildGaDataDataTableRows() { | 1568 buildGaDataDataTableRows() { |
1569 var o = new api.GaDataDataTableRows(); | 1569 var o = new api.GaDataDataTableRows(); |
1570 buildCounterGaDataDataTableRows++; | 1570 buildCounterGaDataDataTableRows++; |
1571 if (buildCounterGaDataDataTableRows < 3) { | 1571 if (buildCounterGaDataDataTableRows < 3) { |
1572 o.c = buildUnnamed622(); | 1572 o.c = buildUnnamed210(); |
1573 } | 1573 } |
1574 buildCounterGaDataDataTableRows--; | 1574 buildCounterGaDataDataTableRows--; |
1575 return o; | 1575 return o; |
1576 } | 1576 } |
1577 | 1577 |
1578 checkGaDataDataTableRows(api.GaDataDataTableRows o) { | 1578 checkGaDataDataTableRows(api.GaDataDataTableRows o) { |
1579 buildCounterGaDataDataTableRows++; | 1579 buildCounterGaDataDataTableRows++; |
1580 if (buildCounterGaDataDataTableRows < 3) { | 1580 if (buildCounterGaDataDataTableRows < 3) { |
1581 checkUnnamed622(o.c); | 1581 checkUnnamed210(o.c); |
1582 } | 1582 } |
1583 buildCounterGaDataDataTableRows--; | 1583 buildCounterGaDataDataTableRows--; |
1584 } | 1584 } |
1585 | 1585 |
1586 buildUnnamed623() { | 1586 buildUnnamed211() { |
1587 var o = new core.List<api.GaDataDataTableRows>(); | 1587 var o = new core.List<api.GaDataDataTableRows>(); |
1588 o.add(buildGaDataDataTableRows()); | 1588 o.add(buildGaDataDataTableRows()); |
1589 o.add(buildGaDataDataTableRows()); | 1589 o.add(buildGaDataDataTableRows()); |
1590 return o; | 1590 return o; |
1591 } | 1591 } |
1592 | 1592 |
1593 checkUnnamed623(core.List<api.GaDataDataTableRows> o) { | 1593 checkUnnamed211(core.List<api.GaDataDataTableRows> o) { |
1594 unittest.expect(o, unittest.hasLength(2)); | 1594 unittest.expect(o, unittest.hasLength(2)); |
1595 checkGaDataDataTableRows(o[0]); | 1595 checkGaDataDataTableRows(o[0]); |
1596 checkGaDataDataTableRows(o[1]); | 1596 checkGaDataDataTableRows(o[1]); |
1597 } | 1597 } |
1598 | 1598 |
1599 core.int buildCounterGaDataDataTable = 0; | 1599 core.int buildCounterGaDataDataTable = 0; |
1600 buildGaDataDataTable() { | 1600 buildGaDataDataTable() { |
1601 var o = new api.GaDataDataTable(); | 1601 var o = new api.GaDataDataTable(); |
1602 buildCounterGaDataDataTable++; | 1602 buildCounterGaDataDataTable++; |
1603 if (buildCounterGaDataDataTable < 3) { | 1603 if (buildCounterGaDataDataTable < 3) { |
1604 o.cols = buildUnnamed621(); | 1604 o.cols = buildUnnamed209(); |
1605 o.rows = buildUnnamed623(); | 1605 o.rows = buildUnnamed211(); |
1606 } | 1606 } |
1607 buildCounterGaDataDataTable--; | 1607 buildCounterGaDataDataTable--; |
1608 return o; | 1608 return o; |
1609 } | 1609 } |
1610 | 1610 |
1611 checkGaDataDataTable(api.GaDataDataTable o) { | 1611 checkGaDataDataTable(api.GaDataDataTable o) { |
1612 buildCounterGaDataDataTable++; | 1612 buildCounterGaDataDataTable++; |
1613 if (buildCounterGaDataDataTable < 3) { | 1613 if (buildCounterGaDataDataTable < 3) { |
1614 checkUnnamed621(o.cols); | 1614 checkUnnamed209(o.cols); |
1615 checkUnnamed623(o.rows); | 1615 checkUnnamed211(o.rows); |
1616 } | 1616 } |
1617 buildCounterGaDataDataTable--; | 1617 buildCounterGaDataDataTable--; |
1618 } | 1618 } |
1619 | 1619 |
1620 core.int buildCounterGaDataProfileInfo = 0; | 1620 core.int buildCounterGaDataProfileInfo = 0; |
1621 buildGaDataProfileInfo() { | 1621 buildGaDataProfileInfo() { |
1622 var o = new api.GaDataProfileInfo(); | 1622 var o = new api.GaDataProfileInfo(); |
1623 buildCounterGaDataProfileInfo++; | 1623 buildCounterGaDataProfileInfo++; |
1624 if (buildCounterGaDataProfileInfo < 3) { | 1624 if (buildCounterGaDataProfileInfo < 3) { |
1625 o.accountId = "foo"; | 1625 o.accountId = "foo"; |
(...skipping 13 matching lines...) Expand all Loading... |
1639 unittest.expect(o.accountId, unittest.equals('foo')); | 1639 unittest.expect(o.accountId, unittest.equals('foo')); |
1640 unittest.expect(o.internalWebPropertyId, unittest.equals('foo')); | 1640 unittest.expect(o.internalWebPropertyId, unittest.equals('foo')); |
1641 unittest.expect(o.profileId, unittest.equals('foo')); | 1641 unittest.expect(o.profileId, unittest.equals('foo')); |
1642 unittest.expect(o.profileName, unittest.equals('foo')); | 1642 unittest.expect(o.profileName, unittest.equals('foo')); |
1643 unittest.expect(o.tableId, unittest.equals('foo')); | 1643 unittest.expect(o.tableId, unittest.equals('foo')); |
1644 unittest.expect(o.webPropertyId, unittest.equals('foo')); | 1644 unittest.expect(o.webPropertyId, unittest.equals('foo')); |
1645 } | 1645 } |
1646 buildCounterGaDataProfileInfo--; | 1646 buildCounterGaDataProfileInfo--; |
1647 } | 1647 } |
1648 | 1648 |
1649 buildUnnamed624() { | 1649 buildUnnamed212() { |
1650 var o = new core.List<core.String>(); | 1650 var o = new core.List<core.String>(); |
1651 o.add("foo"); | 1651 o.add("foo"); |
1652 o.add("foo"); | 1652 o.add("foo"); |
1653 return o; | 1653 return o; |
1654 } | 1654 } |
1655 | 1655 |
1656 checkUnnamed624(core.List<core.String> o) { | 1656 checkUnnamed212(core.List<core.String> o) { |
1657 unittest.expect(o, unittest.hasLength(2)); | 1657 unittest.expect(o, unittest.hasLength(2)); |
1658 unittest.expect(o[0], unittest.equals('foo')); | 1658 unittest.expect(o[0], unittest.equals('foo')); |
1659 unittest.expect(o[1], unittest.equals('foo')); | 1659 unittest.expect(o[1], unittest.equals('foo')); |
1660 } | 1660 } |
1661 | 1661 |
1662 buildUnnamed625() { | 1662 buildUnnamed213() { |
1663 var o = new core.List<core.String>(); | 1663 var o = new core.List<core.String>(); |
1664 o.add("foo"); | 1664 o.add("foo"); |
1665 o.add("foo"); | 1665 o.add("foo"); |
1666 return o; | 1666 return o; |
1667 } | 1667 } |
1668 | 1668 |
1669 checkUnnamed625(core.List<core.String> o) { | 1669 checkUnnamed213(core.List<core.String> o) { |
1670 unittest.expect(o, unittest.hasLength(2)); | 1670 unittest.expect(o, unittest.hasLength(2)); |
1671 unittest.expect(o[0], unittest.equals('foo')); | 1671 unittest.expect(o[0], unittest.equals('foo')); |
1672 unittest.expect(o[1], unittest.equals('foo')); | 1672 unittest.expect(o[1], unittest.equals('foo')); |
1673 } | 1673 } |
1674 | 1674 |
1675 core.int buildCounterGaDataQuery = 0; | 1675 core.int buildCounterGaDataQuery = 0; |
1676 buildGaDataQuery() { | 1676 buildGaDataQuery() { |
1677 var o = new api.GaDataQuery(); | 1677 var o = new api.GaDataQuery(); |
1678 buildCounterGaDataQuery++; | 1678 buildCounterGaDataQuery++; |
1679 if (buildCounterGaDataQuery < 3) { | 1679 if (buildCounterGaDataQuery < 3) { |
1680 o.dimensions = "foo"; | 1680 o.dimensions = "foo"; |
1681 o.end_date = "foo"; | 1681 o.end_date = "foo"; |
1682 o.filters = "foo"; | 1682 o.filters = "foo"; |
1683 o.ids = "foo"; | 1683 o.ids = "foo"; |
1684 o.max_results = 42; | 1684 o.max_results = 42; |
1685 o.metrics = buildUnnamed624(); | 1685 o.metrics = buildUnnamed212(); |
1686 o.samplingLevel = "foo"; | 1686 o.samplingLevel = "foo"; |
1687 o.segment = "foo"; | 1687 o.segment = "foo"; |
1688 o.sort = buildUnnamed625(); | 1688 o.sort = buildUnnamed213(); |
1689 o.start_date = "foo"; | 1689 o.start_date = "foo"; |
1690 o.start_index = 42; | 1690 o.start_index = 42; |
1691 } | 1691 } |
1692 buildCounterGaDataQuery--; | 1692 buildCounterGaDataQuery--; |
1693 return o; | 1693 return o; |
1694 } | 1694 } |
1695 | 1695 |
1696 checkGaDataQuery(api.GaDataQuery o) { | 1696 checkGaDataQuery(api.GaDataQuery o) { |
1697 buildCounterGaDataQuery++; | 1697 buildCounterGaDataQuery++; |
1698 if (buildCounterGaDataQuery < 3) { | 1698 if (buildCounterGaDataQuery < 3) { |
1699 unittest.expect(o.dimensions, unittest.equals('foo')); | 1699 unittest.expect(o.dimensions, unittest.equals('foo')); |
1700 unittest.expect(o.end_date, unittest.equals('foo')); | 1700 unittest.expect(o.end_date, unittest.equals('foo')); |
1701 unittest.expect(o.filters, unittest.equals('foo')); | 1701 unittest.expect(o.filters, unittest.equals('foo')); |
1702 unittest.expect(o.ids, unittest.equals('foo')); | 1702 unittest.expect(o.ids, unittest.equals('foo')); |
1703 unittest.expect(o.max_results, unittest.equals(42)); | 1703 unittest.expect(o.max_results, unittest.equals(42)); |
1704 checkUnnamed624(o.metrics); | 1704 checkUnnamed212(o.metrics); |
1705 unittest.expect(o.samplingLevel, unittest.equals('foo')); | 1705 unittest.expect(o.samplingLevel, unittest.equals('foo')); |
1706 unittest.expect(o.segment, unittest.equals('foo')); | 1706 unittest.expect(o.segment, unittest.equals('foo')); |
1707 checkUnnamed625(o.sort); | 1707 checkUnnamed213(o.sort); |
1708 unittest.expect(o.start_date, unittest.equals('foo')); | 1708 unittest.expect(o.start_date, unittest.equals('foo')); |
1709 unittest.expect(o.start_index, unittest.equals(42)); | 1709 unittest.expect(o.start_index, unittest.equals(42)); |
1710 } | 1710 } |
1711 buildCounterGaDataQuery--; | 1711 buildCounterGaDataQuery--; |
1712 } | 1712 } |
1713 | 1713 |
1714 buildUnnamed626() { | 1714 buildUnnamed214() { |
1715 var o = new core.List<core.String>(); | 1715 var o = new core.List<core.String>(); |
1716 o.add("foo"); | 1716 o.add("foo"); |
1717 o.add("foo"); | 1717 o.add("foo"); |
1718 return o; | 1718 return o; |
1719 } | 1719 } |
1720 | 1720 |
1721 checkUnnamed626(core.List<core.String> o) { | 1721 checkUnnamed214(core.List<core.String> o) { |
1722 unittest.expect(o, unittest.hasLength(2)); | 1722 unittest.expect(o, unittest.hasLength(2)); |
1723 unittest.expect(o[0], unittest.equals('foo')); | 1723 unittest.expect(o[0], unittest.equals('foo')); |
1724 unittest.expect(o[1], unittest.equals('foo')); | 1724 unittest.expect(o[1], unittest.equals('foo')); |
1725 } | 1725 } |
1726 | 1726 |
1727 buildUnnamed627() { | 1727 buildUnnamed215() { |
1728 var o = new core.List<core.List<core.String>>(); | 1728 var o = new core.List<core.List<core.String>>(); |
1729 o.add(buildUnnamed626()); | 1729 o.add(buildUnnamed214()); |
1730 o.add(buildUnnamed626()); | 1730 o.add(buildUnnamed214()); |
1731 return o; | 1731 return o; |
1732 } | 1732 } |
1733 | 1733 |
1734 checkUnnamed627(core.List<core.List<core.String>> o) { | 1734 checkUnnamed215(core.List<core.List<core.String>> o) { |
1735 unittest.expect(o, unittest.hasLength(2)); | 1735 unittest.expect(o, unittest.hasLength(2)); |
1736 checkUnnamed626(o[0]); | 1736 checkUnnamed214(o[0]); |
1737 checkUnnamed626(o[1]); | 1737 checkUnnamed214(o[1]); |
1738 } | 1738 } |
1739 | 1739 |
1740 buildUnnamed628() { | 1740 buildUnnamed216() { |
1741 var o = new core.Map<core.String, core.String>(); | 1741 var o = new core.Map<core.String, core.String>(); |
1742 o["x"] = "foo"; | 1742 o["x"] = "foo"; |
1743 o["y"] = "foo"; | 1743 o["y"] = "foo"; |
1744 return o; | 1744 return o; |
1745 } | 1745 } |
1746 | 1746 |
1747 checkUnnamed628(core.Map<core.String, core.String> o) { | 1747 checkUnnamed216(core.Map<core.String, core.String> o) { |
1748 unittest.expect(o, unittest.hasLength(2)); | 1748 unittest.expect(o, unittest.hasLength(2)); |
1749 unittest.expect(o["x"], unittest.equals('foo')); | 1749 unittest.expect(o["x"], unittest.equals('foo')); |
1750 unittest.expect(o["y"], unittest.equals('foo')); | 1750 unittest.expect(o["y"], unittest.equals('foo')); |
1751 } | 1751 } |
1752 | 1752 |
1753 core.int buildCounterGaData = 0; | 1753 core.int buildCounterGaData = 0; |
1754 buildGaData() { | 1754 buildGaData() { |
1755 var o = new api.GaData(); | 1755 var o = new api.GaData(); |
1756 buildCounterGaData++; | 1756 buildCounterGaData++; |
1757 if (buildCounterGaData < 3) { | 1757 if (buildCounterGaData < 3) { |
1758 o.columnHeaders = buildUnnamed620(); | 1758 o.columnHeaders = buildUnnamed208(); |
1759 o.containsSampledData = true; | 1759 o.containsSampledData = true; |
1760 o.dataTable = buildGaDataDataTable(); | 1760 o.dataTable = buildGaDataDataTable(); |
1761 o.id = "foo"; | 1761 o.id = "foo"; |
1762 o.itemsPerPage = 42; | 1762 o.itemsPerPage = 42; |
1763 o.kind = "foo"; | 1763 o.kind = "foo"; |
1764 o.nextLink = "foo"; | 1764 o.nextLink = "foo"; |
1765 o.previousLink = "foo"; | 1765 o.previousLink = "foo"; |
1766 o.profileInfo = buildGaDataProfileInfo(); | 1766 o.profileInfo = buildGaDataProfileInfo(); |
1767 o.query = buildGaDataQuery(); | 1767 o.query = buildGaDataQuery(); |
1768 o.rows = buildUnnamed627(); | 1768 o.rows = buildUnnamed215(); |
1769 o.sampleSize = "foo"; | 1769 o.sampleSize = "foo"; |
1770 o.sampleSpace = "foo"; | 1770 o.sampleSpace = "foo"; |
1771 o.selfLink = "foo"; | 1771 o.selfLink = "foo"; |
1772 o.totalResults = 42; | 1772 o.totalResults = 42; |
1773 o.totalsForAllResults = buildUnnamed628(); | 1773 o.totalsForAllResults = buildUnnamed216(); |
1774 } | 1774 } |
1775 buildCounterGaData--; | 1775 buildCounterGaData--; |
1776 return o; | 1776 return o; |
1777 } | 1777 } |
1778 | 1778 |
1779 checkGaData(api.GaData o) { | 1779 checkGaData(api.GaData o) { |
1780 buildCounterGaData++; | 1780 buildCounterGaData++; |
1781 if (buildCounterGaData < 3) { | 1781 if (buildCounterGaData < 3) { |
1782 checkUnnamed620(o.columnHeaders); | 1782 checkUnnamed208(o.columnHeaders); |
1783 unittest.expect(o.containsSampledData, unittest.isTrue); | 1783 unittest.expect(o.containsSampledData, unittest.isTrue); |
1784 checkGaDataDataTable(o.dataTable); | 1784 checkGaDataDataTable(o.dataTable); |
1785 unittest.expect(o.id, unittest.equals('foo')); | 1785 unittest.expect(o.id, unittest.equals('foo')); |
1786 unittest.expect(o.itemsPerPage, unittest.equals(42)); | 1786 unittest.expect(o.itemsPerPage, unittest.equals(42)); |
1787 unittest.expect(o.kind, unittest.equals('foo')); | 1787 unittest.expect(o.kind, unittest.equals('foo')); |
1788 unittest.expect(o.nextLink, unittest.equals('foo')); | 1788 unittest.expect(o.nextLink, unittest.equals('foo')); |
1789 unittest.expect(o.previousLink, unittest.equals('foo')); | 1789 unittest.expect(o.previousLink, unittest.equals('foo')); |
1790 checkGaDataProfileInfo(o.profileInfo); | 1790 checkGaDataProfileInfo(o.profileInfo); |
1791 checkGaDataQuery(o.query); | 1791 checkGaDataQuery(o.query); |
1792 checkUnnamed627(o.rows); | 1792 checkUnnamed215(o.rows); |
1793 unittest.expect(o.sampleSize, unittest.equals('foo')); | 1793 unittest.expect(o.sampleSize, unittest.equals('foo')); |
1794 unittest.expect(o.sampleSpace, unittest.equals('foo')); | 1794 unittest.expect(o.sampleSpace, unittest.equals('foo')); |
1795 unittest.expect(o.selfLink, unittest.equals('foo')); | 1795 unittest.expect(o.selfLink, unittest.equals('foo')); |
1796 unittest.expect(o.totalResults, unittest.equals(42)); | 1796 unittest.expect(o.totalResults, unittest.equals(42)); |
1797 checkUnnamed628(o.totalsForAllResults); | 1797 checkUnnamed216(o.totalsForAllResults); |
1798 } | 1798 } |
1799 buildCounterGaData--; | 1799 buildCounterGaData--; |
1800 } | 1800 } |
1801 | 1801 |
1802 core.int buildCounterGoalEventDetailsEventConditions = 0; | 1802 core.int buildCounterGoalEventDetailsEventConditions = 0; |
1803 buildGoalEventDetailsEventConditions() { | 1803 buildGoalEventDetailsEventConditions() { |
1804 var o = new api.GoalEventDetailsEventConditions(); | 1804 var o = new api.GoalEventDetailsEventConditions(); |
1805 buildCounterGoalEventDetailsEventConditions++; | 1805 buildCounterGoalEventDetailsEventConditions++; |
1806 if (buildCounterGoalEventDetailsEventConditions < 3) { | 1806 if (buildCounterGoalEventDetailsEventConditions < 3) { |
1807 o.comparisonType = "foo"; | 1807 o.comparisonType = "foo"; |
(...skipping 11 matching lines...) Expand all Loading... |
1819 if (buildCounterGoalEventDetailsEventConditions < 3) { | 1819 if (buildCounterGoalEventDetailsEventConditions < 3) { |
1820 unittest.expect(o.comparisonType, unittest.equals('foo')); | 1820 unittest.expect(o.comparisonType, unittest.equals('foo')); |
1821 unittest.expect(o.comparisonValue, unittest.equals('foo')); | 1821 unittest.expect(o.comparisonValue, unittest.equals('foo')); |
1822 unittest.expect(o.expression, unittest.equals('foo')); | 1822 unittest.expect(o.expression, unittest.equals('foo')); |
1823 unittest.expect(o.matchType, unittest.equals('foo')); | 1823 unittest.expect(o.matchType, unittest.equals('foo')); |
1824 unittest.expect(o.type, unittest.equals('foo')); | 1824 unittest.expect(o.type, unittest.equals('foo')); |
1825 } | 1825 } |
1826 buildCounterGoalEventDetailsEventConditions--; | 1826 buildCounterGoalEventDetailsEventConditions--; |
1827 } | 1827 } |
1828 | 1828 |
1829 buildUnnamed629() { | 1829 buildUnnamed217() { |
1830 var o = new core.List<api.GoalEventDetailsEventConditions>(); | 1830 var o = new core.List<api.GoalEventDetailsEventConditions>(); |
1831 o.add(buildGoalEventDetailsEventConditions()); | 1831 o.add(buildGoalEventDetailsEventConditions()); |
1832 o.add(buildGoalEventDetailsEventConditions()); | 1832 o.add(buildGoalEventDetailsEventConditions()); |
1833 return o; | 1833 return o; |
1834 } | 1834 } |
1835 | 1835 |
1836 checkUnnamed629(core.List<api.GoalEventDetailsEventConditions> o) { | 1836 checkUnnamed217(core.List<api.GoalEventDetailsEventConditions> o) { |
1837 unittest.expect(o, unittest.hasLength(2)); | 1837 unittest.expect(o, unittest.hasLength(2)); |
1838 checkGoalEventDetailsEventConditions(o[0]); | 1838 checkGoalEventDetailsEventConditions(o[0]); |
1839 checkGoalEventDetailsEventConditions(o[1]); | 1839 checkGoalEventDetailsEventConditions(o[1]); |
1840 } | 1840 } |
1841 | 1841 |
1842 core.int buildCounterGoalEventDetails = 0; | 1842 core.int buildCounterGoalEventDetails = 0; |
1843 buildGoalEventDetails() { | 1843 buildGoalEventDetails() { |
1844 var o = new api.GoalEventDetails(); | 1844 var o = new api.GoalEventDetails(); |
1845 buildCounterGoalEventDetails++; | 1845 buildCounterGoalEventDetails++; |
1846 if (buildCounterGoalEventDetails < 3) { | 1846 if (buildCounterGoalEventDetails < 3) { |
1847 o.eventConditions = buildUnnamed629(); | 1847 o.eventConditions = buildUnnamed217(); |
1848 o.useEventValue = true; | 1848 o.useEventValue = true; |
1849 } | 1849 } |
1850 buildCounterGoalEventDetails--; | 1850 buildCounterGoalEventDetails--; |
1851 return o; | 1851 return o; |
1852 } | 1852 } |
1853 | 1853 |
1854 checkGoalEventDetails(api.GoalEventDetails o) { | 1854 checkGoalEventDetails(api.GoalEventDetails o) { |
1855 buildCounterGoalEventDetails++; | 1855 buildCounterGoalEventDetails++; |
1856 if (buildCounterGoalEventDetails < 3) { | 1856 if (buildCounterGoalEventDetails < 3) { |
1857 checkUnnamed629(o.eventConditions); | 1857 checkUnnamed217(o.eventConditions); |
1858 unittest.expect(o.useEventValue, unittest.isTrue); | 1858 unittest.expect(o.useEventValue, unittest.isTrue); |
1859 } | 1859 } |
1860 buildCounterGoalEventDetails--; | 1860 buildCounterGoalEventDetails--; |
1861 } | 1861 } |
1862 | 1862 |
1863 core.int buildCounterGoalParentLink = 0; | 1863 core.int buildCounterGoalParentLink = 0; |
1864 buildGoalParentLink() { | 1864 buildGoalParentLink() { |
1865 var o = new api.GoalParentLink(); | 1865 var o = new api.GoalParentLink(); |
1866 buildCounterGoalParentLink++; | 1866 buildCounterGoalParentLink++; |
1867 if (buildCounterGoalParentLink < 3) { | 1867 if (buildCounterGoalParentLink < 3) { |
(...skipping 29 matching lines...) Expand all Loading... |
1897 checkGoalUrlDestinationDetailsSteps(api.GoalUrlDestinationDetailsSteps o) { | 1897 checkGoalUrlDestinationDetailsSteps(api.GoalUrlDestinationDetailsSteps o) { |
1898 buildCounterGoalUrlDestinationDetailsSteps++; | 1898 buildCounterGoalUrlDestinationDetailsSteps++; |
1899 if (buildCounterGoalUrlDestinationDetailsSteps < 3) { | 1899 if (buildCounterGoalUrlDestinationDetailsSteps < 3) { |
1900 unittest.expect(o.name, unittest.equals('foo')); | 1900 unittest.expect(o.name, unittest.equals('foo')); |
1901 unittest.expect(o.number, unittest.equals(42)); | 1901 unittest.expect(o.number, unittest.equals(42)); |
1902 unittest.expect(o.url, unittest.equals('foo')); | 1902 unittest.expect(o.url, unittest.equals('foo')); |
1903 } | 1903 } |
1904 buildCounterGoalUrlDestinationDetailsSteps--; | 1904 buildCounterGoalUrlDestinationDetailsSteps--; |
1905 } | 1905 } |
1906 | 1906 |
1907 buildUnnamed630() { | 1907 buildUnnamed218() { |
1908 var o = new core.List<api.GoalUrlDestinationDetailsSteps>(); | 1908 var o = new core.List<api.GoalUrlDestinationDetailsSteps>(); |
1909 o.add(buildGoalUrlDestinationDetailsSteps()); | 1909 o.add(buildGoalUrlDestinationDetailsSteps()); |
1910 o.add(buildGoalUrlDestinationDetailsSteps()); | 1910 o.add(buildGoalUrlDestinationDetailsSteps()); |
1911 return o; | 1911 return o; |
1912 } | 1912 } |
1913 | 1913 |
1914 checkUnnamed630(core.List<api.GoalUrlDestinationDetailsSteps> o) { | 1914 checkUnnamed218(core.List<api.GoalUrlDestinationDetailsSteps> o) { |
1915 unittest.expect(o, unittest.hasLength(2)); | 1915 unittest.expect(o, unittest.hasLength(2)); |
1916 checkGoalUrlDestinationDetailsSteps(o[0]); | 1916 checkGoalUrlDestinationDetailsSteps(o[0]); |
1917 checkGoalUrlDestinationDetailsSteps(o[1]); | 1917 checkGoalUrlDestinationDetailsSteps(o[1]); |
1918 } | 1918 } |
1919 | 1919 |
1920 core.int buildCounterGoalUrlDestinationDetails = 0; | 1920 core.int buildCounterGoalUrlDestinationDetails = 0; |
1921 buildGoalUrlDestinationDetails() { | 1921 buildGoalUrlDestinationDetails() { |
1922 var o = new api.GoalUrlDestinationDetails(); | 1922 var o = new api.GoalUrlDestinationDetails(); |
1923 buildCounterGoalUrlDestinationDetails++; | 1923 buildCounterGoalUrlDestinationDetails++; |
1924 if (buildCounterGoalUrlDestinationDetails < 3) { | 1924 if (buildCounterGoalUrlDestinationDetails < 3) { |
1925 o.caseSensitive = true; | 1925 o.caseSensitive = true; |
1926 o.firstStepRequired = true; | 1926 o.firstStepRequired = true; |
1927 o.matchType = "foo"; | 1927 o.matchType = "foo"; |
1928 o.steps = buildUnnamed630(); | 1928 o.steps = buildUnnamed218(); |
1929 o.url = "foo"; | 1929 o.url = "foo"; |
1930 } | 1930 } |
1931 buildCounterGoalUrlDestinationDetails--; | 1931 buildCounterGoalUrlDestinationDetails--; |
1932 return o; | 1932 return o; |
1933 } | 1933 } |
1934 | 1934 |
1935 checkGoalUrlDestinationDetails(api.GoalUrlDestinationDetails o) { | 1935 checkGoalUrlDestinationDetails(api.GoalUrlDestinationDetails o) { |
1936 buildCounterGoalUrlDestinationDetails++; | 1936 buildCounterGoalUrlDestinationDetails++; |
1937 if (buildCounterGoalUrlDestinationDetails < 3) { | 1937 if (buildCounterGoalUrlDestinationDetails < 3) { |
1938 unittest.expect(o.caseSensitive, unittest.isTrue); | 1938 unittest.expect(o.caseSensitive, unittest.isTrue); |
1939 unittest.expect(o.firstStepRequired, unittest.isTrue); | 1939 unittest.expect(o.firstStepRequired, unittest.isTrue); |
1940 unittest.expect(o.matchType, unittest.equals('foo')); | 1940 unittest.expect(o.matchType, unittest.equals('foo')); |
1941 checkUnnamed630(o.steps); | 1941 checkUnnamed218(o.steps); |
1942 unittest.expect(o.url, unittest.equals('foo')); | 1942 unittest.expect(o.url, unittest.equals('foo')); |
1943 } | 1943 } |
1944 buildCounterGoalUrlDestinationDetails--; | 1944 buildCounterGoalUrlDestinationDetails--; |
1945 } | 1945 } |
1946 | 1946 |
1947 core.int buildCounterGoalVisitNumPagesDetails = 0; | 1947 core.int buildCounterGoalVisitNumPagesDetails = 0; |
1948 buildGoalVisitNumPagesDetails() { | 1948 buildGoalVisitNumPagesDetails() { |
1949 var o = new api.GoalVisitNumPagesDetails(); | 1949 var o = new api.GoalVisitNumPagesDetails(); |
1950 buildCounterGoalVisitNumPagesDetails++; | 1950 buildCounterGoalVisitNumPagesDetails++; |
1951 if (buildCounterGoalVisitNumPagesDetails < 3) { | 1951 if (buildCounterGoalVisitNumPagesDetails < 3) { |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2032 unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T1
4:01:02"))); | 2032 unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T1
4:01:02"))); |
2033 checkGoalUrlDestinationDetails(o.urlDestinationDetails); | 2033 checkGoalUrlDestinationDetails(o.urlDestinationDetails); |
2034 unittest.expect(o.value, unittest.equals(42.0)); | 2034 unittest.expect(o.value, unittest.equals(42.0)); |
2035 checkGoalVisitNumPagesDetails(o.visitNumPagesDetails); | 2035 checkGoalVisitNumPagesDetails(o.visitNumPagesDetails); |
2036 checkGoalVisitTimeOnSiteDetails(o.visitTimeOnSiteDetails); | 2036 checkGoalVisitTimeOnSiteDetails(o.visitTimeOnSiteDetails); |
2037 unittest.expect(o.webPropertyId, unittest.equals('foo')); | 2037 unittest.expect(o.webPropertyId, unittest.equals('foo')); |
2038 } | 2038 } |
2039 buildCounterGoal--; | 2039 buildCounterGoal--; |
2040 } | 2040 } |
2041 | 2041 |
2042 buildUnnamed631() { | 2042 buildUnnamed219() { |
2043 var o = new core.List<api.Goal>(); | 2043 var o = new core.List<api.Goal>(); |
2044 o.add(buildGoal()); | 2044 o.add(buildGoal()); |
2045 o.add(buildGoal()); | 2045 o.add(buildGoal()); |
2046 return o; | 2046 return o; |
2047 } | 2047 } |
2048 | 2048 |
2049 checkUnnamed631(core.List<api.Goal> o) { | 2049 checkUnnamed219(core.List<api.Goal> o) { |
2050 unittest.expect(o, unittest.hasLength(2)); | 2050 unittest.expect(o, unittest.hasLength(2)); |
2051 checkGoal(o[0]); | 2051 checkGoal(o[0]); |
2052 checkGoal(o[1]); | 2052 checkGoal(o[1]); |
2053 } | 2053 } |
2054 | 2054 |
2055 core.int buildCounterGoals = 0; | 2055 core.int buildCounterGoals = 0; |
2056 buildGoals() { | 2056 buildGoals() { |
2057 var o = new api.Goals(); | 2057 var o = new api.Goals(); |
2058 buildCounterGoals++; | 2058 buildCounterGoals++; |
2059 if (buildCounterGoals < 3) { | 2059 if (buildCounterGoals < 3) { |
2060 o.items = buildUnnamed631(); | 2060 o.items = buildUnnamed219(); |
2061 o.itemsPerPage = 42; | 2061 o.itemsPerPage = 42; |
2062 o.kind = "foo"; | 2062 o.kind = "foo"; |
2063 o.nextLink = "foo"; | 2063 o.nextLink = "foo"; |
2064 o.previousLink = "foo"; | 2064 o.previousLink = "foo"; |
2065 o.startIndex = 42; | 2065 o.startIndex = 42; |
2066 o.totalResults = 42; | 2066 o.totalResults = 42; |
2067 o.username = "foo"; | 2067 o.username = "foo"; |
2068 } | 2068 } |
2069 buildCounterGoals--; | 2069 buildCounterGoals--; |
2070 return o; | 2070 return o; |
2071 } | 2071 } |
2072 | 2072 |
2073 checkGoals(api.Goals o) { | 2073 checkGoals(api.Goals o) { |
2074 buildCounterGoals++; | 2074 buildCounterGoals++; |
2075 if (buildCounterGoals < 3) { | 2075 if (buildCounterGoals < 3) { |
2076 checkUnnamed631(o.items); | 2076 checkUnnamed219(o.items); |
2077 unittest.expect(o.itemsPerPage, unittest.equals(42)); | 2077 unittest.expect(o.itemsPerPage, unittest.equals(42)); |
2078 unittest.expect(o.kind, unittest.equals('foo')); | 2078 unittest.expect(o.kind, unittest.equals('foo')); |
2079 unittest.expect(o.nextLink, unittest.equals('foo')); | 2079 unittest.expect(o.nextLink, unittest.equals('foo')); |
2080 unittest.expect(o.previousLink, unittest.equals('foo')); | 2080 unittest.expect(o.previousLink, unittest.equals('foo')); |
2081 unittest.expect(o.startIndex, unittest.equals(42)); | 2081 unittest.expect(o.startIndex, unittest.equals(42)); |
2082 unittest.expect(o.totalResults, unittest.equals(42)); | 2082 unittest.expect(o.totalResults, unittest.equals(42)); |
2083 unittest.expect(o.username, unittest.equals('foo')); | 2083 unittest.expect(o.username, unittest.equals('foo')); |
2084 } | 2084 } |
2085 buildCounterGoals--; | 2085 buildCounterGoals--; |
2086 } | 2086 } |
(...skipping 14 matching lines...) Expand all Loading... |
2101 checkMcfDataColumnHeaders(api.McfDataColumnHeaders o) { | 2101 checkMcfDataColumnHeaders(api.McfDataColumnHeaders o) { |
2102 buildCounterMcfDataColumnHeaders++; | 2102 buildCounterMcfDataColumnHeaders++; |
2103 if (buildCounterMcfDataColumnHeaders < 3) { | 2103 if (buildCounterMcfDataColumnHeaders < 3) { |
2104 unittest.expect(o.columnType, unittest.equals('foo')); | 2104 unittest.expect(o.columnType, unittest.equals('foo')); |
2105 unittest.expect(o.dataType, unittest.equals('foo')); | 2105 unittest.expect(o.dataType, unittest.equals('foo')); |
2106 unittest.expect(o.name, unittest.equals('foo')); | 2106 unittest.expect(o.name, unittest.equals('foo')); |
2107 } | 2107 } |
2108 buildCounterMcfDataColumnHeaders--; | 2108 buildCounterMcfDataColumnHeaders--; |
2109 } | 2109 } |
2110 | 2110 |
2111 buildUnnamed632() { | 2111 buildUnnamed220() { |
2112 var o = new core.List<api.McfDataColumnHeaders>(); | 2112 var o = new core.List<api.McfDataColumnHeaders>(); |
2113 o.add(buildMcfDataColumnHeaders()); | 2113 o.add(buildMcfDataColumnHeaders()); |
2114 o.add(buildMcfDataColumnHeaders()); | 2114 o.add(buildMcfDataColumnHeaders()); |
2115 return o; | 2115 return o; |
2116 } | 2116 } |
2117 | 2117 |
2118 checkUnnamed632(core.List<api.McfDataColumnHeaders> o) { | 2118 checkUnnamed220(core.List<api.McfDataColumnHeaders> o) { |
2119 unittest.expect(o, unittest.hasLength(2)); | 2119 unittest.expect(o, unittest.hasLength(2)); |
2120 checkMcfDataColumnHeaders(o[0]); | 2120 checkMcfDataColumnHeaders(o[0]); |
2121 checkMcfDataColumnHeaders(o[1]); | 2121 checkMcfDataColumnHeaders(o[1]); |
2122 } | 2122 } |
2123 | 2123 |
2124 core.int buildCounterMcfDataProfileInfo = 0; | 2124 core.int buildCounterMcfDataProfileInfo = 0; |
2125 buildMcfDataProfileInfo() { | 2125 buildMcfDataProfileInfo() { |
2126 var o = new api.McfDataProfileInfo(); | 2126 var o = new api.McfDataProfileInfo(); |
2127 buildCounterMcfDataProfileInfo++; | 2127 buildCounterMcfDataProfileInfo++; |
2128 if (buildCounterMcfDataProfileInfo < 3) { | 2128 if (buildCounterMcfDataProfileInfo < 3) { |
(...skipping 14 matching lines...) Expand all Loading... |
2143 unittest.expect(o.accountId, unittest.equals('foo')); | 2143 unittest.expect(o.accountId, unittest.equals('foo')); |
2144 unittest.expect(o.internalWebPropertyId, unittest.equals('foo')); | 2144 unittest.expect(o.internalWebPropertyId, unittest.equals('foo')); |
2145 unittest.expect(o.profileId, unittest.equals('foo')); | 2145 unittest.expect(o.profileId, unittest.equals('foo')); |
2146 unittest.expect(o.profileName, unittest.equals('foo')); | 2146 unittest.expect(o.profileName, unittest.equals('foo')); |
2147 unittest.expect(o.tableId, unittest.equals('foo')); | 2147 unittest.expect(o.tableId, unittest.equals('foo')); |
2148 unittest.expect(o.webPropertyId, unittest.equals('foo')); | 2148 unittest.expect(o.webPropertyId, unittest.equals('foo')); |
2149 } | 2149 } |
2150 buildCounterMcfDataProfileInfo--; | 2150 buildCounterMcfDataProfileInfo--; |
2151 } | 2151 } |
2152 | 2152 |
2153 buildUnnamed633() { | 2153 buildUnnamed221() { |
2154 var o = new core.List<core.String>(); | 2154 var o = new core.List<core.String>(); |
2155 o.add("foo"); | 2155 o.add("foo"); |
2156 o.add("foo"); | 2156 o.add("foo"); |
2157 return o; | 2157 return o; |
2158 } | 2158 } |
2159 | 2159 |
2160 checkUnnamed633(core.List<core.String> o) { | 2160 checkUnnamed221(core.List<core.String> o) { |
2161 unittest.expect(o, unittest.hasLength(2)); | 2161 unittest.expect(o, unittest.hasLength(2)); |
2162 unittest.expect(o[0], unittest.equals('foo')); | 2162 unittest.expect(o[0], unittest.equals('foo')); |
2163 unittest.expect(o[1], unittest.equals('foo')); | 2163 unittest.expect(o[1], unittest.equals('foo')); |
2164 } | 2164 } |
2165 | 2165 |
2166 buildUnnamed634() { | 2166 buildUnnamed222() { |
2167 var o = new core.List<core.String>(); | 2167 var o = new core.List<core.String>(); |
2168 o.add("foo"); | 2168 o.add("foo"); |
2169 o.add("foo"); | 2169 o.add("foo"); |
2170 return o; | 2170 return o; |
2171 } | 2171 } |
2172 | 2172 |
2173 checkUnnamed634(core.List<core.String> o) { | 2173 checkUnnamed222(core.List<core.String> o) { |
2174 unittest.expect(o, unittest.hasLength(2)); | 2174 unittest.expect(o, unittest.hasLength(2)); |
2175 unittest.expect(o[0], unittest.equals('foo')); | 2175 unittest.expect(o[0], unittest.equals('foo')); |
2176 unittest.expect(o[1], unittest.equals('foo')); | 2176 unittest.expect(o[1], unittest.equals('foo')); |
2177 } | 2177 } |
2178 | 2178 |
2179 core.int buildCounterMcfDataQuery = 0; | 2179 core.int buildCounterMcfDataQuery = 0; |
2180 buildMcfDataQuery() { | 2180 buildMcfDataQuery() { |
2181 var o = new api.McfDataQuery(); | 2181 var o = new api.McfDataQuery(); |
2182 buildCounterMcfDataQuery++; | 2182 buildCounterMcfDataQuery++; |
2183 if (buildCounterMcfDataQuery < 3) { | 2183 if (buildCounterMcfDataQuery < 3) { |
2184 o.dimensions = "foo"; | 2184 o.dimensions = "foo"; |
2185 o.end_date = "foo"; | 2185 o.end_date = "foo"; |
2186 o.filters = "foo"; | 2186 o.filters = "foo"; |
2187 o.ids = "foo"; | 2187 o.ids = "foo"; |
2188 o.max_results = 42; | 2188 o.max_results = 42; |
2189 o.metrics = buildUnnamed633(); | 2189 o.metrics = buildUnnamed221(); |
2190 o.samplingLevel = "foo"; | 2190 o.samplingLevel = "foo"; |
2191 o.segment = "foo"; | 2191 o.segment = "foo"; |
2192 o.sort = buildUnnamed634(); | 2192 o.sort = buildUnnamed222(); |
2193 o.start_date = "foo"; | 2193 o.start_date = "foo"; |
2194 o.start_index = 42; | 2194 o.start_index = 42; |
2195 } | 2195 } |
2196 buildCounterMcfDataQuery--; | 2196 buildCounterMcfDataQuery--; |
2197 return o; | 2197 return o; |
2198 } | 2198 } |
2199 | 2199 |
2200 checkMcfDataQuery(api.McfDataQuery o) { | 2200 checkMcfDataQuery(api.McfDataQuery o) { |
2201 buildCounterMcfDataQuery++; | 2201 buildCounterMcfDataQuery++; |
2202 if (buildCounterMcfDataQuery < 3) { | 2202 if (buildCounterMcfDataQuery < 3) { |
2203 unittest.expect(o.dimensions, unittest.equals('foo')); | 2203 unittest.expect(o.dimensions, unittest.equals('foo')); |
2204 unittest.expect(o.end_date, unittest.equals('foo')); | 2204 unittest.expect(o.end_date, unittest.equals('foo')); |
2205 unittest.expect(o.filters, unittest.equals('foo')); | 2205 unittest.expect(o.filters, unittest.equals('foo')); |
2206 unittest.expect(o.ids, unittest.equals('foo')); | 2206 unittest.expect(o.ids, unittest.equals('foo')); |
2207 unittest.expect(o.max_results, unittest.equals(42)); | 2207 unittest.expect(o.max_results, unittest.equals(42)); |
2208 checkUnnamed633(o.metrics); | 2208 checkUnnamed221(o.metrics); |
2209 unittest.expect(o.samplingLevel, unittest.equals('foo')); | 2209 unittest.expect(o.samplingLevel, unittest.equals('foo')); |
2210 unittest.expect(o.segment, unittest.equals('foo')); | 2210 unittest.expect(o.segment, unittest.equals('foo')); |
2211 checkUnnamed634(o.sort); | 2211 checkUnnamed222(o.sort); |
2212 unittest.expect(o.start_date, unittest.equals('foo')); | 2212 unittest.expect(o.start_date, unittest.equals('foo')); |
2213 unittest.expect(o.start_index, unittest.equals(42)); | 2213 unittest.expect(o.start_index, unittest.equals(42)); |
2214 } | 2214 } |
2215 buildCounterMcfDataQuery--; | 2215 buildCounterMcfDataQuery--; |
2216 } | 2216 } |
2217 | 2217 |
2218 core.int buildCounterMcfDataRowsConversionPathValue = 0; | 2218 core.int buildCounterMcfDataRowsConversionPathValue = 0; |
2219 buildMcfDataRowsConversionPathValue() { | 2219 buildMcfDataRowsConversionPathValue() { |
2220 var o = new api.McfDataRowsConversionPathValue(); | 2220 var o = new api.McfDataRowsConversionPathValue(); |
2221 buildCounterMcfDataRowsConversionPathValue++; | 2221 buildCounterMcfDataRowsConversionPathValue++; |
2222 if (buildCounterMcfDataRowsConversionPathValue < 3) { | 2222 if (buildCounterMcfDataRowsConversionPathValue < 3) { |
2223 o.interactionType = "foo"; | 2223 o.interactionType = "foo"; |
2224 o.nodeValue = "foo"; | 2224 o.nodeValue = "foo"; |
2225 } | 2225 } |
2226 buildCounterMcfDataRowsConversionPathValue--; | 2226 buildCounterMcfDataRowsConversionPathValue--; |
2227 return o; | 2227 return o; |
2228 } | 2228 } |
2229 | 2229 |
2230 checkMcfDataRowsConversionPathValue(api.McfDataRowsConversionPathValue o) { | 2230 checkMcfDataRowsConversionPathValue(api.McfDataRowsConversionPathValue o) { |
2231 buildCounterMcfDataRowsConversionPathValue++; | 2231 buildCounterMcfDataRowsConversionPathValue++; |
2232 if (buildCounterMcfDataRowsConversionPathValue < 3) { | 2232 if (buildCounterMcfDataRowsConversionPathValue < 3) { |
2233 unittest.expect(o.interactionType, unittest.equals('foo')); | 2233 unittest.expect(o.interactionType, unittest.equals('foo')); |
2234 unittest.expect(o.nodeValue, unittest.equals('foo')); | 2234 unittest.expect(o.nodeValue, unittest.equals('foo')); |
2235 } | 2235 } |
2236 buildCounterMcfDataRowsConversionPathValue--; | 2236 buildCounterMcfDataRowsConversionPathValue--; |
2237 } | 2237 } |
2238 | 2238 |
2239 buildUnnamed635() { | 2239 buildUnnamed223() { |
2240 var o = new core.List<api.McfDataRowsConversionPathValue>(); | 2240 var o = new core.List<api.McfDataRowsConversionPathValue>(); |
2241 o.add(buildMcfDataRowsConversionPathValue()); | 2241 o.add(buildMcfDataRowsConversionPathValue()); |
2242 o.add(buildMcfDataRowsConversionPathValue()); | 2242 o.add(buildMcfDataRowsConversionPathValue()); |
2243 return o; | 2243 return o; |
2244 } | 2244 } |
2245 | 2245 |
2246 checkUnnamed635(core.List<api.McfDataRowsConversionPathValue> o) { | 2246 checkUnnamed223(core.List<api.McfDataRowsConversionPathValue> o) { |
2247 unittest.expect(o, unittest.hasLength(2)); | 2247 unittest.expect(o, unittest.hasLength(2)); |
2248 checkMcfDataRowsConversionPathValue(o[0]); | 2248 checkMcfDataRowsConversionPathValue(o[0]); |
2249 checkMcfDataRowsConversionPathValue(o[1]); | 2249 checkMcfDataRowsConversionPathValue(o[1]); |
2250 } | 2250 } |
2251 | 2251 |
2252 core.int buildCounterMcfDataRows = 0; | 2252 core.int buildCounterMcfDataRows = 0; |
2253 buildMcfDataRows() { | 2253 buildMcfDataRows() { |
2254 var o = new api.McfDataRows(); | 2254 var o = new api.McfDataRows(); |
2255 buildCounterMcfDataRows++; | 2255 buildCounterMcfDataRows++; |
2256 if (buildCounterMcfDataRows < 3) { | 2256 if (buildCounterMcfDataRows < 3) { |
2257 o.conversionPathValue = buildUnnamed635(); | 2257 o.conversionPathValue = buildUnnamed223(); |
2258 o.primitiveValue = "foo"; | 2258 o.primitiveValue = "foo"; |
2259 } | 2259 } |
2260 buildCounterMcfDataRows--; | 2260 buildCounterMcfDataRows--; |
2261 return o; | 2261 return o; |
2262 } | 2262 } |
2263 | 2263 |
2264 checkMcfDataRows(api.McfDataRows o) { | 2264 checkMcfDataRows(api.McfDataRows o) { |
2265 buildCounterMcfDataRows++; | 2265 buildCounterMcfDataRows++; |
2266 if (buildCounterMcfDataRows < 3) { | 2266 if (buildCounterMcfDataRows < 3) { |
2267 checkUnnamed635(o.conversionPathValue); | 2267 checkUnnamed223(o.conversionPathValue); |
2268 unittest.expect(o.primitiveValue, unittest.equals('foo')); | 2268 unittest.expect(o.primitiveValue, unittest.equals('foo')); |
2269 } | 2269 } |
2270 buildCounterMcfDataRows--; | 2270 buildCounterMcfDataRows--; |
2271 } | 2271 } |
2272 | 2272 |
2273 buildUnnamed636() { | 2273 buildUnnamed224() { |
2274 var o = new core.List<api.McfDataRows>(); | 2274 var o = new core.List<api.McfDataRows>(); |
2275 o.add(buildMcfDataRows()); | 2275 o.add(buildMcfDataRows()); |
2276 o.add(buildMcfDataRows()); | 2276 o.add(buildMcfDataRows()); |
2277 return o; | 2277 return o; |
2278 } | 2278 } |
2279 | 2279 |
2280 checkUnnamed636(core.List<api.McfDataRows> o) { | 2280 checkUnnamed224(core.List<api.McfDataRows> o) { |
2281 unittest.expect(o, unittest.hasLength(2)); | 2281 unittest.expect(o, unittest.hasLength(2)); |
2282 checkMcfDataRows(o[0]); | 2282 checkMcfDataRows(o[0]); |
2283 checkMcfDataRows(o[1]); | 2283 checkMcfDataRows(o[1]); |
2284 } | 2284 } |
2285 | 2285 |
2286 buildUnnamed637() { | 2286 buildUnnamed225() { |
2287 var o = new core.List<core.List<api.McfDataRows>>(); | 2287 var o = new core.List<core.List<api.McfDataRows>>(); |
2288 o.add(buildUnnamed636()); | 2288 o.add(buildUnnamed224()); |
2289 o.add(buildUnnamed636()); | 2289 o.add(buildUnnamed224()); |
2290 return o; | 2290 return o; |
2291 } | 2291 } |
2292 | 2292 |
2293 checkUnnamed637(core.List<core.List<api.McfDataRows>> o) { | 2293 checkUnnamed225(core.List<core.List<api.McfDataRows>> o) { |
2294 unittest.expect(o, unittest.hasLength(2)); | 2294 unittest.expect(o, unittest.hasLength(2)); |
2295 checkUnnamed636(o[0]); | 2295 checkUnnamed224(o[0]); |
2296 checkUnnamed636(o[1]); | 2296 checkUnnamed224(o[1]); |
2297 } | 2297 } |
2298 | 2298 |
2299 buildUnnamed638() { | 2299 buildUnnamed226() { |
2300 var o = new core.Map<core.String, core.String>(); | 2300 var o = new core.Map<core.String, core.String>(); |
2301 o["x"] = "foo"; | 2301 o["x"] = "foo"; |
2302 o["y"] = "foo"; | 2302 o["y"] = "foo"; |
2303 return o; | 2303 return o; |
2304 } | 2304 } |
2305 | 2305 |
2306 checkUnnamed638(core.Map<core.String, core.String> o) { | 2306 checkUnnamed226(core.Map<core.String, core.String> o) { |
2307 unittest.expect(o, unittest.hasLength(2)); | 2307 unittest.expect(o, unittest.hasLength(2)); |
2308 unittest.expect(o["x"], unittest.equals('foo')); | 2308 unittest.expect(o["x"], unittest.equals('foo')); |
2309 unittest.expect(o["y"], unittest.equals('foo')); | 2309 unittest.expect(o["y"], unittest.equals('foo')); |
2310 } | 2310 } |
2311 | 2311 |
2312 core.int buildCounterMcfData = 0; | 2312 core.int buildCounterMcfData = 0; |
2313 buildMcfData() { | 2313 buildMcfData() { |
2314 var o = new api.McfData(); | 2314 var o = new api.McfData(); |
2315 buildCounterMcfData++; | 2315 buildCounterMcfData++; |
2316 if (buildCounterMcfData < 3) { | 2316 if (buildCounterMcfData < 3) { |
2317 o.columnHeaders = buildUnnamed632(); | 2317 o.columnHeaders = buildUnnamed220(); |
2318 o.containsSampledData = true; | 2318 o.containsSampledData = true; |
2319 o.id = "foo"; | 2319 o.id = "foo"; |
2320 o.itemsPerPage = 42; | 2320 o.itemsPerPage = 42; |
2321 o.kind = "foo"; | 2321 o.kind = "foo"; |
2322 o.nextLink = "foo"; | 2322 o.nextLink = "foo"; |
2323 o.previousLink = "foo"; | 2323 o.previousLink = "foo"; |
2324 o.profileInfo = buildMcfDataProfileInfo(); | 2324 o.profileInfo = buildMcfDataProfileInfo(); |
2325 o.query = buildMcfDataQuery(); | 2325 o.query = buildMcfDataQuery(); |
2326 o.rows = buildUnnamed637(); | 2326 o.rows = buildUnnamed225(); |
2327 o.sampleSize = "foo"; | 2327 o.sampleSize = "foo"; |
2328 o.sampleSpace = "foo"; | 2328 o.sampleSpace = "foo"; |
2329 o.selfLink = "foo"; | 2329 o.selfLink = "foo"; |
2330 o.totalResults = 42; | 2330 o.totalResults = 42; |
2331 o.totalsForAllResults = buildUnnamed638(); | 2331 o.totalsForAllResults = buildUnnamed226(); |
2332 } | 2332 } |
2333 buildCounterMcfData--; | 2333 buildCounterMcfData--; |
2334 return o; | 2334 return o; |
2335 } | 2335 } |
2336 | 2336 |
2337 checkMcfData(api.McfData o) { | 2337 checkMcfData(api.McfData o) { |
2338 buildCounterMcfData++; | 2338 buildCounterMcfData++; |
2339 if (buildCounterMcfData < 3) { | 2339 if (buildCounterMcfData < 3) { |
2340 checkUnnamed632(o.columnHeaders); | 2340 checkUnnamed220(o.columnHeaders); |
2341 unittest.expect(o.containsSampledData, unittest.isTrue); | 2341 unittest.expect(o.containsSampledData, unittest.isTrue); |
2342 unittest.expect(o.id, unittest.equals('foo')); | 2342 unittest.expect(o.id, unittest.equals('foo')); |
2343 unittest.expect(o.itemsPerPage, unittest.equals(42)); | 2343 unittest.expect(o.itemsPerPage, unittest.equals(42)); |
2344 unittest.expect(o.kind, unittest.equals('foo')); | 2344 unittest.expect(o.kind, unittest.equals('foo')); |
2345 unittest.expect(o.nextLink, unittest.equals('foo')); | 2345 unittest.expect(o.nextLink, unittest.equals('foo')); |
2346 unittest.expect(o.previousLink, unittest.equals('foo')); | 2346 unittest.expect(o.previousLink, unittest.equals('foo')); |
2347 checkMcfDataProfileInfo(o.profileInfo); | 2347 checkMcfDataProfileInfo(o.profileInfo); |
2348 checkMcfDataQuery(o.query); | 2348 checkMcfDataQuery(o.query); |
2349 checkUnnamed637(o.rows); | 2349 checkUnnamed225(o.rows); |
2350 unittest.expect(o.sampleSize, unittest.equals('foo')); | 2350 unittest.expect(o.sampleSize, unittest.equals('foo')); |
2351 unittest.expect(o.sampleSpace, unittest.equals('foo')); | 2351 unittest.expect(o.sampleSpace, unittest.equals('foo')); |
2352 unittest.expect(o.selfLink, unittest.equals('foo')); | 2352 unittest.expect(o.selfLink, unittest.equals('foo')); |
2353 unittest.expect(o.totalResults, unittest.equals(42)); | 2353 unittest.expect(o.totalResults, unittest.equals(42)); |
2354 checkUnnamed638(o.totalsForAllResults); | 2354 checkUnnamed226(o.totalsForAllResults); |
2355 } | 2355 } |
2356 buildCounterMcfData--; | 2356 buildCounterMcfData--; |
2357 } | 2357 } |
2358 | 2358 |
2359 core.int buildCounterProfileChildLink = 0; | 2359 core.int buildCounterProfileChildLink = 0; |
2360 buildProfileChildLink() { | 2360 buildProfileChildLink() { |
2361 var o = new api.ProfileChildLink(); | 2361 var o = new api.ProfileChildLink(); |
2362 buildCounterProfileChildLink++; | 2362 buildCounterProfileChildLink++; |
2363 if (buildCounterProfileChildLink < 3) { | 2363 if (buildCounterProfileChildLink < 3) { |
2364 o.href = "foo"; | 2364 o.href = "foo"; |
(...skipping 26 matching lines...) Expand all Loading... |
2391 | 2391 |
2392 checkProfileParentLink(api.ProfileParentLink o) { | 2392 checkProfileParentLink(api.ProfileParentLink o) { |
2393 buildCounterProfileParentLink++; | 2393 buildCounterProfileParentLink++; |
2394 if (buildCounterProfileParentLink < 3) { | 2394 if (buildCounterProfileParentLink < 3) { |
2395 unittest.expect(o.href, unittest.equals('foo')); | 2395 unittest.expect(o.href, unittest.equals('foo')); |
2396 unittest.expect(o.type, unittest.equals('foo')); | 2396 unittest.expect(o.type, unittest.equals('foo')); |
2397 } | 2397 } |
2398 buildCounterProfileParentLink--; | 2398 buildCounterProfileParentLink--; |
2399 } | 2399 } |
2400 | 2400 |
2401 buildUnnamed639() { | 2401 buildUnnamed227() { |
2402 var o = new core.List<core.String>(); | 2402 var o = new core.List<core.String>(); |
2403 o.add("foo"); | 2403 o.add("foo"); |
2404 o.add("foo"); | 2404 o.add("foo"); |
2405 return o; | 2405 return o; |
2406 } | 2406 } |
2407 | 2407 |
2408 checkUnnamed639(core.List<core.String> o) { | 2408 checkUnnamed227(core.List<core.String> o) { |
2409 unittest.expect(o, unittest.hasLength(2)); | 2409 unittest.expect(o, unittest.hasLength(2)); |
2410 unittest.expect(o[0], unittest.equals('foo')); | 2410 unittest.expect(o[0], unittest.equals('foo')); |
2411 unittest.expect(o[1], unittest.equals('foo')); | 2411 unittest.expect(o[1], unittest.equals('foo')); |
2412 } | 2412 } |
2413 | 2413 |
2414 core.int buildCounterProfilePermissions = 0; | 2414 core.int buildCounterProfilePermissions = 0; |
2415 buildProfilePermissions() { | 2415 buildProfilePermissions() { |
2416 var o = new api.ProfilePermissions(); | 2416 var o = new api.ProfilePermissions(); |
2417 buildCounterProfilePermissions++; | 2417 buildCounterProfilePermissions++; |
2418 if (buildCounterProfilePermissions < 3) { | 2418 if (buildCounterProfilePermissions < 3) { |
2419 o.effective = buildUnnamed639(); | 2419 o.effective = buildUnnamed227(); |
2420 } | 2420 } |
2421 buildCounterProfilePermissions--; | 2421 buildCounterProfilePermissions--; |
2422 return o; | 2422 return o; |
2423 } | 2423 } |
2424 | 2424 |
2425 checkProfilePermissions(api.ProfilePermissions o) { | 2425 checkProfilePermissions(api.ProfilePermissions o) { |
2426 buildCounterProfilePermissions++; | 2426 buildCounterProfilePermissions++; |
2427 if (buildCounterProfilePermissions < 3) { | 2427 if (buildCounterProfilePermissions < 3) { |
2428 checkUnnamed639(o.effective); | 2428 checkUnnamed227(o.effective); |
2429 } | 2429 } |
2430 buildCounterProfilePermissions--; | 2430 buildCounterProfilePermissions--; |
2431 } | 2431 } |
2432 | 2432 |
2433 core.int buildCounterProfile = 0; | 2433 core.int buildCounterProfile = 0; |
2434 buildProfile() { | 2434 buildProfile() { |
2435 var o = new api.Profile(); | 2435 var o = new api.Profile(); |
2436 buildCounterProfile++; | 2436 buildCounterProfile++; |
2437 if (buildCounterProfile < 3) { | 2437 if (buildCounterProfile < 3) { |
2438 o.accountId = "foo"; | 2438 o.accountId = "foo"; |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2517 checkFilterRef(o.filterRef); | 2517 checkFilterRef(o.filterRef); |
2518 unittest.expect(o.id, unittest.equals('foo')); | 2518 unittest.expect(o.id, unittest.equals('foo')); |
2519 unittest.expect(o.kind, unittest.equals('foo')); | 2519 unittest.expect(o.kind, unittest.equals('foo')); |
2520 checkProfileRef(o.profileRef); | 2520 checkProfileRef(o.profileRef); |
2521 unittest.expect(o.rank, unittest.equals(42)); | 2521 unittest.expect(o.rank, unittest.equals(42)); |
2522 unittest.expect(o.selfLink, unittest.equals('foo')); | 2522 unittest.expect(o.selfLink, unittest.equals('foo')); |
2523 } | 2523 } |
2524 buildCounterProfileFilterLink--; | 2524 buildCounterProfileFilterLink--; |
2525 } | 2525 } |
2526 | 2526 |
2527 buildUnnamed640() { | 2527 buildUnnamed228() { |
2528 var o = new core.List<api.ProfileFilterLink>(); | 2528 var o = new core.List<api.ProfileFilterLink>(); |
2529 o.add(buildProfileFilterLink()); | 2529 o.add(buildProfileFilterLink()); |
2530 o.add(buildProfileFilterLink()); | 2530 o.add(buildProfileFilterLink()); |
2531 return o; | 2531 return o; |
2532 } | 2532 } |
2533 | 2533 |
2534 checkUnnamed640(core.List<api.ProfileFilterLink> o) { | 2534 checkUnnamed228(core.List<api.ProfileFilterLink> o) { |
2535 unittest.expect(o, unittest.hasLength(2)); | 2535 unittest.expect(o, unittest.hasLength(2)); |
2536 checkProfileFilterLink(o[0]); | 2536 checkProfileFilterLink(o[0]); |
2537 checkProfileFilterLink(o[1]); | 2537 checkProfileFilterLink(o[1]); |
2538 } | 2538 } |
2539 | 2539 |
2540 core.int buildCounterProfileFilterLinks = 0; | 2540 core.int buildCounterProfileFilterLinks = 0; |
2541 buildProfileFilterLinks() { | 2541 buildProfileFilterLinks() { |
2542 var o = new api.ProfileFilterLinks(); | 2542 var o = new api.ProfileFilterLinks(); |
2543 buildCounterProfileFilterLinks++; | 2543 buildCounterProfileFilterLinks++; |
2544 if (buildCounterProfileFilterLinks < 3) { | 2544 if (buildCounterProfileFilterLinks < 3) { |
2545 o.items = buildUnnamed640(); | 2545 o.items = buildUnnamed228(); |
2546 o.itemsPerPage = 42; | 2546 o.itemsPerPage = 42; |
2547 o.kind = "foo"; | 2547 o.kind = "foo"; |
2548 o.nextLink = "foo"; | 2548 o.nextLink = "foo"; |
2549 o.previousLink = "foo"; | 2549 o.previousLink = "foo"; |
2550 o.startIndex = 42; | 2550 o.startIndex = 42; |
2551 o.totalResults = 42; | 2551 o.totalResults = 42; |
2552 o.username = "foo"; | 2552 o.username = "foo"; |
2553 } | 2553 } |
2554 buildCounterProfileFilterLinks--; | 2554 buildCounterProfileFilterLinks--; |
2555 return o; | 2555 return o; |
2556 } | 2556 } |
2557 | 2557 |
2558 checkProfileFilterLinks(api.ProfileFilterLinks o) { | 2558 checkProfileFilterLinks(api.ProfileFilterLinks o) { |
2559 buildCounterProfileFilterLinks++; | 2559 buildCounterProfileFilterLinks++; |
2560 if (buildCounterProfileFilterLinks < 3) { | 2560 if (buildCounterProfileFilterLinks < 3) { |
2561 checkUnnamed640(o.items); | 2561 checkUnnamed228(o.items); |
2562 unittest.expect(o.itemsPerPage, unittest.equals(42)); | 2562 unittest.expect(o.itemsPerPage, unittest.equals(42)); |
2563 unittest.expect(o.kind, unittest.equals('foo')); | 2563 unittest.expect(o.kind, unittest.equals('foo')); |
2564 unittest.expect(o.nextLink, unittest.equals('foo')); | 2564 unittest.expect(o.nextLink, unittest.equals('foo')); |
2565 unittest.expect(o.previousLink, unittest.equals('foo')); | 2565 unittest.expect(o.previousLink, unittest.equals('foo')); |
2566 unittest.expect(o.startIndex, unittest.equals(42)); | 2566 unittest.expect(o.startIndex, unittest.equals(42)); |
2567 unittest.expect(o.totalResults, unittest.equals(42)); | 2567 unittest.expect(o.totalResults, unittest.equals(42)); |
2568 unittest.expect(o.username, unittest.equals('foo')); | 2568 unittest.expect(o.username, unittest.equals('foo')); |
2569 } | 2569 } |
2570 buildCounterProfileFilterLinks--; | 2570 buildCounterProfileFilterLinks--; |
2571 } | 2571 } |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2619 buildCounterProfileSummary++; | 2619 buildCounterProfileSummary++; |
2620 if (buildCounterProfileSummary < 3) { | 2620 if (buildCounterProfileSummary < 3) { |
2621 unittest.expect(o.id, unittest.equals('foo')); | 2621 unittest.expect(o.id, unittest.equals('foo')); |
2622 unittest.expect(o.kind, unittest.equals('foo')); | 2622 unittest.expect(o.kind, unittest.equals('foo')); |
2623 unittest.expect(o.name, unittest.equals('foo')); | 2623 unittest.expect(o.name, unittest.equals('foo')); |
2624 unittest.expect(o.type, unittest.equals('foo')); | 2624 unittest.expect(o.type, unittest.equals('foo')); |
2625 } | 2625 } |
2626 buildCounterProfileSummary--; | 2626 buildCounterProfileSummary--; |
2627 } | 2627 } |
2628 | 2628 |
2629 buildUnnamed641() { | 2629 buildUnnamed229() { |
2630 var o = new core.List<api.Profile>(); | 2630 var o = new core.List<api.Profile>(); |
2631 o.add(buildProfile()); | 2631 o.add(buildProfile()); |
2632 o.add(buildProfile()); | 2632 o.add(buildProfile()); |
2633 return o; | 2633 return o; |
2634 } | 2634 } |
2635 | 2635 |
2636 checkUnnamed641(core.List<api.Profile> o) { | 2636 checkUnnamed229(core.List<api.Profile> o) { |
2637 unittest.expect(o, unittest.hasLength(2)); | 2637 unittest.expect(o, unittest.hasLength(2)); |
2638 checkProfile(o[0]); | 2638 checkProfile(o[0]); |
2639 checkProfile(o[1]); | 2639 checkProfile(o[1]); |
2640 } | 2640 } |
2641 | 2641 |
2642 core.int buildCounterProfiles = 0; | 2642 core.int buildCounterProfiles = 0; |
2643 buildProfiles() { | 2643 buildProfiles() { |
2644 var o = new api.Profiles(); | 2644 var o = new api.Profiles(); |
2645 buildCounterProfiles++; | 2645 buildCounterProfiles++; |
2646 if (buildCounterProfiles < 3) { | 2646 if (buildCounterProfiles < 3) { |
2647 o.items = buildUnnamed641(); | 2647 o.items = buildUnnamed229(); |
2648 o.itemsPerPage = 42; | 2648 o.itemsPerPage = 42; |
2649 o.kind = "foo"; | 2649 o.kind = "foo"; |
2650 o.nextLink = "foo"; | 2650 o.nextLink = "foo"; |
2651 o.previousLink = "foo"; | 2651 o.previousLink = "foo"; |
2652 o.startIndex = 42; | 2652 o.startIndex = 42; |
2653 o.totalResults = 42; | 2653 o.totalResults = 42; |
2654 o.username = "foo"; | 2654 o.username = "foo"; |
2655 } | 2655 } |
2656 buildCounterProfiles--; | 2656 buildCounterProfiles--; |
2657 return o; | 2657 return o; |
2658 } | 2658 } |
2659 | 2659 |
2660 checkProfiles(api.Profiles o) { | 2660 checkProfiles(api.Profiles o) { |
2661 buildCounterProfiles++; | 2661 buildCounterProfiles++; |
2662 if (buildCounterProfiles < 3) { | 2662 if (buildCounterProfiles < 3) { |
2663 checkUnnamed641(o.items); | 2663 checkUnnamed229(o.items); |
2664 unittest.expect(o.itemsPerPage, unittest.equals(42)); | 2664 unittest.expect(o.itemsPerPage, unittest.equals(42)); |
2665 unittest.expect(o.kind, unittest.equals('foo')); | 2665 unittest.expect(o.kind, unittest.equals('foo')); |
2666 unittest.expect(o.nextLink, unittest.equals('foo')); | 2666 unittest.expect(o.nextLink, unittest.equals('foo')); |
2667 unittest.expect(o.previousLink, unittest.equals('foo')); | 2667 unittest.expect(o.previousLink, unittest.equals('foo')); |
2668 unittest.expect(o.startIndex, unittest.equals(42)); | 2668 unittest.expect(o.startIndex, unittest.equals(42)); |
2669 unittest.expect(o.totalResults, unittest.equals(42)); | 2669 unittest.expect(o.totalResults, unittest.equals(42)); |
2670 unittest.expect(o.username, unittest.equals('foo')); | 2670 unittest.expect(o.username, unittest.equals('foo')); |
2671 } | 2671 } |
2672 buildCounterProfiles--; | 2672 buildCounterProfiles--; |
2673 } | 2673 } |
(...skipping 14 matching lines...) Expand all Loading... |
2688 checkRealtimeDataColumnHeaders(api.RealtimeDataColumnHeaders o) { | 2688 checkRealtimeDataColumnHeaders(api.RealtimeDataColumnHeaders o) { |
2689 buildCounterRealtimeDataColumnHeaders++; | 2689 buildCounterRealtimeDataColumnHeaders++; |
2690 if (buildCounterRealtimeDataColumnHeaders < 3) { | 2690 if (buildCounterRealtimeDataColumnHeaders < 3) { |
2691 unittest.expect(o.columnType, unittest.equals('foo')); | 2691 unittest.expect(o.columnType, unittest.equals('foo')); |
2692 unittest.expect(o.dataType, unittest.equals('foo')); | 2692 unittest.expect(o.dataType, unittest.equals('foo')); |
2693 unittest.expect(o.name, unittest.equals('foo')); | 2693 unittest.expect(o.name, unittest.equals('foo')); |
2694 } | 2694 } |
2695 buildCounterRealtimeDataColumnHeaders--; | 2695 buildCounterRealtimeDataColumnHeaders--; |
2696 } | 2696 } |
2697 | 2697 |
2698 buildUnnamed642() { | 2698 buildUnnamed230() { |
2699 var o = new core.List<api.RealtimeDataColumnHeaders>(); | 2699 var o = new core.List<api.RealtimeDataColumnHeaders>(); |
2700 o.add(buildRealtimeDataColumnHeaders()); | 2700 o.add(buildRealtimeDataColumnHeaders()); |
2701 o.add(buildRealtimeDataColumnHeaders()); | 2701 o.add(buildRealtimeDataColumnHeaders()); |
2702 return o; | 2702 return o; |
2703 } | 2703 } |
2704 | 2704 |
2705 checkUnnamed642(core.List<api.RealtimeDataColumnHeaders> o) { | 2705 checkUnnamed230(core.List<api.RealtimeDataColumnHeaders> o) { |
2706 unittest.expect(o, unittest.hasLength(2)); | 2706 unittest.expect(o, unittest.hasLength(2)); |
2707 checkRealtimeDataColumnHeaders(o[0]); | 2707 checkRealtimeDataColumnHeaders(o[0]); |
2708 checkRealtimeDataColumnHeaders(o[1]); | 2708 checkRealtimeDataColumnHeaders(o[1]); |
2709 } | 2709 } |
2710 | 2710 |
2711 core.int buildCounterRealtimeDataProfileInfo = 0; | 2711 core.int buildCounterRealtimeDataProfileInfo = 0; |
2712 buildRealtimeDataProfileInfo() { | 2712 buildRealtimeDataProfileInfo() { |
2713 var o = new api.RealtimeDataProfileInfo(); | 2713 var o = new api.RealtimeDataProfileInfo(); |
2714 buildCounterRealtimeDataProfileInfo++; | 2714 buildCounterRealtimeDataProfileInfo++; |
2715 if (buildCounterRealtimeDataProfileInfo < 3) { | 2715 if (buildCounterRealtimeDataProfileInfo < 3) { |
(...skipping 14 matching lines...) Expand all Loading... |
2730 unittest.expect(o.accountId, unittest.equals('foo')); | 2730 unittest.expect(o.accountId, unittest.equals('foo')); |
2731 unittest.expect(o.internalWebPropertyId, unittest.equals('foo')); | 2731 unittest.expect(o.internalWebPropertyId, unittest.equals('foo')); |
2732 unittest.expect(o.profileId, unittest.equals('foo')); | 2732 unittest.expect(o.profileId, unittest.equals('foo')); |
2733 unittest.expect(o.profileName, unittest.equals('foo')); | 2733 unittest.expect(o.profileName, unittest.equals('foo')); |
2734 unittest.expect(o.tableId, unittest.equals('foo')); | 2734 unittest.expect(o.tableId, unittest.equals('foo')); |
2735 unittest.expect(o.webPropertyId, unittest.equals('foo')); | 2735 unittest.expect(o.webPropertyId, unittest.equals('foo')); |
2736 } | 2736 } |
2737 buildCounterRealtimeDataProfileInfo--; | 2737 buildCounterRealtimeDataProfileInfo--; |
2738 } | 2738 } |
2739 | 2739 |
2740 buildUnnamed643() { | 2740 buildUnnamed231() { |
2741 var o = new core.List<core.String>(); | 2741 var o = new core.List<core.String>(); |
2742 o.add("foo"); | 2742 o.add("foo"); |
2743 o.add("foo"); | 2743 o.add("foo"); |
2744 return o; | 2744 return o; |
2745 } | 2745 } |
2746 | 2746 |
2747 checkUnnamed643(core.List<core.String> o) { | 2747 checkUnnamed231(core.List<core.String> o) { |
2748 unittest.expect(o, unittest.hasLength(2)); | 2748 unittest.expect(o, unittest.hasLength(2)); |
2749 unittest.expect(o[0], unittest.equals('foo')); | 2749 unittest.expect(o[0], unittest.equals('foo')); |
2750 unittest.expect(o[1], unittest.equals('foo')); | 2750 unittest.expect(o[1], unittest.equals('foo')); |
2751 } | 2751 } |
2752 | 2752 |
2753 buildUnnamed644() { | 2753 buildUnnamed232() { |
2754 var o = new core.List<core.String>(); | 2754 var o = new core.List<core.String>(); |
2755 o.add("foo"); | 2755 o.add("foo"); |
2756 o.add("foo"); | 2756 o.add("foo"); |
2757 return o; | 2757 return o; |
2758 } | 2758 } |
2759 | 2759 |
2760 checkUnnamed644(core.List<core.String> o) { | 2760 checkUnnamed232(core.List<core.String> o) { |
2761 unittest.expect(o, unittest.hasLength(2)); | 2761 unittest.expect(o, unittest.hasLength(2)); |
2762 unittest.expect(o[0], unittest.equals('foo')); | 2762 unittest.expect(o[0], unittest.equals('foo')); |
2763 unittest.expect(o[1], unittest.equals('foo')); | 2763 unittest.expect(o[1], unittest.equals('foo')); |
2764 } | 2764 } |
2765 | 2765 |
2766 core.int buildCounterRealtimeDataQuery = 0; | 2766 core.int buildCounterRealtimeDataQuery = 0; |
2767 buildRealtimeDataQuery() { | 2767 buildRealtimeDataQuery() { |
2768 var o = new api.RealtimeDataQuery(); | 2768 var o = new api.RealtimeDataQuery(); |
2769 buildCounterRealtimeDataQuery++; | 2769 buildCounterRealtimeDataQuery++; |
2770 if (buildCounterRealtimeDataQuery < 3) { | 2770 if (buildCounterRealtimeDataQuery < 3) { |
2771 o.dimensions = "foo"; | 2771 o.dimensions = "foo"; |
2772 o.filters = "foo"; | 2772 o.filters = "foo"; |
2773 o.ids = "foo"; | 2773 o.ids = "foo"; |
2774 o.max_results = 42; | 2774 o.max_results = 42; |
2775 o.metrics = buildUnnamed643(); | 2775 o.metrics = buildUnnamed231(); |
2776 o.sort = buildUnnamed644(); | 2776 o.sort = buildUnnamed232(); |
2777 } | 2777 } |
2778 buildCounterRealtimeDataQuery--; | 2778 buildCounterRealtimeDataQuery--; |
2779 return o; | 2779 return o; |
2780 } | 2780 } |
2781 | 2781 |
2782 checkRealtimeDataQuery(api.RealtimeDataQuery o) { | 2782 checkRealtimeDataQuery(api.RealtimeDataQuery o) { |
2783 buildCounterRealtimeDataQuery++; | 2783 buildCounterRealtimeDataQuery++; |
2784 if (buildCounterRealtimeDataQuery < 3) { | 2784 if (buildCounterRealtimeDataQuery < 3) { |
2785 unittest.expect(o.dimensions, unittest.equals('foo')); | 2785 unittest.expect(o.dimensions, unittest.equals('foo')); |
2786 unittest.expect(o.filters, unittest.equals('foo')); | 2786 unittest.expect(o.filters, unittest.equals('foo')); |
2787 unittest.expect(o.ids, unittest.equals('foo')); | 2787 unittest.expect(o.ids, unittest.equals('foo')); |
2788 unittest.expect(o.max_results, unittest.equals(42)); | 2788 unittest.expect(o.max_results, unittest.equals(42)); |
2789 checkUnnamed643(o.metrics); | 2789 checkUnnamed231(o.metrics); |
2790 checkUnnamed644(o.sort); | 2790 checkUnnamed232(o.sort); |
2791 } | 2791 } |
2792 buildCounterRealtimeDataQuery--; | 2792 buildCounterRealtimeDataQuery--; |
2793 } | 2793 } |
2794 | 2794 |
2795 buildUnnamed645() { | 2795 buildUnnamed233() { |
2796 var o = new core.List<core.String>(); | 2796 var o = new core.List<core.String>(); |
2797 o.add("foo"); | 2797 o.add("foo"); |
2798 o.add("foo"); | 2798 o.add("foo"); |
2799 return o; | 2799 return o; |
2800 } | 2800 } |
2801 | 2801 |
2802 checkUnnamed645(core.List<core.String> o) { | 2802 checkUnnamed233(core.List<core.String> o) { |
2803 unittest.expect(o, unittest.hasLength(2)); | 2803 unittest.expect(o, unittest.hasLength(2)); |
2804 unittest.expect(o[0], unittest.equals('foo')); | 2804 unittest.expect(o[0], unittest.equals('foo')); |
2805 unittest.expect(o[1], unittest.equals('foo')); | 2805 unittest.expect(o[1], unittest.equals('foo')); |
2806 } | 2806 } |
2807 | 2807 |
2808 buildUnnamed646() { | 2808 buildUnnamed234() { |
2809 var o = new core.List<core.List<core.String>>(); | 2809 var o = new core.List<core.List<core.String>>(); |
2810 o.add(buildUnnamed645()); | 2810 o.add(buildUnnamed233()); |
2811 o.add(buildUnnamed645()); | 2811 o.add(buildUnnamed233()); |
2812 return o; | 2812 return o; |
2813 } | 2813 } |
2814 | 2814 |
2815 checkUnnamed646(core.List<core.List<core.String>> o) { | 2815 checkUnnamed234(core.List<core.List<core.String>> o) { |
2816 unittest.expect(o, unittest.hasLength(2)); | 2816 unittest.expect(o, unittest.hasLength(2)); |
2817 checkUnnamed645(o[0]); | 2817 checkUnnamed233(o[0]); |
2818 checkUnnamed645(o[1]); | 2818 checkUnnamed233(o[1]); |
2819 } | 2819 } |
2820 | 2820 |
2821 buildUnnamed647() { | 2821 buildUnnamed235() { |
2822 var o = new core.Map<core.String, core.String>(); | 2822 var o = new core.Map<core.String, core.String>(); |
2823 o["x"] = "foo"; | 2823 o["x"] = "foo"; |
2824 o["y"] = "foo"; | 2824 o["y"] = "foo"; |
2825 return o; | 2825 return o; |
2826 } | 2826 } |
2827 | 2827 |
2828 checkUnnamed647(core.Map<core.String, core.String> o) { | 2828 checkUnnamed235(core.Map<core.String, core.String> o) { |
2829 unittest.expect(o, unittest.hasLength(2)); | 2829 unittest.expect(o, unittest.hasLength(2)); |
2830 unittest.expect(o["x"], unittest.equals('foo')); | 2830 unittest.expect(o["x"], unittest.equals('foo')); |
2831 unittest.expect(o["y"], unittest.equals('foo')); | 2831 unittest.expect(o["y"], unittest.equals('foo')); |
2832 } | 2832 } |
2833 | 2833 |
2834 core.int buildCounterRealtimeData = 0; | 2834 core.int buildCounterRealtimeData = 0; |
2835 buildRealtimeData() { | 2835 buildRealtimeData() { |
2836 var o = new api.RealtimeData(); | 2836 var o = new api.RealtimeData(); |
2837 buildCounterRealtimeData++; | 2837 buildCounterRealtimeData++; |
2838 if (buildCounterRealtimeData < 3) { | 2838 if (buildCounterRealtimeData < 3) { |
2839 o.columnHeaders = buildUnnamed642(); | 2839 o.columnHeaders = buildUnnamed230(); |
2840 o.id = "foo"; | 2840 o.id = "foo"; |
2841 o.kind = "foo"; | 2841 o.kind = "foo"; |
2842 o.profileInfo = buildRealtimeDataProfileInfo(); | 2842 o.profileInfo = buildRealtimeDataProfileInfo(); |
2843 o.query = buildRealtimeDataQuery(); | 2843 o.query = buildRealtimeDataQuery(); |
2844 o.rows = buildUnnamed646(); | 2844 o.rows = buildUnnamed234(); |
2845 o.selfLink = "foo"; | 2845 o.selfLink = "foo"; |
2846 o.totalResults = 42; | 2846 o.totalResults = 42; |
2847 o.totalsForAllResults = buildUnnamed647(); | 2847 o.totalsForAllResults = buildUnnamed235(); |
2848 } | 2848 } |
2849 buildCounterRealtimeData--; | 2849 buildCounterRealtimeData--; |
2850 return o; | 2850 return o; |
2851 } | 2851 } |
2852 | 2852 |
2853 checkRealtimeData(api.RealtimeData o) { | 2853 checkRealtimeData(api.RealtimeData o) { |
2854 buildCounterRealtimeData++; | 2854 buildCounterRealtimeData++; |
2855 if (buildCounterRealtimeData < 3) { | 2855 if (buildCounterRealtimeData < 3) { |
2856 checkUnnamed642(o.columnHeaders); | 2856 checkUnnamed230(o.columnHeaders); |
2857 unittest.expect(o.id, unittest.equals('foo')); | 2857 unittest.expect(o.id, unittest.equals('foo')); |
2858 unittest.expect(o.kind, unittest.equals('foo')); | 2858 unittest.expect(o.kind, unittest.equals('foo')); |
2859 checkRealtimeDataProfileInfo(o.profileInfo); | 2859 checkRealtimeDataProfileInfo(o.profileInfo); |
2860 checkRealtimeDataQuery(o.query); | 2860 checkRealtimeDataQuery(o.query); |
2861 checkUnnamed646(o.rows); | 2861 checkUnnamed234(o.rows); |
2862 unittest.expect(o.selfLink, unittest.equals('foo')); | 2862 unittest.expect(o.selfLink, unittest.equals('foo')); |
2863 unittest.expect(o.totalResults, unittest.equals(42)); | 2863 unittest.expect(o.totalResults, unittest.equals(42)); |
2864 checkUnnamed647(o.totalsForAllResults); | 2864 checkUnnamed235(o.totalsForAllResults); |
2865 } | 2865 } |
2866 buildCounterRealtimeData--; | 2866 buildCounterRealtimeData--; |
2867 } | 2867 } |
2868 | 2868 |
2869 core.int buildCounterSegment = 0; | 2869 core.int buildCounterSegment = 0; |
2870 buildSegment() { | 2870 buildSegment() { |
2871 var o = new api.Segment(); | 2871 var o = new api.Segment(); |
2872 buildCounterSegment++; | 2872 buildCounterSegment++; |
2873 if (buildCounterSegment < 3) { | 2873 if (buildCounterSegment < 3) { |
2874 o.created = core.DateTime.parse("2002-02-27T14:01:02"); | 2874 o.created = core.DateTime.parse("2002-02-27T14:01:02"); |
(...skipping 19 matching lines...) Expand all Loading... |
2894 unittest.expect(o.kind, unittest.equals('foo')); | 2894 unittest.expect(o.kind, unittest.equals('foo')); |
2895 unittest.expect(o.name, unittest.equals('foo')); | 2895 unittest.expect(o.name, unittest.equals('foo')); |
2896 unittest.expect(o.segmentId, unittest.equals('foo')); | 2896 unittest.expect(o.segmentId, unittest.equals('foo')); |
2897 unittest.expect(o.selfLink, unittest.equals('foo')); | 2897 unittest.expect(o.selfLink, unittest.equals('foo')); |
2898 unittest.expect(o.type, unittest.equals('foo')); | 2898 unittest.expect(o.type, unittest.equals('foo')); |
2899 unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T1
4:01:02"))); | 2899 unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T1
4:01:02"))); |
2900 } | 2900 } |
2901 buildCounterSegment--; | 2901 buildCounterSegment--; |
2902 } | 2902 } |
2903 | 2903 |
2904 buildUnnamed648() { | 2904 buildUnnamed236() { |
2905 var o = new core.List<api.Segment>(); | 2905 var o = new core.List<api.Segment>(); |
2906 o.add(buildSegment()); | 2906 o.add(buildSegment()); |
2907 o.add(buildSegment()); | 2907 o.add(buildSegment()); |
2908 return o; | 2908 return o; |
2909 } | 2909 } |
2910 | 2910 |
2911 checkUnnamed648(core.List<api.Segment> o) { | 2911 checkUnnamed236(core.List<api.Segment> o) { |
2912 unittest.expect(o, unittest.hasLength(2)); | 2912 unittest.expect(o, unittest.hasLength(2)); |
2913 checkSegment(o[0]); | 2913 checkSegment(o[0]); |
2914 checkSegment(o[1]); | 2914 checkSegment(o[1]); |
2915 } | 2915 } |
2916 | 2916 |
2917 core.int buildCounterSegments = 0; | 2917 core.int buildCounterSegments = 0; |
2918 buildSegments() { | 2918 buildSegments() { |
2919 var o = new api.Segments(); | 2919 var o = new api.Segments(); |
2920 buildCounterSegments++; | 2920 buildCounterSegments++; |
2921 if (buildCounterSegments < 3) { | 2921 if (buildCounterSegments < 3) { |
2922 o.items = buildUnnamed648(); | 2922 o.items = buildUnnamed236(); |
2923 o.itemsPerPage = 42; | 2923 o.itemsPerPage = 42; |
2924 o.kind = "foo"; | 2924 o.kind = "foo"; |
2925 o.nextLink = "foo"; | 2925 o.nextLink = "foo"; |
2926 o.previousLink = "foo"; | 2926 o.previousLink = "foo"; |
2927 o.startIndex = 42; | 2927 o.startIndex = 42; |
2928 o.totalResults = 42; | 2928 o.totalResults = 42; |
2929 o.username = "foo"; | 2929 o.username = "foo"; |
2930 } | 2930 } |
2931 buildCounterSegments--; | 2931 buildCounterSegments--; |
2932 return o; | 2932 return o; |
2933 } | 2933 } |
2934 | 2934 |
2935 checkSegments(api.Segments o) { | 2935 checkSegments(api.Segments o) { |
2936 buildCounterSegments++; | 2936 buildCounterSegments++; |
2937 if (buildCounterSegments < 3) { | 2937 if (buildCounterSegments < 3) { |
2938 checkUnnamed648(o.items); | 2938 checkUnnamed236(o.items); |
2939 unittest.expect(o.itemsPerPage, unittest.equals(42)); | 2939 unittest.expect(o.itemsPerPage, unittest.equals(42)); |
2940 unittest.expect(o.kind, unittest.equals('foo')); | 2940 unittest.expect(o.kind, unittest.equals('foo')); |
2941 unittest.expect(o.nextLink, unittest.equals('foo')); | 2941 unittest.expect(o.nextLink, unittest.equals('foo')); |
2942 unittest.expect(o.previousLink, unittest.equals('foo')); | 2942 unittest.expect(o.previousLink, unittest.equals('foo')); |
2943 unittest.expect(o.startIndex, unittest.equals(42)); | 2943 unittest.expect(o.startIndex, unittest.equals(42)); |
2944 unittest.expect(o.totalResults, unittest.equals(42)); | 2944 unittest.expect(o.totalResults, unittest.equals(42)); |
2945 unittest.expect(o.username, unittest.equals('foo')); | 2945 unittest.expect(o.username, unittest.equals('foo')); |
2946 } | 2946 } |
2947 buildCounterSegments--; | 2947 buildCounterSegments--; |
2948 } | 2948 } |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3035 unittest.expect(o.selfLink, unittest.equals('foo')); | 3035 unittest.expect(o.selfLink, unittest.equals('foo')); |
3036 unittest.expect(o.start_date, unittest.equals('foo')); | 3036 unittest.expect(o.start_date, unittest.equals('foo')); |
3037 unittest.expect(o.status, unittest.equals('foo')); | 3037 unittest.expect(o.status, unittest.equals('foo')); |
3038 unittest.expect(o.title, unittest.equals('foo')); | 3038 unittest.expect(o.title, unittest.equals('foo')); |
3039 unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T1
4:01:02"))); | 3039 unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T1
4:01:02"))); |
3040 unittest.expect(o.webPropertyId, unittest.equals('foo')); | 3040 unittest.expect(o.webPropertyId, unittest.equals('foo')); |
3041 } | 3041 } |
3042 buildCounterUnsampledReport--; | 3042 buildCounterUnsampledReport--; |
3043 } | 3043 } |
3044 | 3044 |
3045 buildUnnamed649() { | 3045 buildUnnamed237() { |
3046 var o = new core.List<api.UnsampledReport>(); | 3046 var o = new core.List<api.UnsampledReport>(); |
3047 o.add(buildUnsampledReport()); | 3047 o.add(buildUnsampledReport()); |
3048 o.add(buildUnsampledReport()); | 3048 o.add(buildUnsampledReport()); |
3049 return o; | 3049 return o; |
3050 } | 3050 } |
3051 | 3051 |
3052 checkUnnamed649(core.List<api.UnsampledReport> o) { | 3052 checkUnnamed237(core.List<api.UnsampledReport> o) { |
3053 unittest.expect(o, unittest.hasLength(2)); | 3053 unittest.expect(o, unittest.hasLength(2)); |
3054 checkUnsampledReport(o[0]); | 3054 checkUnsampledReport(o[0]); |
3055 checkUnsampledReport(o[1]); | 3055 checkUnsampledReport(o[1]); |
3056 } | 3056 } |
3057 | 3057 |
3058 core.int buildCounterUnsampledReports = 0; | 3058 core.int buildCounterUnsampledReports = 0; |
3059 buildUnsampledReports() { | 3059 buildUnsampledReports() { |
3060 var o = new api.UnsampledReports(); | 3060 var o = new api.UnsampledReports(); |
3061 buildCounterUnsampledReports++; | 3061 buildCounterUnsampledReports++; |
3062 if (buildCounterUnsampledReports < 3) { | 3062 if (buildCounterUnsampledReports < 3) { |
3063 o.items = buildUnnamed649(); | 3063 o.items = buildUnnamed237(); |
3064 o.itemsPerPage = 42; | 3064 o.itemsPerPage = 42; |
3065 o.kind = "foo"; | 3065 o.kind = "foo"; |
3066 o.nextLink = "foo"; | 3066 o.nextLink = "foo"; |
3067 o.previousLink = "foo"; | 3067 o.previousLink = "foo"; |
3068 o.startIndex = 42; | 3068 o.startIndex = 42; |
3069 o.totalResults = 42; | 3069 o.totalResults = 42; |
3070 o.username = "foo"; | 3070 o.username = "foo"; |
3071 } | 3071 } |
3072 buildCounterUnsampledReports--; | 3072 buildCounterUnsampledReports--; |
3073 return o; | 3073 return o; |
3074 } | 3074 } |
3075 | 3075 |
3076 checkUnsampledReports(api.UnsampledReports o) { | 3076 checkUnsampledReports(api.UnsampledReports o) { |
3077 buildCounterUnsampledReports++; | 3077 buildCounterUnsampledReports++; |
3078 if (buildCounterUnsampledReports < 3) { | 3078 if (buildCounterUnsampledReports < 3) { |
3079 checkUnnamed649(o.items); | 3079 checkUnnamed237(o.items); |
3080 unittest.expect(o.itemsPerPage, unittest.equals(42)); | 3080 unittest.expect(o.itemsPerPage, unittest.equals(42)); |
3081 unittest.expect(o.kind, unittest.equals('foo')); | 3081 unittest.expect(o.kind, unittest.equals('foo')); |
3082 unittest.expect(o.nextLink, unittest.equals('foo')); | 3082 unittest.expect(o.nextLink, unittest.equals('foo')); |
3083 unittest.expect(o.previousLink, unittest.equals('foo')); | 3083 unittest.expect(o.previousLink, unittest.equals('foo')); |
3084 unittest.expect(o.startIndex, unittest.equals(42)); | 3084 unittest.expect(o.startIndex, unittest.equals(42)); |
3085 unittest.expect(o.totalResults, unittest.equals(42)); | 3085 unittest.expect(o.totalResults, unittest.equals(42)); |
3086 unittest.expect(o.username, unittest.equals('foo')); | 3086 unittest.expect(o.username, unittest.equals('foo')); |
3087 } | 3087 } |
3088 buildCounterUnsampledReports--; | 3088 buildCounterUnsampledReports--; |
3089 } | 3089 } |
3090 | 3090 |
3091 buildUnnamed650() { | 3091 buildUnnamed238() { |
3092 var o = new core.List<core.String>(); | 3092 var o = new core.List<core.String>(); |
3093 o.add("foo"); | 3093 o.add("foo"); |
3094 o.add("foo"); | 3094 o.add("foo"); |
3095 return o; | 3095 return o; |
3096 } | 3096 } |
3097 | 3097 |
3098 checkUnnamed650(core.List<core.String> o) { | 3098 checkUnnamed238(core.List<core.String> o) { |
3099 unittest.expect(o, unittest.hasLength(2)); | 3099 unittest.expect(o, unittest.hasLength(2)); |
3100 unittest.expect(o[0], unittest.equals('foo')); | 3100 unittest.expect(o[0], unittest.equals('foo')); |
3101 unittest.expect(o[1], unittest.equals('foo')); | 3101 unittest.expect(o[1], unittest.equals('foo')); |
3102 } | 3102 } |
3103 | 3103 |
3104 core.int buildCounterUpload = 0; | 3104 core.int buildCounterUpload = 0; |
3105 buildUpload() { | 3105 buildUpload() { |
3106 var o = new api.Upload(); | 3106 var o = new api.Upload(); |
3107 buildCounterUpload++; | 3107 buildCounterUpload++; |
3108 if (buildCounterUpload < 3) { | 3108 if (buildCounterUpload < 3) { |
3109 o.accountId = "foo"; | 3109 o.accountId = "foo"; |
3110 o.customDataSourceId = "foo"; | 3110 o.customDataSourceId = "foo"; |
3111 o.errors = buildUnnamed650(); | 3111 o.errors = buildUnnamed238(); |
3112 o.id = "foo"; | 3112 o.id = "foo"; |
3113 o.kind = "foo"; | 3113 o.kind = "foo"; |
3114 o.status = "foo"; | 3114 o.status = "foo"; |
3115 } | 3115 } |
3116 buildCounterUpload--; | 3116 buildCounterUpload--; |
3117 return o; | 3117 return o; |
3118 } | 3118 } |
3119 | 3119 |
3120 checkUpload(api.Upload o) { | 3120 checkUpload(api.Upload o) { |
3121 buildCounterUpload++; | 3121 buildCounterUpload++; |
3122 if (buildCounterUpload < 3) { | 3122 if (buildCounterUpload < 3) { |
3123 unittest.expect(o.accountId, unittest.equals('foo')); | 3123 unittest.expect(o.accountId, unittest.equals('foo')); |
3124 unittest.expect(o.customDataSourceId, unittest.equals('foo')); | 3124 unittest.expect(o.customDataSourceId, unittest.equals('foo')); |
3125 checkUnnamed650(o.errors); | 3125 checkUnnamed238(o.errors); |
3126 unittest.expect(o.id, unittest.equals('foo')); | 3126 unittest.expect(o.id, unittest.equals('foo')); |
3127 unittest.expect(o.kind, unittest.equals('foo')); | 3127 unittest.expect(o.kind, unittest.equals('foo')); |
3128 unittest.expect(o.status, unittest.equals('foo')); | 3128 unittest.expect(o.status, unittest.equals('foo')); |
3129 } | 3129 } |
3130 buildCounterUpload--; | 3130 buildCounterUpload--; |
3131 } | 3131 } |
3132 | 3132 |
3133 buildUnnamed651() { | 3133 buildUnnamed239() { |
3134 var o = new core.List<api.Upload>(); | 3134 var o = new core.List<api.Upload>(); |
3135 o.add(buildUpload()); | 3135 o.add(buildUpload()); |
3136 o.add(buildUpload()); | 3136 o.add(buildUpload()); |
3137 return o; | 3137 return o; |
3138 } | 3138 } |
3139 | 3139 |
3140 checkUnnamed651(core.List<api.Upload> o) { | 3140 checkUnnamed239(core.List<api.Upload> o) { |
3141 unittest.expect(o, unittest.hasLength(2)); | 3141 unittest.expect(o, unittest.hasLength(2)); |
3142 checkUpload(o[0]); | 3142 checkUpload(o[0]); |
3143 checkUpload(o[1]); | 3143 checkUpload(o[1]); |
3144 } | 3144 } |
3145 | 3145 |
3146 core.int buildCounterUploads = 0; | 3146 core.int buildCounterUploads = 0; |
3147 buildUploads() { | 3147 buildUploads() { |
3148 var o = new api.Uploads(); | 3148 var o = new api.Uploads(); |
3149 buildCounterUploads++; | 3149 buildCounterUploads++; |
3150 if (buildCounterUploads < 3) { | 3150 if (buildCounterUploads < 3) { |
3151 o.items = buildUnnamed651(); | 3151 o.items = buildUnnamed239(); |
3152 o.itemsPerPage = 42; | 3152 o.itemsPerPage = 42; |
3153 o.kind = "foo"; | 3153 o.kind = "foo"; |
3154 o.nextLink = "foo"; | 3154 o.nextLink = "foo"; |
3155 o.previousLink = "foo"; | 3155 o.previousLink = "foo"; |
3156 o.startIndex = 42; | 3156 o.startIndex = 42; |
3157 o.totalResults = 42; | 3157 o.totalResults = 42; |
3158 } | 3158 } |
3159 buildCounterUploads--; | 3159 buildCounterUploads--; |
3160 return o; | 3160 return o; |
3161 } | 3161 } |
3162 | 3162 |
3163 checkUploads(api.Uploads o) { | 3163 checkUploads(api.Uploads o) { |
3164 buildCounterUploads++; | 3164 buildCounterUploads++; |
3165 if (buildCounterUploads < 3) { | 3165 if (buildCounterUploads < 3) { |
3166 checkUnnamed651(o.items); | 3166 checkUnnamed239(o.items); |
3167 unittest.expect(o.itemsPerPage, unittest.equals(42)); | 3167 unittest.expect(o.itemsPerPage, unittest.equals(42)); |
3168 unittest.expect(o.kind, unittest.equals('foo')); | 3168 unittest.expect(o.kind, unittest.equals('foo')); |
3169 unittest.expect(o.nextLink, unittest.equals('foo')); | 3169 unittest.expect(o.nextLink, unittest.equals('foo')); |
3170 unittest.expect(o.previousLink, unittest.equals('foo')); | 3170 unittest.expect(o.previousLink, unittest.equals('foo')); |
3171 unittest.expect(o.startIndex, unittest.equals(42)); | 3171 unittest.expect(o.startIndex, unittest.equals(42)); |
3172 unittest.expect(o.totalResults, unittest.equals(42)); | 3172 unittest.expect(o.totalResults, unittest.equals(42)); |
3173 } | 3173 } |
3174 buildCounterUploads--; | 3174 buildCounterUploads--; |
3175 } | 3175 } |
3176 | 3176 |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3219 unittest.expect(o.accountId, unittest.equals('foo')); | 3219 unittest.expect(o.accountId, unittest.equals('foo')); |
3220 unittest.expect(o.href, unittest.equals('foo')); | 3220 unittest.expect(o.href, unittest.equals('foo')); |
3221 unittest.expect(o.id, unittest.equals('foo')); | 3221 unittest.expect(o.id, unittest.equals('foo')); |
3222 unittest.expect(o.internalWebPropertyId, unittest.equals('foo')); | 3222 unittest.expect(o.internalWebPropertyId, unittest.equals('foo')); |
3223 unittest.expect(o.kind, unittest.equals('foo')); | 3223 unittest.expect(o.kind, unittest.equals('foo')); |
3224 unittest.expect(o.name, unittest.equals('foo')); | 3224 unittest.expect(o.name, unittest.equals('foo')); |
3225 } | 3225 } |
3226 buildCounterWebPropertyRef--; | 3226 buildCounterWebPropertyRef--; |
3227 } | 3227 } |
3228 | 3228 |
3229 buildUnnamed652() { | 3229 buildUnnamed240() { |
3230 var o = new core.List<api.ProfileSummary>(); | 3230 var o = new core.List<api.ProfileSummary>(); |
3231 o.add(buildProfileSummary()); | 3231 o.add(buildProfileSummary()); |
3232 o.add(buildProfileSummary()); | 3232 o.add(buildProfileSummary()); |
3233 return o; | 3233 return o; |
3234 } | 3234 } |
3235 | 3235 |
3236 checkUnnamed652(core.List<api.ProfileSummary> o) { | 3236 checkUnnamed240(core.List<api.ProfileSummary> o) { |
3237 unittest.expect(o, unittest.hasLength(2)); | 3237 unittest.expect(o, unittest.hasLength(2)); |
3238 checkProfileSummary(o[0]); | 3238 checkProfileSummary(o[0]); |
3239 checkProfileSummary(o[1]); | 3239 checkProfileSummary(o[1]); |
3240 } | 3240 } |
3241 | 3241 |
3242 core.int buildCounterWebPropertySummary = 0; | 3242 core.int buildCounterWebPropertySummary = 0; |
3243 buildWebPropertySummary() { | 3243 buildWebPropertySummary() { |
3244 var o = new api.WebPropertySummary(); | 3244 var o = new api.WebPropertySummary(); |
3245 buildCounterWebPropertySummary++; | 3245 buildCounterWebPropertySummary++; |
3246 if (buildCounterWebPropertySummary < 3) { | 3246 if (buildCounterWebPropertySummary < 3) { |
3247 o.id = "foo"; | 3247 o.id = "foo"; |
3248 o.internalWebPropertyId = "foo"; | 3248 o.internalWebPropertyId = "foo"; |
3249 o.kind = "foo"; | 3249 o.kind = "foo"; |
3250 o.level = "foo"; | 3250 o.level = "foo"; |
3251 o.name = "foo"; | 3251 o.name = "foo"; |
3252 o.profiles = buildUnnamed652(); | 3252 o.profiles = buildUnnamed240(); |
3253 o.websiteUrl = "foo"; | 3253 o.websiteUrl = "foo"; |
3254 } | 3254 } |
3255 buildCounterWebPropertySummary--; | 3255 buildCounterWebPropertySummary--; |
3256 return o; | 3256 return o; |
3257 } | 3257 } |
3258 | 3258 |
3259 checkWebPropertySummary(api.WebPropertySummary o) { | 3259 checkWebPropertySummary(api.WebPropertySummary o) { |
3260 buildCounterWebPropertySummary++; | 3260 buildCounterWebPropertySummary++; |
3261 if (buildCounterWebPropertySummary < 3) { | 3261 if (buildCounterWebPropertySummary < 3) { |
3262 unittest.expect(o.id, unittest.equals('foo')); | 3262 unittest.expect(o.id, unittest.equals('foo')); |
3263 unittest.expect(o.internalWebPropertyId, unittest.equals('foo')); | 3263 unittest.expect(o.internalWebPropertyId, unittest.equals('foo')); |
3264 unittest.expect(o.kind, unittest.equals('foo')); | 3264 unittest.expect(o.kind, unittest.equals('foo')); |
3265 unittest.expect(o.level, unittest.equals('foo')); | 3265 unittest.expect(o.level, unittest.equals('foo')); |
3266 unittest.expect(o.name, unittest.equals('foo')); | 3266 unittest.expect(o.name, unittest.equals('foo')); |
3267 checkUnnamed652(o.profiles); | 3267 checkUnnamed240(o.profiles); |
3268 unittest.expect(o.websiteUrl, unittest.equals('foo')); | 3268 unittest.expect(o.websiteUrl, unittest.equals('foo')); |
3269 } | 3269 } |
3270 buildCounterWebPropertySummary--; | 3270 buildCounterWebPropertySummary--; |
3271 } | 3271 } |
3272 | 3272 |
3273 buildUnnamed653() { | 3273 buildUnnamed241() { |
3274 var o = new core.List<api.Webproperty>(); | 3274 var o = new core.List<api.Webproperty>(); |
3275 o.add(buildWebproperty()); | 3275 o.add(buildWebproperty()); |
3276 o.add(buildWebproperty()); | 3276 o.add(buildWebproperty()); |
3277 return o; | 3277 return o; |
3278 } | 3278 } |
3279 | 3279 |
3280 checkUnnamed653(core.List<api.Webproperty> o) { | 3280 checkUnnamed241(core.List<api.Webproperty> o) { |
3281 unittest.expect(o, unittest.hasLength(2)); | 3281 unittest.expect(o, unittest.hasLength(2)); |
3282 checkWebproperty(o[0]); | 3282 checkWebproperty(o[0]); |
3283 checkWebproperty(o[1]); | 3283 checkWebproperty(o[1]); |
3284 } | 3284 } |
3285 | 3285 |
3286 core.int buildCounterWebproperties = 0; | 3286 core.int buildCounterWebproperties = 0; |
3287 buildWebproperties() { | 3287 buildWebproperties() { |
3288 var o = new api.Webproperties(); | 3288 var o = new api.Webproperties(); |
3289 buildCounterWebproperties++; | 3289 buildCounterWebproperties++; |
3290 if (buildCounterWebproperties < 3) { | 3290 if (buildCounterWebproperties < 3) { |
3291 o.items = buildUnnamed653(); | 3291 o.items = buildUnnamed241(); |
3292 o.itemsPerPage = 42; | 3292 o.itemsPerPage = 42; |
3293 o.kind = "foo"; | 3293 o.kind = "foo"; |
3294 o.nextLink = "foo"; | 3294 o.nextLink = "foo"; |
3295 o.previousLink = "foo"; | 3295 o.previousLink = "foo"; |
3296 o.startIndex = 42; | 3296 o.startIndex = 42; |
3297 o.totalResults = 42; | 3297 o.totalResults = 42; |
3298 o.username = "foo"; | 3298 o.username = "foo"; |
3299 } | 3299 } |
3300 buildCounterWebproperties--; | 3300 buildCounterWebproperties--; |
3301 return o; | 3301 return o; |
3302 } | 3302 } |
3303 | 3303 |
3304 checkWebproperties(api.Webproperties o) { | 3304 checkWebproperties(api.Webproperties o) { |
3305 buildCounterWebproperties++; | 3305 buildCounterWebproperties++; |
3306 if (buildCounterWebproperties < 3) { | 3306 if (buildCounterWebproperties < 3) { |
3307 checkUnnamed653(o.items); | 3307 checkUnnamed241(o.items); |
3308 unittest.expect(o.itemsPerPage, unittest.equals(42)); | 3308 unittest.expect(o.itemsPerPage, unittest.equals(42)); |
3309 unittest.expect(o.kind, unittest.equals('foo')); | 3309 unittest.expect(o.kind, unittest.equals('foo')); |
3310 unittest.expect(o.nextLink, unittest.equals('foo')); | 3310 unittest.expect(o.nextLink, unittest.equals('foo')); |
3311 unittest.expect(o.previousLink, unittest.equals('foo')); | 3311 unittest.expect(o.previousLink, unittest.equals('foo')); |
3312 unittest.expect(o.startIndex, unittest.equals(42)); | 3312 unittest.expect(o.startIndex, unittest.equals(42)); |
3313 unittest.expect(o.totalResults, unittest.equals(42)); | 3313 unittest.expect(o.totalResults, unittest.equals(42)); |
3314 unittest.expect(o.username, unittest.equals('foo')); | 3314 unittest.expect(o.username, unittest.equals('foo')); |
3315 } | 3315 } |
3316 buildCounterWebproperties--; | 3316 buildCounterWebproperties--; |
3317 } | 3317 } |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3351 | 3351 |
3352 checkWebpropertyParentLink(api.WebpropertyParentLink o) { | 3352 checkWebpropertyParentLink(api.WebpropertyParentLink o) { |
3353 buildCounterWebpropertyParentLink++; | 3353 buildCounterWebpropertyParentLink++; |
3354 if (buildCounterWebpropertyParentLink < 3) { | 3354 if (buildCounterWebpropertyParentLink < 3) { |
3355 unittest.expect(o.href, unittest.equals('foo')); | 3355 unittest.expect(o.href, unittest.equals('foo')); |
3356 unittest.expect(o.type, unittest.equals('foo')); | 3356 unittest.expect(o.type, unittest.equals('foo')); |
3357 } | 3357 } |
3358 buildCounterWebpropertyParentLink--; | 3358 buildCounterWebpropertyParentLink--; |
3359 } | 3359 } |
3360 | 3360 |
3361 buildUnnamed654() { | 3361 buildUnnamed242() { |
3362 var o = new core.List<core.String>(); | 3362 var o = new core.List<core.String>(); |
3363 o.add("foo"); | 3363 o.add("foo"); |
3364 o.add("foo"); | 3364 o.add("foo"); |
3365 return o; | 3365 return o; |
3366 } | 3366 } |
3367 | 3367 |
3368 checkUnnamed654(core.List<core.String> o) { | 3368 checkUnnamed242(core.List<core.String> o) { |
3369 unittest.expect(o, unittest.hasLength(2)); | 3369 unittest.expect(o, unittest.hasLength(2)); |
3370 unittest.expect(o[0], unittest.equals('foo')); | 3370 unittest.expect(o[0], unittest.equals('foo')); |
3371 unittest.expect(o[1], unittest.equals('foo')); | 3371 unittest.expect(o[1], unittest.equals('foo')); |
3372 } | 3372 } |
3373 | 3373 |
3374 core.int buildCounterWebpropertyPermissions = 0; | 3374 core.int buildCounterWebpropertyPermissions = 0; |
3375 buildWebpropertyPermissions() { | 3375 buildWebpropertyPermissions() { |
3376 var o = new api.WebpropertyPermissions(); | 3376 var o = new api.WebpropertyPermissions(); |
3377 buildCounterWebpropertyPermissions++; | 3377 buildCounterWebpropertyPermissions++; |
3378 if (buildCounterWebpropertyPermissions < 3) { | 3378 if (buildCounterWebpropertyPermissions < 3) { |
3379 o.effective = buildUnnamed654(); | 3379 o.effective = buildUnnamed242(); |
3380 } | 3380 } |
3381 buildCounterWebpropertyPermissions--; | 3381 buildCounterWebpropertyPermissions--; |
3382 return o; | 3382 return o; |
3383 } | 3383 } |
3384 | 3384 |
3385 checkWebpropertyPermissions(api.WebpropertyPermissions o) { | 3385 checkWebpropertyPermissions(api.WebpropertyPermissions o) { |
3386 buildCounterWebpropertyPermissions++; | 3386 buildCounterWebpropertyPermissions++; |
3387 if (buildCounterWebpropertyPermissions < 3) { | 3387 if (buildCounterWebpropertyPermissions < 3) { |
3388 checkUnnamed654(o.effective); | 3388 checkUnnamed242(o.effective); |
3389 } | 3389 } |
3390 buildCounterWebpropertyPermissions--; | 3390 buildCounterWebpropertyPermissions--; |
3391 } | 3391 } |
3392 | 3392 |
3393 core.int buildCounterWebproperty = 0; | 3393 core.int buildCounterWebproperty = 0; |
3394 buildWebproperty() { | 3394 buildWebproperty() { |
3395 var o = new api.Webproperty(); | 3395 var o = new api.Webproperty(); |
3396 buildCounterWebproperty++; | 3396 buildCounterWebproperty++; |
3397 if (buildCounterWebproperty < 3) { | 3397 if (buildCounterWebproperty < 3) { |
3398 o.accountId = "foo"; | 3398 o.accountId = "foo"; |
(...skipping 5758 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9157 res.createAccountTicket(arg_request).then(unittest.expectAsync(((api.Accou
ntTicket response) { | 9157 res.createAccountTicket(arg_request).then(unittest.expectAsync(((api.Accou
ntTicket response) { |
9158 checkAccountTicket(response); | 9158 checkAccountTicket(response); |
9159 }))); | 9159 }))); |
9160 }); | 9160 }); |
9161 | 9161 |
9162 }); | 9162 }); |
9163 | 9163 |
9164 | 9164 |
9165 } | 9165 } |
9166 | 9166 |
OLD | NEW |