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 29d2a773e3920855bb7e870bed2803e0c86f8dbe..031207f69ca21411791f3ea4d05db422e25a25de 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--; |
} |
-buildUnnamed946() { |
+buildUnnamed855() { |
var o = new core.List<api.EnumItemDef>(); |
o.add(buildEnumItemDef()); |
o.add(buildEnumItemDef()); |
return o; |
} |
-checkUnnamed946(core.List<api.EnumItemDef> o) { |
+checkUnnamed855(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 = buildUnnamed946(); |
+ o.enumitems = buildUnnamed855(); |
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); |
- checkUnnamed946(o.enumitems); |
+ checkUnnamed855(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--; |
} |
-buildUnnamed947() { |
+buildUnnamed856() { |
var o = new core.List<api.CustomFieldDef>(); |
o.add(buildCustomFieldDef()); |
o.add(buildCustomFieldDef()); |
return o; |
} |
-checkUnnamed947(core.List<api.CustomFieldDef> o) { |
+checkUnnamed856(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 = buildUnnamed947(); |
+ o.items = buildUnnamed856(); |
o.kind = "foo"; |
} |
buildCounterCustomFieldDefListResponse--; |
@@ -146,20 +146,20 @@ buildCustomFieldDefListResponse() { |
checkCustomFieldDefListResponse(api.CustomFieldDefListResponse o) { |
buildCounterCustomFieldDefListResponse++; |
if (buildCounterCustomFieldDefListResponse < 3) { |
- checkUnnamed947(o.items); |
+ checkUnnamed856(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterCustomFieldDefListResponse--; |
} |
-buildUnnamed948() { |
+buildUnnamed857() { |
var o = new core.List<api.CustomField>(); |
o.add(buildCustomField()); |
o.add(buildCustomField()); |
return o; |
} |
-checkUnnamed948(core.List<api.CustomField> o) { |
+checkUnnamed857(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 = buildUnnamed948(); |
+ o.customField = buildUnnamed857(); |
o.kind = "foo"; |
} |
buildCounterCustomFields--; |
@@ -180,7 +180,7 @@ buildCustomFields() { |
checkCustomFields(api.CustomFields o) { |
buildCounterCustomFields++; |
if (buildCounterCustomFields < 3) { |
- checkUnnamed948(o.customField); |
+ checkUnnamed857(o.customField); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterCustomFields--; |
@@ -209,14 +209,14 @@ checkEnumItemDef(api.EnumItemDef o) { |
buildCounterEnumItemDef--; |
} |
-buildUnnamed949() { |
+buildUnnamed858() { |
var o = new core.List<api.JobChange>(); |
o.add(buildJobChange()); |
o.add(buildJobChange()); |
return o; |
} |
-checkUnnamed949(core.List<api.JobChange> o) { |
+checkUnnamed858(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 = buildUnnamed949(); |
+ o.jobChange = buildUnnamed858(); |
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')); |
- checkUnnamed949(o.jobChange); |
+ checkUnnamed858(o.jobChange); |
unittest.expect(o.kind, unittest.equals('foo')); |
checkJobState(o.state); |
} |
@@ -270,14 +270,14 @@ checkJobChange(api.JobChange o) { |
buildCounterJobChange--; |
} |
-buildUnnamed950() { |
+buildUnnamed859() { |
var o = new core.List<api.Job>(); |
o.add(buildJob()); |
o.add(buildJob()); |
return o; |
} |
-checkUnnamed950(core.List<api.Job> o) { |
+checkUnnamed859(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 = buildUnnamed950(); |
+ o.items = buildUnnamed859(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -299,21 +299,21 @@ buildJobListResponse() { |
checkJobListResponse(api.JobListResponse o) { |
buildCounterJobListResponse++; |
if (buildCounterJobListResponse < 3) { |
- checkUnnamed950(o.items); |
+ checkUnnamed859(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterJobListResponse--; |
} |
-buildUnnamed951() { |
+buildUnnamed860() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed951(core.List<core.String> o) { |
+checkUnnamed860(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 = buildUnnamed951(); |
+ o.note = buildUnnamed860(); |
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); |
- checkUnnamed951(o.note); |
+ checkUnnamed860(o.note); |
unittest.expect(o.progress, unittest.equals('foo')); |
unittest.expect(o.title, unittest.equals('foo')); |
} |
buildCounterJobState--; |
} |
-buildUnnamed952() { |
+buildUnnamed861() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed952(core.List<core.String> o) { |
+checkUnnamed861(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 = buildUnnamed952(); |
+ o.addressLine = buildUnnamed861(); |
o.kind = "foo"; |
o.lat = 42.0; |
o.lng = 42.0; |
@@ -384,7 +384,7 @@ buildLocation() { |
checkLocation(api.Location o) { |
buildCounterLocation++; |
if (buildCounterLocation < 3) { |
- checkUnnamed952(o.addressLine); |
+ checkUnnamed861(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--; |
} |
-buildUnnamed953() { |
+buildUnnamed862() { |
var o = new core.List<api.LocationRecord>(); |
o.add(buildLocationRecord()); |
o.add(buildLocationRecord()); |
return o; |
} |
-checkUnnamed953(core.List<api.LocationRecord> o) { |
+checkUnnamed862(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 = buildUnnamed953(); |
+ o.items = buildUnnamed862(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.tokenPagination = buildTokenPagination(); |
@@ -422,7 +422,7 @@ buildLocationListResponse() { |
checkLocationListResponse(api.LocationListResponse o) { |
buildCounterLocationListResponse++; |
if (buildCounterLocationListResponse < 3) { |
- checkUnnamed953(o.items); |
+ checkUnnamed862(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--; |
} |
-buildUnnamed954() { |
+buildUnnamed863() { |
var o = new core.List<api.Team>(); |
o.add(buildTeam()); |
o.add(buildTeam()); |
return o; |
} |
-checkUnnamed954(core.List<api.Team> o) { |
+checkUnnamed863(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 = buildUnnamed954(); |
+ o.items = buildUnnamed863(); |
o.kind = "foo"; |
} |
buildCounterTeamListResponse--; |
@@ -535,7 +535,7 @@ buildTeamListResponse() { |
checkTeamListResponse(api.TeamListResponse o) { |
buildCounterTeamListResponse++; |
if (buildCounterTeamListResponse < 3) { |
- checkUnnamed954(o.items); |
+ checkUnnamed863(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterTeamListResponse--; |
@@ -585,14 +585,14 @@ checkWorker(api.Worker o) { |
buildCounterWorker--; |
} |
-buildUnnamed955() { |
+buildUnnamed864() { |
var o = new core.List<api.Worker>(); |
o.add(buildWorker()); |
o.add(buildWorker()); |
return o; |
} |
-checkUnnamed955(core.List<api.Worker> o) { |
+checkUnnamed864(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 = buildUnnamed955(); |
+ o.items = buildUnnamed864(); |
o.kind = "foo"; |
} |
buildCounterWorkerListResponse--; |
@@ -613,46 +613,46 @@ buildWorkerListResponse() { |
checkWorkerListResponse(api.WorkerListResponse o) { |
buildCounterWorkerListResponse++; |
if (buildCounterWorkerListResponse < 3) { |
- checkUnnamed955(o.items); |
+ checkUnnamed864(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterWorkerListResponse--; |
} |
-buildUnnamed956() { |
+buildUnnamed865() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed956(core.List<core.String> o) { |
+checkUnnamed865(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')); |
} |
-buildUnnamed957() { |
+buildUnnamed866() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed957(core.List<core.String> o) { |
+checkUnnamed866(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')); |
} |
-buildUnnamed958() { |
+buildUnnamed867() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed958(core.List<core.String> o) { |
+checkUnnamed867(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 = buildUnnamed956(); |
+ var arg_customField = buildUnnamed865(); |
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 = buildUnnamed957(); |
+ var arg_customField = buildUnnamed866(); |
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 = buildUnnamed958(); |
+ var arg_customField = buildUnnamed867(); |
var arg_customerName = "foo"; |
var arg_customerPhoneNumber = "foo"; |
var arg_lat = 42.0; |