Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Side by Side Diff: generated/googleapis/test/freebase/v1_test.dart

Issue 798373003: Api roll 8: 2014-12-15 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 library googleapis.freebase.v1.test; 1 library googleapis.freebase.v1.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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 if (buildCounterReconcileCandidate < 3) { 57 if (buildCounterReconcileCandidate < 3) {
58 unittest.expect(o.confidence, unittest.equals(42.0)); 58 unittest.expect(o.confidence, unittest.equals(42.0));
59 unittest.expect(o.lang, unittest.equals('foo')); 59 unittest.expect(o.lang, unittest.equals('foo'));
60 unittest.expect(o.mid, unittest.equals('foo')); 60 unittest.expect(o.mid, unittest.equals('foo'));
61 unittest.expect(o.name, unittest.equals('foo')); 61 unittest.expect(o.name, unittest.equals('foo'));
62 checkReconcileCandidateNotable(o.notable); 62 checkReconcileCandidateNotable(o.notable);
63 } 63 }
64 buildCounterReconcileCandidate--; 64 buildCounterReconcileCandidate--;
65 } 65 }
66 66
67 buildUnnamed766() { 67 buildUnnamed762() {
68 var o = new core.List<api.ReconcileCandidate>(); 68 var o = new core.List<api.ReconcileCandidate>();
69 o.add(buildReconcileCandidate()); 69 o.add(buildReconcileCandidate());
70 o.add(buildReconcileCandidate()); 70 o.add(buildReconcileCandidate());
71 return o; 71 return o;
72 } 72 }
73 73
74 checkUnnamed766(core.List<api.ReconcileCandidate> o) { 74 checkUnnamed762(core.List<api.ReconcileCandidate> o) {
75 unittest.expect(o, unittest.hasLength(2)); 75 unittest.expect(o, unittest.hasLength(2));
76 checkReconcileCandidate(o[0]); 76 checkReconcileCandidate(o[0]);
77 checkReconcileCandidate(o[1]); 77 checkReconcileCandidate(o[1]);
78 } 78 }
79 79
80 core.int buildCounterReconcileGetCosts = 0; 80 core.int buildCounterReconcileGetCosts = 0;
81 buildReconcileGetCosts() { 81 buildReconcileGetCosts() {
82 var o = new api.ReconcileGetCosts(); 82 var o = new api.ReconcileGetCosts();
83 buildCounterReconcileGetCosts++; 83 buildCounterReconcileGetCosts++;
84 if (buildCounterReconcileGetCosts < 3) { 84 if (buildCounterReconcileGetCosts < 3) {
(...skipping 29 matching lines...) Expand all
114 checkReconcileGetWarning(api.ReconcileGetWarning o) { 114 checkReconcileGetWarning(api.ReconcileGetWarning o) {
115 buildCounterReconcileGetWarning++; 115 buildCounterReconcileGetWarning++;
116 if (buildCounterReconcileGetWarning < 3) { 116 if (buildCounterReconcileGetWarning < 3) {
117 unittest.expect(o.location, unittest.equals('foo')); 117 unittest.expect(o.location, unittest.equals('foo'));
118 unittest.expect(o.message, unittest.equals('foo')); 118 unittest.expect(o.message, unittest.equals('foo'));
119 unittest.expect(o.reason, unittest.equals('foo')); 119 unittest.expect(o.reason, unittest.equals('foo'));
120 } 120 }
121 buildCounterReconcileGetWarning--; 121 buildCounterReconcileGetWarning--;
122 } 122 }
123 123
124 buildUnnamed767() { 124 buildUnnamed763() {
125 var o = new core.List<api.ReconcileGetWarning>(); 125 var o = new core.List<api.ReconcileGetWarning>();
126 o.add(buildReconcileGetWarning()); 126 o.add(buildReconcileGetWarning());
127 o.add(buildReconcileGetWarning()); 127 o.add(buildReconcileGetWarning());
128 return o; 128 return o;
129 } 129 }
130 130
131 checkUnnamed767(core.List<api.ReconcileGetWarning> o) { 131 checkUnnamed763(core.List<api.ReconcileGetWarning> o) {
132 unittest.expect(o, unittest.hasLength(2)); 132 unittest.expect(o, unittest.hasLength(2));
133 checkReconcileGetWarning(o[0]); 133 checkReconcileGetWarning(o[0]);
134 checkReconcileGetWarning(o[1]); 134 checkReconcileGetWarning(o[1]);
135 } 135 }
136 136
137 core.int buildCounterReconcileGet = 0; 137 core.int buildCounterReconcileGet = 0;
138 buildReconcileGet() { 138 buildReconcileGet() {
139 var o = new api.ReconcileGet(); 139 var o = new api.ReconcileGet();
140 buildCounterReconcileGet++; 140 buildCounterReconcileGet++;
141 if (buildCounterReconcileGet < 3) { 141 if (buildCounterReconcileGet < 3) {
142 o.candidate = buildUnnamed766(); 142 o.candidate = buildUnnamed762();
143 o.costs = buildReconcileGetCosts(); 143 o.costs = buildReconcileGetCosts();
144 o.match = buildReconcileCandidate(); 144 o.match = buildReconcileCandidate();
145 o.warning = buildUnnamed767(); 145 o.warning = buildUnnamed763();
146 } 146 }
147 buildCounterReconcileGet--; 147 buildCounterReconcileGet--;
148 return o; 148 return o;
149 } 149 }
150 150
151 checkReconcileGet(api.ReconcileGet o) { 151 checkReconcileGet(api.ReconcileGet o) {
152 buildCounterReconcileGet++; 152 buildCounterReconcileGet++;
153 if (buildCounterReconcileGet < 3) { 153 if (buildCounterReconcileGet < 3) {
154 checkUnnamed766(o.candidate); 154 checkUnnamed762(o.candidate);
155 checkReconcileGetCosts(o.costs); 155 checkReconcileGetCosts(o.costs);
156 checkReconcileCandidate(o.match); 156 checkReconcileCandidate(o.match);
157 checkUnnamed767(o.warning); 157 checkUnnamed763(o.warning);
158 } 158 }
159 buildCounterReconcileGet--; 159 buildCounterReconcileGet--;
160 } 160 }
161 161
162 buildUnnamed764() {
163 var o = new core.List<core.String>();
164 o.add("foo");
165 o.add("foo");
166 return o;
167 }
168
169 checkUnnamed764(core.List<core.String> o) {
170 unittest.expect(o, unittest.hasLength(2));
171 unittest.expect(o[0], unittest.equals('foo'));
172 unittest.expect(o[1], unittest.equals('foo'));
173 }
174
175 buildUnnamed765() {
176 var o = new core.List<core.String>();
177 o.add("foo");
178 o.add("foo");
179 return o;
180 }
181
182 checkUnnamed765(core.List<core.String> o) {
183 unittest.expect(o, unittest.hasLength(2));
184 unittest.expect(o[0], unittest.equals('foo'));
185 unittest.expect(o[1], unittest.equals('foo'));
186 }
187
188 buildUnnamed766() {
189 var o = new core.List<core.String>();
190 o.add("foo");
191 o.add("foo");
192 return o;
193 }
194
195 checkUnnamed766(core.List<core.String> o) {
196 unittest.expect(o, unittest.hasLength(2));
197 unittest.expect(o[0], unittest.equals('foo'));
198 unittest.expect(o[1], unittest.equals('foo'));
199 }
200
201 buildUnnamed767() {
202 var o = new core.List<core.String>();
203 o.add("foo");
204 o.add("foo");
205 return o;
206 }
207
208 checkUnnamed767(core.List<core.String> o) {
209 unittest.expect(o, unittest.hasLength(2));
210 unittest.expect(o[0], unittest.equals('foo'));
211 unittest.expect(o[1], unittest.equals('foo'));
212 }
213
162 buildUnnamed768() { 214 buildUnnamed768() {
163 var o = new core.List<core.String>(); 215 var o = new core.List<core.String>();
164 o.add("foo"); 216 o.add("foo");
165 o.add("foo"); 217 o.add("foo");
166 return o; 218 return o;
167 } 219 }
168 220
169 checkUnnamed768(core.List<core.String> o) { 221 checkUnnamed768(core.List<core.String> o) {
170 unittest.expect(o, unittest.hasLength(2)); 222 unittest.expect(o, unittest.hasLength(2));
171 unittest.expect(o[0], unittest.equals('foo')); 223 unittest.expect(o[0], unittest.equals('foo'));
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 var o = new core.List<core.String>(); 280 var o = new core.List<core.String>();
229 o.add("foo"); 281 o.add("foo");
230 o.add("foo"); 282 o.add("foo");
231 return o; 283 return o;
232 } 284 }
233 285
234 checkUnnamed773(core.List<core.String> o) { 286 checkUnnamed773(core.List<core.String> o) {
235 unittest.expect(o, unittest.hasLength(2)); 287 unittest.expect(o, unittest.hasLength(2));
236 unittest.expect(o[0], unittest.equals('foo')); 288 unittest.expect(o[0], unittest.equals('foo'));
237 unittest.expect(o[1], unittest.equals('foo')); 289 unittest.expect(o[1], unittest.equals('foo'));
238 }
239
240 buildUnnamed774() {
241 var o = new core.List<core.String>();
242 o.add("foo");
243 o.add("foo");
244 return o;
245 }
246
247 checkUnnamed774(core.List<core.String> o) {
248 unittest.expect(o, unittest.hasLength(2));
249 unittest.expect(o[0], unittest.equals('foo'));
250 unittest.expect(o[1], unittest.equals('foo'));
251 }
252
253 buildUnnamed775() {
254 var o = new core.List<core.String>();
255 o.add("foo");
256 o.add("foo");
257 return o;
258 }
259
260 checkUnnamed775(core.List<core.String> o) {
261 unittest.expect(o, unittest.hasLength(2));
262 unittest.expect(o[0], unittest.equals('foo'));
263 unittest.expect(o[1], unittest.equals('foo'));
264 }
265
266 buildUnnamed776() {
267 var o = new core.List<core.String>();
268 o.add("foo");
269 o.add("foo");
270 return o;
271 }
272
273 checkUnnamed776(core.List<core.String> o) {
274 unittest.expect(o, unittest.hasLength(2));
275 unittest.expect(o[0], unittest.equals('foo'));
276 unittest.expect(o[1], unittest.equals('foo'));
277 }
278
279 buildUnnamed777() {
280 var o = new core.List<core.String>();
281 o.add("foo");
282 o.add("foo");
283 return o;
284 }
285
286 checkUnnamed777(core.List<core.String> o) {
287 unittest.expect(o, unittest.hasLength(2));
288 unittest.expect(o[0], unittest.equals('foo'));
289 unittest.expect(o[1], unittest.equals('foo'));
290 } 290 }
291 291
292 292
293 main() { 293 main() {
294 unittest.group("obj-schema-ReconcileCandidateNotable", () { 294 unittest.group("obj-schema-ReconcileCandidateNotable", () {
295 unittest.test("to-json--from-json", () { 295 unittest.test("to-json--from-json", () {
296 var o = buildReconcileCandidateNotable(); 296 var o = buildReconcileCandidateNotable();
297 var od = new api.ReconcileCandidateNotable.fromJson(o.toJson()); 297 var od = new api.ReconcileCandidateNotable.fromJson(o.toJson());
298 checkReconcileCandidateNotable(od); 298 checkReconcileCandidateNotable(od);
299 }); 299 });
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 }); 335 });
336 }); 336 });
337 337
338 338
339 unittest.group("resource-FreebaseApi", () { 339 unittest.group("resource-FreebaseApi", () {
340 unittest.test("method--reconcile", () { 340 unittest.test("method--reconcile", () {
341 341
342 var mock = new common_test.HttpServerMock(); 342 var mock = new common_test.HttpServerMock();
343 api.FreebaseApi res = new api.FreebaseApi(mock); 343 api.FreebaseApi res = new api.FreebaseApi(mock);
344 var arg_confidence = 42.0; 344 var arg_confidence = 42.0;
345 var arg_kind = buildUnnamed768(); 345 var arg_kind = buildUnnamed764();
346 var arg_lang = buildUnnamed769(); 346 var arg_lang = buildUnnamed765();
347 var arg_limit = 42; 347 var arg_limit = 42;
348 var arg_name = "foo"; 348 var arg_name = "foo";
349 var arg_prop = buildUnnamed770(); 349 var arg_prop = buildUnnamed766();
350 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 350 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
351 var path = (req.url).path; 351 var path = (req.url).path;
352 var pathOffset = 0; 352 var pathOffset = 0;
353 var index; 353 var index;
354 var subPart; 354 var subPart;
355 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/")); 355 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/"));
356 pathOffset += 1; 356 pathOffset += 1;
357 unittest.expect(path.substring(pathOffset, pathOffset + 12), unittest.eq uals("freebase/v1/")); 357 unittest.expect(path.substring(pathOffset, pathOffset + 12), unittest.eq uals("freebase/v1/"));
358 pathOffset += 12; 358 pathOffset += 12;
359 unittest.expect(path.substring(pathOffset, pathOffset + 9), unittest.equ als("reconcile")); 359 unittest.expect(path.substring(pathOffset, pathOffset + 9), unittest.equ als("reconcile"));
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 396
397 unittest.test("method--search", () { 397 unittest.test("method--search", () {
398 // TODO: Implement tests for media upload; 398 // TODO: Implement tests for media upload;
399 // TODO: Implement tests for media download; 399 // TODO: Implement tests for media download;
400 400
401 var mock = new common_test.HttpServerMock(); 401 var mock = new common_test.HttpServerMock();
402 api.FreebaseApi res = new api.FreebaseApi(mock); 402 api.FreebaseApi res = new api.FreebaseApi(mock);
403 var arg_asOfTime = "foo"; 403 var arg_asOfTime = "foo";
404 var arg_callback = "foo"; 404 var arg_callback = "foo";
405 var arg_cursor = 42; 405 var arg_cursor = 42;
406 var arg_domain = buildUnnamed771(); 406 var arg_domain = buildUnnamed767();
407 var arg_encode = "foo"; 407 var arg_encode = "foo";
408 var arg_exact = true; 408 var arg_exact = true;
409 var arg_filter = buildUnnamed772(); 409 var arg_filter = buildUnnamed768();
410 var arg_format = "foo"; 410 var arg_format = "foo";
411 var arg_help = "foo"; 411 var arg_help = "foo";
412 var arg_indent = true; 412 var arg_indent = true;
413 var arg_lang = buildUnnamed773(); 413 var arg_lang = buildUnnamed769();
414 var arg_limit = 42; 414 var arg_limit = 42;
415 var arg_mid = buildUnnamed774(); 415 var arg_mid = buildUnnamed770();
416 var arg_mqlOutput = "foo"; 416 var arg_mqlOutput = "foo";
417 var arg_output = "foo"; 417 var arg_output = "foo";
418 var arg_prefixed = true; 418 var arg_prefixed = true;
419 var arg_query = "foo"; 419 var arg_query = "foo";
420 var arg_scoring = "foo"; 420 var arg_scoring = "foo";
421 var arg_spell = "foo"; 421 var arg_spell = "foo";
422 var arg_stemmed = true; 422 var arg_stemmed = true;
423 var arg_type = buildUnnamed775(); 423 var arg_type = buildUnnamed771();
424 var arg_with_ = buildUnnamed776(); 424 var arg_with_ = buildUnnamed772();
425 var arg_without = buildUnnamed777(); 425 var arg_without = buildUnnamed773();
426 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 426 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
427 var path = (req.url).path; 427 var path = (req.url).path;
428 var pathOffset = 0; 428 var pathOffset = 0;
429 var index; 429 var index;
430 var subPart; 430 var subPart;
431 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/")); 431 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/"));
432 pathOffset += 1; 432 pathOffset += 1;
433 unittest.expect(path.substring(pathOffset, pathOffset + 12), unittest.eq uals("freebase/v1/")); 433 unittest.expect(path.substring(pathOffset, pathOffset + 12), unittest.eq uals("freebase/v1/"));
434 pathOffset += 12; 434 pathOffset += 12;
435 unittest.expect(path.substring(pathOffset, pathOffset + 6), unittest.equ als("search")); 435 unittest.expect(path.substring(pathOffset, pathOffset + 6), unittest.equ als("search"));
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 return new async.Future.value(common_test.stringResponse(200, h, resp)); 483 return new async.Future.value(common_test.stringResponse(200, h, resp));
484 }), true); 484 }), true);
485 res.search(asOfTime: arg_asOfTime, callback: arg_callback, cursor: arg_cur sor, domain: arg_domain, encode: arg_encode, exact: arg_exact, filter: arg_filte r, format: arg_format, help: arg_help, indent: arg_indent, lang: arg_lang, limit : arg_limit, mid: arg_mid, mqlOutput: arg_mqlOutput, output: arg_output, prefixe d: arg_prefixed, query: arg_query, scoring: arg_scoring, spell: arg_spell, stemm ed: arg_stemmed, type: arg_type, with_: arg_with_, without: arg_without).then(un ittest.expectAsync((_) {})); 485 res.search(asOfTime: arg_asOfTime, callback: arg_callback, cursor: arg_cur sor, domain: arg_domain, encode: arg_encode, exact: arg_exact, filter: arg_filte r, format: arg_format, help: arg_help, indent: arg_indent, lang: arg_lang, limit : arg_limit, mid: arg_mid, mqlOutput: arg_mqlOutput, output: arg_output, prefixe d: arg_prefixed, query: arg_query, scoring: arg_scoring, spell: arg_spell, stemm ed: arg_stemmed, type: arg_type, with_: arg_with_, without: arg_without).then(un ittest.expectAsync((_) {}));
486 }); 486 });
487 487
488 }); 488 });
489 489
490 490
491 } 491 }
492 492
OLDNEW
« no previous file with comments | « generated/googleapis/test/fitness/v1_test.dart ('k') | generated/googleapis/test/fusiontables/v1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698