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 3b643bbd71ba82269b469be428fecb1dc8133c15..d02036eb090246ed724fd97f185460315a55955b 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--; |
} |
-buildUnnamed740() { |
+buildUnnamed714() { |
var o = new core.List<api.EnumItemDef>(); |
o.add(buildEnumItemDef()); |
o.add(buildEnumItemDef()); |
return o; |
} |
-checkUnnamed740(core.List<api.EnumItemDef> o) { |
+checkUnnamed714(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 = buildUnnamed740(); |
+ o.enumitems = buildUnnamed714(); |
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); |
- checkUnnamed740(o.enumitems); |
+ checkUnnamed714(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--; |
} |
-buildUnnamed741() { |
+buildUnnamed715() { |
var o = new core.List<api.CustomFieldDef>(); |
o.add(buildCustomFieldDef()); |
o.add(buildCustomFieldDef()); |
return o; |
} |
-checkUnnamed741(core.List<api.CustomFieldDef> o) { |
+checkUnnamed715(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 = buildUnnamed741(); |
+ o.items = buildUnnamed715(); |
o.kind = "foo"; |
} |
buildCounterCustomFieldDefListResponse--; |
@@ -146,20 +146,20 @@ buildCustomFieldDefListResponse() { |
checkCustomFieldDefListResponse(api.CustomFieldDefListResponse o) { |
buildCounterCustomFieldDefListResponse++; |
if (buildCounterCustomFieldDefListResponse < 3) { |
- checkUnnamed741(o.items); |
+ checkUnnamed715(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterCustomFieldDefListResponse--; |
} |
-buildUnnamed742() { |
+buildUnnamed716() { |
var o = new core.List<api.CustomField>(); |
o.add(buildCustomField()); |
o.add(buildCustomField()); |
return o; |
} |
-checkUnnamed742(core.List<api.CustomField> o) { |
+checkUnnamed716(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 = buildUnnamed742(); |
+ o.customField = buildUnnamed716(); |
o.kind = "foo"; |
} |
buildCounterCustomFields--; |
@@ -180,7 +180,7 @@ buildCustomFields() { |
checkCustomFields(api.CustomFields o) { |
buildCounterCustomFields++; |
if (buildCounterCustomFields < 3) { |
- checkUnnamed742(o.customField); |
+ checkUnnamed716(o.customField); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterCustomFields--; |
@@ -209,14 +209,14 @@ checkEnumItemDef(api.EnumItemDef o) { |
buildCounterEnumItemDef--; |
} |
-buildUnnamed743() { |
+buildUnnamed717() { |
var o = new core.List<api.JobChange>(); |
o.add(buildJobChange()); |
o.add(buildJobChange()); |
return o; |
} |
-checkUnnamed743(core.List<api.JobChange> o) { |
+checkUnnamed717(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 = buildUnnamed743(); |
+ o.jobChange = buildUnnamed717(); |
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')); |
- checkUnnamed743(o.jobChange); |
+ checkUnnamed717(o.jobChange); |
unittest.expect(o.kind, unittest.equals('foo')); |
checkJobState(o.state); |
} |
@@ -270,14 +270,14 @@ checkJobChange(api.JobChange o) { |
buildCounterJobChange--; |
} |
-buildUnnamed744() { |
+buildUnnamed718() { |
var o = new core.List<api.Job>(); |
o.add(buildJob()); |
o.add(buildJob()); |
return o; |
} |
-checkUnnamed744(core.List<api.Job> o) { |
+checkUnnamed718(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 = buildUnnamed744(); |
+ o.items = buildUnnamed718(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -299,21 +299,21 @@ buildJobListResponse() { |
checkJobListResponse(api.JobListResponse o) { |
buildCounterJobListResponse++; |
if (buildCounterJobListResponse < 3) { |
- checkUnnamed744(o.items); |
+ checkUnnamed718(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterJobListResponse--; |
} |
-buildUnnamed745() { |
+buildUnnamed719() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed745(core.List<core.String> o) { |
+checkUnnamed719(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 = buildUnnamed745(); |
+ o.note = buildUnnamed719(); |
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); |
- checkUnnamed745(o.note); |
+ checkUnnamed719(o.note); |
unittest.expect(o.progress, unittest.equals('foo')); |
unittest.expect(o.title, unittest.equals('foo')); |
} |
buildCounterJobState--; |
} |
-buildUnnamed746() { |
+buildUnnamed720() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed746(core.List<core.String> o) { |
+checkUnnamed720(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 = buildUnnamed746(); |
+ o.addressLine = buildUnnamed720(); |
o.kind = "foo"; |
o.lat = 42.0; |
o.lng = 42.0; |
@@ -384,7 +384,7 @@ buildLocation() { |
checkLocation(api.Location o) { |
buildCounterLocation++; |
if (buildCounterLocation < 3) { |
- checkUnnamed746(o.addressLine); |
+ checkUnnamed720(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--; |
} |
-buildUnnamed747() { |
+buildUnnamed721() { |
var o = new core.List<api.LocationRecord>(); |
o.add(buildLocationRecord()); |
o.add(buildLocationRecord()); |
return o; |
} |
-checkUnnamed747(core.List<api.LocationRecord> o) { |
+checkUnnamed721(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 = buildUnnamed747(); |
+ o.items = buildUnnamed721(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.tokenPagination = buildTokenPagination(); |
@@ -422,7 +422,7 @@ buildLocationListResponse() { |
checkLocationListResponse(api.LocationListResponse o) { |
buildCounterLocationListResponse++; |
if (buildCounterLocationListResponse < 3) { |
- checkUnnamed747(o.items); |
+ checkUnnamed721(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--; |
} |
-buildUnnamed748() { |
+buildUnnamed722() { |
var o = new core.List<api.Team>(); |
o.add(buildTeam()); |
o.add(buildTeam()); |
return o; |
} |
-checkUnnamed748(core.List<api.Team> o) { |
+checkUnnamed722(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 = buildUnnamed748(); |
+ o.items = buildUnnamed722(); |
o.kind = "foo"; |
} |
buildCounterTeamListResponse--; |
@@ -535,7 +535,7 @@ buildTeamListResponse() { |
checkTeamListResponse(api.TeamListResponse o) { |
buildCounterTeamListResponse++; |
if (buildCounterTeamListResponse < 3) { |
- checkUnnamed748(o.items); |
+ checkUnnamed722(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterTeamListResponse--; |
@@ -585,14 +585,14 @@ checkWorker(api.Worker o) { |
buildCounterWorker--; |
} |
-buildUnnamed749() { |
+buildUnnamed723() { |
var o = new core.List<api.Worker>(); |
o.add(buildWorker()); |
o.add(buildWorker()); |
return o; |
} |
-checkUnnamed749(core.List<api.Worker> o) { |
+checkUnnamed723(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 = buildUnnamed749(); |
+ o.items = buildUnnamed723(); |
o.kind = "foo"; |
} |
buildCounterWorkerListResponse--; |
@@ -613,46 +613,46 @@ buildWorkerListResponse() { |
checkWorkerListResponse(api.WorkerListResponse o) { |
buildCounterWorkerListResponse++; |
if (buildCounterWorkerListResponse < 3) { |
- checkUnnamed749(o.items); |
+ checkUnnamed723(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterWorkerListResponse--; |
} |
-buildUnnamed750() { |
+buildUnnamed724() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed750(core.List<core.String> o) { |
+checkUnnamed724(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')); |
} |
-buildUnnamed751() { |
+buildUnnamed725() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed751(core.List<core.String> o) { |
+checkUnnamed725(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')); |
} |
-buildUnnamed752() { |
+buildUnnamed726() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed752(core.List<core.String> o) { |
+checkUnnamed726(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 = buildUnnamed750(); |
+ var arg_customField = buildUnnamed724(); |
var arg_customerName = "foo"; |
var arg_customerPhoneNumber = "foo"; |
var arg_note = "foo"; |
@@ -1080,7 +1080,7 @@ main() { |
var arg_jobId = "foo"; |
var arg_address = "foo"; |
var arg_assignee = "foo"; |
- var arg_customField = buildUnnamed751(); |
+ var arg_customField = buildUnnamed725(); |
var arg_customerName = "foo"; |
var arg_customerPhoneNumber = "foo"; |
var arg_lat = 42.0; |
@@ -1161,7 +1161,7 @@ main() { |
var arg_jobId = "foo"; |
var arg_address = "foo"; |
var arg_assignee = "foo"; |
- var arg_customField = buildUnnamed752(); |
+ var arg_customField = buildUnnamed726(); |
var arg_customerName = "foo"; |
var arg_customerPhoneNumber = "foo"; |
var arg_lat = 42.0; |