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

Unified Diff: generated/googleapis/test/coordinate/v1_test.dart

Issue 1797933002: Api-roll 33: 2016-03-14 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Added resources/*/CHANGELOG.md, addresssed comments Created 4 years, 9 months 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 side-by-side diff with in-line comments
Download patch
Index: generated/googleapis/test/coordinate/v1_test.dart
diff --git a/generated/googleapis/test/coordinate/v1_test.dart b/generated/googleapis/test/coordinate/v1_test.dart
index f52d40430107162a44552087d4a828dd270e8936..0359efa7d88d66be9c95390d05a37747d33ac854 100644
--- a/generated/googleapis/test/coordinate/v1_test.dart
+++ b/generated/googleapis/test/coordinate/v1_test.dart
@@ -74,14 +74,14 @@ checkCustomField(api.CustomField o) {
buildCounterCustomField--;
}
-buildUnnamed772() {
+buildUnnamed1031() {
var o = new core.List<api.EnumItemDef>();
o.add(buildEnumItemDef());
o.add(buildEnumItemDef());
return o;
}
-checkUnnamed772(core.List<api.EnumItemDef> o) {
+checkUnnamed1031(core.List<api.EnumItemDef> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnumItemDef(o[0]);
checkEnumItemDef(o[1]);
@@ -93,7 +93,7 @@ buildCustomFieldDef() {
buildCounterCustomFieldDef++;
if (buildCounterCustomFieldDef < 3) {
o.enabled = true;
- o.enumitems = buildUnnamed772();
+ o.enumitems = buildUnnamed1031();
o.id = "foo";
o.kind = "foo";
o.name = "foo";
@@ -108,7 +108,7 @@ checkCustomFieldDef(api.CustomFieldDef o) {
buildCounterCustomFieldDef++;
if (buildCounterCustomFieldDef < 3) {
unittest.expect(o.enabled, unittest.isTrue);
- checkUnnamed772(o.enumitems);
+ checkUnnamed1031(o.enumitems);
unittest.expect(o.id, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.name, unittest.equals('foo'));
@@ -118,14 +118,14 @@ checkCustomFieldDef(api.CustomFieldDef o) {
buildCounterCustomFieldDef--;
}
-buildUnnamed773() {
+buildUnnamed1032() {
var o = new core.List<api.CustomFieldDef>();
o.add(buildCustomFieldDef());
o.add(buildCustomFieldDef());
return o;
}
-checkUnnamed773(core.List<api.CustomFieldDef> o) {
+checkUnnamed1032(core.List<api.CustomFieldDef> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomFieldDef(o[0]);
checkCustomFieldDef(o[1]);
@@ -136,7 +136,7 @@ buildCustomFieldDefListResponse() {
var o = new api.CustomFieldDefListResponse();
buildCounterCustomFieldDefListResponse++;
if (buildCounterCustomFieldDefListResponse < 3) {
- o.items = buildUnnamed773();
+ o.items = buildUnnamed1032();
o.kind = "foo";
}
buildCounterCustomFieldDefListResponse--;
@@ -146,20 +146,20 @@ buildCustomFieldDefListResponse() {
checkCustomFieldDefListResponse(api.CustomFieldDefListResponse o) {
buildCounterCustomFieldDefListResponse++;
if (buildCounterCustomFieldDefListResponse < 3) {
- checkUnnamed773(o.items);
+ checkUnnamed1032(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterCustomFieldDefListResponse--;
}
-buildUnnamed774() {
+buildUnnamed1033() {
var o = new core.List<api.CustomField>();
o.add(buildCustomField());
o.add(buildCustomField());
return o;
}
-checkUnnamed774(core.List<api.CustomField> o) {
+checkUnnamed1033(core.List<api.CustomField> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomField(o[0]);
checkCustomField(o[1]);
@@ -170,7 +170,7 @@ buildCustomFields() {
var o = new api.CustomFields();
buildCounterCustomFields++;
if (buildCounterCustomFields < 3) {
- o.customField = buildUnnamed774();
+ o.customField = buildUnnamed1033();
o.kind = "foo";
}
buildCounterCustomFields--;
@@ -180,7 +180,7 @@ buildCustomFields() {
checkCustomFields(api.CustomFields o) {
buildCounterCustomFields++;
if (buildCounterCustomFields < 3) {
- checkUnnamed774(o.customField);
+ checkUnnamed1033(o.customField);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterCustomFields--;
@@ -209,14 +209,14 @@ checkEnumItemDef(api.EnumItemDef o) {
buildCounterEnumItemDef--;
}
-buildUnnamed775() {
+buildUnnamed1034() {
var o = new core.List<api.JobChange>();
o.add(buildJobChange());
o.add(buildJobChange());
return o;
}
-checkUnnamed775(core.List<api.JobChange> o) {
+checkUnnamed1034(core.List<api.JobChange> o) {
unittest.expect(o, unittest.hasLength(2));
checkJobChange(o[0]);
checkJobChange(o[1]);
@@ -228,7 +228,7 @@ buildJob() {
buildCounterJob++;
if (buildCounterJob < 3) {
o.id = "foo";
- o.jobChange = buildUnnamed775();
+ o.jobChange = buildUnnamed1034();
o.kind = "foo";
o.state = buildJobState();
}
@@ -240,7 +240,7 @@ checkJob(api.Job o) {
buildCounterJob++;
if (buildCounterJob < 3) {
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed775(o.jobChange);
+ checkUnnamed1034(o.jobChange);
unittest.expect(o.kind, unittest.equals('foo'));
checkJobState(o.state);
}
@@ -270,14 +270,14 @@ checkJobChange(api.JobChange o) {
buildCounterJobChange--;
}
-buildUnnamed776() {
+buildUnnamed1035() {
var o = new core.List<api.Job>();
o.add(buildJob());
o.add(buildJob());
return o;
}
-checkUnnamed776(core.List<api.Job> o) {
+checkUnnamed1035(core.List<api.Job> o) {
unittest.expect(o, unittest.hasLength(2));
checkJob(o[0]);
checkJob(o[1]);
@@ -288,7 +288,7 @@ buildJobListResponse() {
var o = new api.JobListResponse();
buildCounterJobListResponse++;
if (buildCounterJobListResponse < 3) {
- o.items = buildUnnamed776();
+ o.items = buildUnnamed1035();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -299,21 +299,21 @@ buildJobListResponse() {
checkJobListResponse(api.JobListResponse o) {
buildCounterJobListResponse++;
if (buildCounterJobListResponse < 3) {
- checkUnnamed776(o.items);
+ checkUnnamed1035(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterJobListResponse--;
}
-buildUnnamed777() {
+buildUnnamed1036() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed777(core.List<core.String> o) {
+checkUnnamed1036(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
@@ -330,7 +330,7 @@ buildJobState() {
o.customerPhoneNumber = "foo";
o.kind = "foo";
o.location = buildLocation();
- o.note = buildUnnamed777();
+ o.note = buildUnnamed1036();
o.progress = "foo";
o.title = "foo";
}
@@ -347,21 +347,21 @@ checkJobState(api.JobState o) {
unittest.expect(o.customerPhoneNumber, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
checkLocation(o.location);
- checkUnnamed777(o.note);
+ checkUnnamed1036(o.note);
unittest.expect(o.progress, unittest.equals('foo'));
unittest.expect(o.title, unittest.equals('foo'));
}
buildCounterJobState--;
}
-buildUnnamed778() {
+buildUnnamed1037() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed778(core.List<core.String> o) {
+checkUnnamed1037(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
@@ -372,7 +372,7 @@ buildLocation() {
var o = new api.Location();
buildCounterLocation++;
if (buildCounterLocation < 3) {
- o.addressLine = buildUnnamed778();
+ o.addressLine = buildUnnamed1037();
o.kind = "foo";
o.lat = 42.0;
o.lng = 42.0;
@@ -384,7 +384,7 @@ buildLocation() {
checkLocation(api.Location o) {
buildCounterLocation++;
if (buildCounterLocation < 3) {
- checkUnnamed778(o.addressLine);
+ checkUnnamed1037(o.addressLine);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.lat, unittest.equals(42.0));
unittest.expect(o.lng, unittest.equals(42.0));
@@ -392,14 +392,14 @@ checkLocation(api.Location o) {
buildCounterLocation--;
}
-buildUnnamed779() {
+buildUnnamed1038() {
var o = new core.List<api.LocationRecord>();
o.add(buildLocationRecord());
o.add(buildLocationRecord());
return o;
}
-checkUnnamed779(core.List<api.LocationRecord> o) {
+checkUnnamed1038(core.List<api.LocationRecord> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocationRecord(o[0]);
checkLocationRecord(o[1]);
@@ -410,7 +410,7 @@ buildLocationListResponse() {
var o = new api.LocationListResponse();
buildCounterLocationListResponse++;
if (buildCounterLocationListResponse < 3) {
- o.items = buildUnnamed779();
+ o.items = buildUnnamed1038();
o.kind = "foo";
o.nextPageToken = "foo";
o.tokenPagination = buildTokenPagination();
@@ -422,7 +422,7 @@ buildLocationListResponse() {
checkLocationListResponse(api.LocationListResponse o) {
buildCounterLocationListResponse++;
if (buildCounterLocationListResponse < 3) {
- checkUnnamed779(o.items);
+ checkUnnamed1038(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
checkTokenPagination(o.tokenPagination);
@@ -507,14 +507,14 @@ checkTeam(api.Team o) {
buildCounterTeam--;
}
-buildUnnamed780() {
+buildUnnamed1039() {
var o = new core.List<api.Team>();
o.add(buildTeam());
o.add(buildTeam());
return o;
}
-checkUnnamed780(core.List<api.Team> o) {
+checkUnnamed1039(core.List<api.Team> o) {
unittest.expect(o, unittest.hasLength(2));
checkTeam(o[0]);
checkTeam(o[1]);
@@ -525,7 +525,7 @@ buildTeamListResponse() {
var o = new api.TeamListResponse();
buildCounterTeamListResponse++;
if (buildCounterTeamListResponse < 3) {
- o.items = buildUnnamed780();
+ o.items = buildUnnamed1039();
o.kind = "foo";
}
buildCounterTeamListResponse--;
@@ -535,7 +535,7 @@ buildTeamListResponse() {
checkTeamListResponse(api.TeamListResponse o) {
buildCounterTeamListResponse++;
if (buildCounterTeamListResponse < 3) {
- checkUnnamed780(o.items);
+ checkUnnamed1039(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterTeamListResponse--;
@@ -585,14 +585,14 @@ checkWorker(api.Worker o) {
buildCounterWorker--;
}
-buildUnnamed781() {
+buildUnnamed1040() {
var o = new core.List<api.Worker>();
o.add(buildWorker());
o.add(buildWorker());
return o;
}
-checkUnnamed781(core.List<api.Worker> o) {
+checkUnnamed1040(core.List<api.Worker> o) {
unittest.expect(o, unittest.hasLength(2));
checkWorker(o[0]);
checkWorker(o[1]);
@@ -603,7 +603,7 @@ buildWorkerListResponse() {
var o = new api.WorkerListResponse();
buildCounterWorkerListResponse++;
if (buildCounterWorkerListResponse < 3) {
- o.items = buildUnnamed781();
+ o.items = buildUnnamed1040();
o.kind = "foo";
}
buildCounterWorkerListResponse--;
@@ -613,46 +613,46 @@ buildWorkerListResponse() {
checkWorkerListResponse(api.WorkerListResponse o) {
buildCounterWorkerListResponse++;
if (buildCounterWorkerListResponse < 3) {
- checkUnnamed781(o.items);
+ checkUnnamed1040(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterWorkerListResponse--;
}
-buildUnnamed782() {
+buildUnnamed1041() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed782(core.List<core.String> o) {
+checkUnnamed1041(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
}
-buildUnnamed783() {
+buildUnnamed1042() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed783(core.List<core.String> o) {
+checkUnnamed1042(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
}
-buildUnnamed784() {
+buildUnnamed1043() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed784(core.List<core.String> o) {
+checkUnnamed1043(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
@@ -948,7 +948,7 @@ main() {
var arg_lng = 42.0;
var arg_title = "foo";
var arg_assignee = "foo";
- var arg_customField = buildUnnamed782();
+ var arg_customField = buildUnnamed1041();
var arg_customerName = "foo";
var arg_customerPhoneNumber = "foo";
var arg_note = "foo";
@@ -1082,7 +1082,7 @@ main() {
var arg_jobId = "foo";
var arg_address = "foo";
var arg_assignee = "foo";
- var arg_customField = buildUnnamed783();
+ var arg_customField = buildUnnamed1042();
var arg_customerName = "foo";
var arg_customerPhoneNumber = "foo";
var arg_lat = 42.0;
@@ -1163,7 +1163,7 @@ main() {
var arg_jobId = "foo";
var arg_address = "foo";
var arg_assignee = "foo";
- var arg_customField = buildUnnamed784();
+ var arg_customField = buildUnnamed1043();
var arg_customerName = "foo";
var arg_customerPhoneNumber = "foo";
var arg_lat = 42.0;
« no previous file with comments | « generated/googleapis/test/content/v2sandbox_test.dart ('k') | generated/googleapis/test/customsearch/v1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698