Index: generated/googleapis/test/plus/v1_test.dart |
diff --git a/generated/googleapis/test/plus/v1_test.dart b/generated/googleapis/test/plus/v1_test.dart |
index 0f1f911752104a0f74f014e87cd375f5b9e2f919..1ec6869ebe0788ad06b4a0e3ec984d77f422bf59 100644 |
--- a/generated/googleapis/test/plus/v1_test.dart |
+++ b/generated/googleapis/test/plus/v1_test.dart |
@@ -51,14 +51,14 @@ http.StreamedResponse stringResponse( |
return new http.StreamedResponse(stream, status, headers: headers); |
} |
-buildUnnamed117() { |
+buildUnnamed1986() { |
var o = new core.List<api.PlusAclentryResource>(); |
o.add(buildPlusAclentryResource()); |
o.add(buildPlusAclentryResource()); |
return o; |
} |
-checkUnnamed117(core.List<api.PlusAclentryResource> o) { |
+checkUnnamed1986(core.List<api.PlusAclentryResource> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPlusAclentryResource(o[0]); |
checkPlusAclentryResource(o[1]); |
@@ -70,7 +70,7 @@ buildAcl() { |
buildCounterAcl++; |
if (buildCounterAcl < 3) { |
o.description = "foo"; |
- o.items = buildUnnamed117(); |
+ o.items = buildUnnamed1986(); |
o.kind = "foo"; |
} |
buildCounterAcl--; |
@@ -81,7 +81,7 @@ checkAcl(api.Acl o) { |
buildCounterAcl++; |
if (buildCounterAcl < 3) { |
unittest.expect(o.description, unittest.equals('foo')); |
- checkUnnamed117(o.items); |
+ checkUnnamed1986(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterAcl--; |
@@ -317,14 +317,14 @@ checkActivityObjectAttachmentsThumbnails(api.ActivityObjectAttachmentsThumbnails |
buildCounterActivityObjectAttachmentsThumbnails--; |
} |
-buildUnnamed118() { |
+buildUnnamed1987() { |
var o = new core.List<api.ActivityObjectAttachmentsThumbnails>(); |
o.add(buildActivityObjectAttachmentsThumbnails()); |
o.add(buildActivityObjectAttachmentsThumbnails()); |
return o; |
} |
-checkUnnamed118(core.List<api.ActivityObjectAttachmentsThumbnails> o) { |
+checkUnnamed1987(core.List<api.ActivityObjectAttachmentsThumbnails> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkActivityObjectAttachmentsThumbnails(o[0]); |
checkActivityObjectAttachmentsThumbnails(o[1]); |
@@ -342,7 +342,7 @@ buildActivityObjectAttachments() { |
o.id = "foo"; |
o.image = buildActivityObjectAttachmentsImage(); |
o.objectType = "foo"; |
- o.thumbnails = buildUnnamed118(); |
+ o.thumbnails = buildUnnamed1987(); |
o.url = "foo"; |
} |
buildCounterActivityObjectAttachments--; |
@@ -359,20 +359,20 @@ checkActivityObjectAttachments(api.ActivityObjectAttachments o) { |
unittest.expect(o.id, unittest.equals('foo')); |
checkActivityObjectAttachmentsImage(o.image); |
unittest.expect(o.objectType, unittest.equals('foo')); |
- checkUnnamed118(o.thumbnails); |
+ checkUnnamed1987(o.thumbnails); |
unittest.expect(o.url, unittest.equals('foo')); |
} |
buildCounterActivityObjectAttachments--; |
} |
-buildUnnamed119() { |
+buildUnnamed1988() { |
var o = new core.List<api.ActivityObjectAttachments>(); |
o.add(buildActivityObjectAttachments()); |
o.add(buildActivityObjectAttachments()); |
return o; |
} |
-checkUnnamed119(core.List<api.ActivityObjectAttachments> o) { |
+checkUnnamed1988(core.List<api.ActivityObjectAttachments> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkActivityObjectAttachments(o[0]); |
checkActivityObjectAttachments(o[1]); |
@@ -447,7 +447,7 @@ buildActivityObject() { |
buildCounterActivityObject++; |
if (buildCounterActivityObject < 3) { |
o.actor = buildActivityObjectActor(); |
- o.attachments = buildUnnamed119(); |
+ o.attachments = buildUnnamed1988(); |
o.content = "foo"; |
o.id = "foo"; |
o.objectType = "foo"; |
@@ -465,7 +465,7 @@ checkActivityObject(api.ActivityObject o) { |
buildCounterActivityObject++; |
if (buildCounterActivityObject < 3) { |
checkActivityObjectActor(o.actor); |
- checkUnnamed119(o.attachments); |
+ checkUnnamed1988(o.attachments); |
unittest.expect(o.content, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
unittest.expect(o.objectType, unittest.equals('foo')); |
@@ -554,14 +554,14 @@ checkActivity(api.Activity o) { |
buildCounterActivity--; |
} |
-buildUnnamed120() { |
+buildUnnamed1989() { |
var o = new core.List<api.Activity>(); |
o.add(buildActivity()); |
o.add(buildActivity()); |
return o; |
} |
-checkUnnamed120(core.List<api.Activity> o) { |
+checkUnnamed1989(core.List<api.Activity> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkActivity(o[0]); |
checkActivity(o[1]); |
@@ -574,7 +574,7 @@ buildActivityFeed() { |
if (buildCounterActivityFeed < 3) { |
o.etag = "foo"; |
o.id = "foo"; |
- o.items = buildUnnamed120(); |
+ o.items = buildUnnamed1989(); |
o.kind = "foo"; |
o.nextLink = "foo"; |
o.nextPageToken = "foo"; |
@@ -591,7 +591,7 @@ checkActivityFeed(api.ActivityFeed o) { |
if (buildCounterActivityFeed < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed120(o.items); |
+ checkUnnamed1989(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextLink, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
@@ -667,14 +667,14 @@ checkCommentInReplyTo(api.CommentInReplyTo o) { |
buildCounterCommentInReplyTo--; |
} |
-buildUnnamed121() { |
+buildUnnamed1990() { |
var o = new core.List<api.CommentInReplyTo>(); |
o.add(buildCommentInReplyTo()); |
o.add(buildCommentInReplyTo()); |
return o; |
} |
-checkUnnamed121(core.List<api.CommentInReplyTo> o) { |
+checkUnnamed1990(core.List<api.CommentInReplyTo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCommentInReplyTo(o[0]); |
checkCommentInReplyTo(o[1]); |
@@ -730,7 +730,7 @@ buildComment() { |
o.actor = buildCommentActor(); |
o.etag = "foo"; |
o.id = "foo"; |
- o.inReplyTo = buildUnnamed121(); |
+ o.inReplyTo = buildUnnamed1990(); |
o.kind = "foo"; |
o.object = buildCommentObject(); |
o.plusoners = buildCommentPlusoners(); |
@@ -749,7 +749,7 @@ checkComment(api.Comment o) { |
checkCommentActor(o.actor); |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed121(o.inReplyTo); |
+ checkUnnamed1990(o.inReplyTo); |
unittest.expect(o.kind, unittest.equals('foo')); |
checkCommentObject(o.object); |
checkCommentPlusoners(o.plusoners); |
@@ -761,14 +761,14 @@ checkComment(api.Comment o) { |
buildCounterComment--; |
} |
-buildUnnamed122() { |
+buildUnnamed1991() { |
var o = new core.List<api.Comment>(); |
o.add(buildComment()); |
o.add(buildComment()); |
return o; |
} |
-checkUnnamed122(core.List<api.Comment> o) { |
+checkUnnamed1991(core.List<api.Comment> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkComment(o[0]); |
checkComment(o[1]); |
@@ -781,7 +781,7 @@ buildCommentFeed() { |
if (buildCounterCommentFeed < 3) { |
o.etag = "foo"; |
o.id = "foo"; |
- o.items = buildUnnamed122(); |
+ o.items = buildUnnamed1991(); |
o.kind = "foo"; |
o.nextLink = "foo"; |
o.nextPageToken = "foo"; |
@@ -797,7 +797,7 @@ checkCommentFeed(api.CommentFeed o) { |
if (buildCounterCommentFeed < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed122(o.items); |
+ checkUnnamed1991(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextLink, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
@@ -807,79 +807,79 @@ checkCommentFeed(api.CommentFeed o) { |
buildCounterCommentFeed--; |
} |
-buildUnnamed123() { |
+buildUnnamed1992() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed123(core.List<core.String> o) { |
+checkUnnamed1992(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')); |
} |
-buildUnnamed124() { |
+buildUnnamed1993() { |
var o = new core.List<api.ItemScope>(); |
o.add(buildItemScope()); |
o.add(buildItemScope()); |
return o; |
} |
-checkUnnamed124(core.List<api.ItemScope> o) { |
+checkUnnamed1993(core.List<api.ItemScope> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkItemScope(o[0]); |
checkItemScope(o[1]); |
} |
-buildUnnamed125() { |
+buildUnnamed1994() { |
var o = new core.List<api.ItemScope>(); |
o.add(buildItemScope()); |
o.add(buildItemScope()); |
return o; |
} |
-checkUnnamed125(core.List<api.ItemScope> o) { |
+checkUnnamed1994(core.List<api.ItemScope> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkItemScope(o[0]); |
checkItemScope(o[1]); |
} |
-buildUnnamed126() { |
+buildUnnamed1995() { |
var o = new core.List<api.ItemScope>(); |
o.add(buildItemScope()); |
o.add(buildItemScope()); |
return o; |
} |
-checkUnnamed126(core.List<api.ItemScope> o) { |
+checkUnnamed1995(core.List<api.ItemScope> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkItemScope(o[0]); |
checkItemScope(o[1]); |
} |
-buildUnnamed127() { |
+buildUnnamed1996() { |
var o = new core.List<api.ItemScope>(); |
o.add(buildItemScope()); |
o.add(buildItemScope()); |
return o; |
} |
-checkUnnamed127(core.List<api.ItemScope> o) { |
+checkUnnamed1996(core.List<api.ItemScope> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkItemScope(o[0]); |
checkItemScope(o[1]); |
} |
-buildUnnamed128() { |
+buildUnnamed1997() { |
var o = new core.List<api.ItemScope>(); |
o.add(buildItemScope()); |
o.add(buildItemScope()); |
return o; |
} |
-checkUnnamed128(core.List<api.ItemScope> o) { |
+checkUnnamed1997(core.List<api.ItemScope> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkItemScope(o[0]); |
checkItemScope(o[1]); |
@@ -891,23 +891,23 @@ buildItemScope() { |
buildCounterItemScope++; |
if (buildCounterItemScope < 3) { |
o.about = buildItemScope(); |
- o.additionalName = buildUnnamed123(); |
+ o.additionalName = buildUnnamed1992(); |
o.address = buildItemScope(); |
o.addressCountry = "foo"; |
o.addressLocality = "foo"; |
o.addressRegion = "foo"; |
- o.associatedMedia = buildUnnamed124(); |
+ o.associatedMedia = buildUnnamed1993(); |
o.attendeeCount = 42; |
- o.attendees = buildUnnamed125(); |
+ o.attendees = buildUnnamed1994(); |
o.audio = buildItemScope(); |
- o.author = buildUnnamed126(); |
+ o.author = buildUnnamed1995(); |
o.bestRating = "foo"; |
o.birthDate = "foo"; |
o.byArtist = buildItemScope(); |
o.caption = "foo"; |
o.contentSize = "foo"; |
o.contentUrl = "foo"; |
- o.contributor = buildUnnamed127(); |
+ o.contributor = buildUnnamed1996(); |
o.dateCreated = "foo"; |
o.dateModified = "foo"; |
o.datePublished = "foo"; |
@@ -929,7 +929,7 @@ buildItemScope() { |
o.longitude = 42.0; |
o.name = "foo"; |
o.partOfTVSeries = buildItemScope(); |
- o.performers = buildUnnamed128(); |
+ o.performers = buildUnnamed1997(); |
o.playerType = "foo"; |
o.postOfficeBoxNumber = "foo"; |
o.postalCode = "foo"; |
@@ -954,23 +954,23 @@ checkItemScope(api.ItemScope o) { |
buildCounterItemScope++; |
if (buildCounterItemScope < 3) { |
checkItemScope(o.about); |
- checkUnnamed123(o.additionalName); |
+ checkUnnamed1992(o.additionalName); |
checkItemScope(o.address); |
unittest.expect(o.addressCountry, unittest.equals('foo')); |
unittest.expect(o.addressLocality, unittest.equals('foo')); |
unittest.expect(o.addressRegion, unittest.equals('foo')); |
- checkUnnamed124(o.associatedMedia); |
+ checkUnnamed1993(o.associatedMedia); |
unittest.expect(o.attendeeCount, unittest.equals(42)); |
- checkUnnamed125(o.attendees); |
+ checkUnnamed1994(o.attendees); |
checkItemScope(o.audio); |
- checkUnnamed126(o.author); |
+ checkUnnamed1995(o.author); |
unittest.expect(o.bestRating, unittest.equals('foo')); |
unittest.expect(o.birthDate, unittest.equals('foo')); |
checkItemScope(o.byArtist); |
unittest.expect(o.caption, unittest.equals('foo')); |
unittest.expect(o.contentSize, unittest.equals('foo')); |
unittest.expect(o.contentUrl, unittest.equals('foo')); |
- checkUnnamed127(o.contributor); |
+ checkUnnamed1996(o.contributor); |
unittest.expect(o.dateCreated, unittest.equals('foo')); |
unittest.expect(o.dateModified, unittest.equals('foo')); |
unittest.expect(o.datePublished, unittest.equals('foo')); |
@@ -992,7 +992,7 @@ checkItemScope(api.ItemScope o) { |
unittest.expect(o.longitude, unittest.equals(42.0)); |
unittest.expect(o.name, unittest.equals('foo')); |
checkItemScope(o.partOfTVSeries); |
- checkUnnamed128(o.performers); |
+ checkUnnamed1997(o.performers); |
unittest.expect(o.playerType, unittest.equals('foo')); |
unittest.expect(o.postOfficeBoxNumber, unittest.equals('foo')); |
unittest.expect(o.postalCode, unittest.equals('foo')); |
@@ -1043,14 +1043,14 @@ checkMoment(api.Moment o) { |
buildCounterMoment--; |
} |
-buildUnnamed129() { |
+buildUnnamed1998() { |
var o = new core.List<api.Moment>(); |
o.add(buildMoment()); |
o.add(buildMoment()); |
return o; |
} |
-checkUnnamed129(core.List<api.Moment> o) { |
+checkUnnamed1998(core.List<api.Moment> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMoment(o[0]); |
checkMoment(o[1]); |
@@ -1062,7 +1062,7 @@ buildMomentsFeed() { |
buildCounterMomentsFeed++; |
if (buildCounterMomentsFeed < 3) { |
o.etag = "foo"; |
- o.items = buildUnnamed129(); |
+ o.items = buildUnnamed1998(); |
o.kind = "foo"; |
o.nextLink = "foo"; |
o.nextPageToken = "foo"; |
@@ -1078,7 +1078,7 @@ checkMomentsFeed(api.MomentsFeed o) { |
buildCounterMomentsFeed++; |
if (buildCounterMomentsFeed < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed129(o.items); |
+ checkUnnamed1998(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextLink, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
@@ -1089,14 +1089,14 @@ checkMomentsFeed(api.MomentsFeed o) { |
buildCounterMomentsFeed--; |
} |
-buildUnnamed130() { |
+buildUnnamed1999() { |
var o = new core.List<api.Person>(); |
o.add(buildPerson()); |
o.add(buildPerson()); |
return o; |
} |
-checkUnnamed130(core.List<api.Person> o) { |
+checkUnnamed1999(core.List<api.Person> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPerson(o[0]); |
checkPerson(o[1]); |
@@ -1108,7 +1108,7 @@ buildPeopleFeed() { |
buildCounterPeopleFeed++; |
if (buildCounterPeopleFeed < 3) { |
o.etag = "foo"; |
- o.items = buildUnnamed130(); |
+ o.items = buildUnnamed1999(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
o.selfLink = "foo"; |
@@ -1123,7 +1123,7 @@ checkPeopleFeed(api.PeopleFeed o) { |
buildCounterPeopleFeed++; |
if (buildCounterPeopleFeed < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed130(o.items); |
+ checkUnnamed1999(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
unittest.expect(o.selfLink, unittest.equals('foo')); |
@@ -1242,14 +1242,14 @@ checkPersonEmails(api.PersonEmails o) { |
buildCounterPersonEmails--; |
} |
-buildUnnamed131() { |
+buildUnnamed2000() { |
var o = new core.List<api.PersonEmails>(); |
o.add(buildPersonEmails()); |
o.add(buildPersonEmails()); |
return o; |
} |
-checkUnnamed131(core.List<api.PersonEmails> o) { |
+checkUnnamed2000(core.List<api.PersonEmails> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPersonEmails(o[0]); |
checkPersonEmails(o[1]); |
@@ -1340,14 +1340,14 @@ checkPersonOrganizations(api.PersonOrganizations o) { |
buildCounterPersonOrganizations--; |
} |
-buildUnnamed132() { |
+buildUnnamed2001() { |
var o = new core.List<api.PersonOrganizations>(); |
o.add(buildPersonOrganizations()); |
o.add(buildPersonOrganizations()); |
return o; |
} |
-checkUnnamed132(core.List<api.PersonOrganizations> o) { |
+checkUnnamed2001(core.List<api.PersonOrganizations> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPersonOrganizations(o[0]); |
checkPersonOrganizations(o[1]); |
@@ -1374,14 +1374,14 @@ checkPersonPlacesLived(api.PersonPlacesLived o) { |
buildCounterPersonPlacesLived--; |
} |
-buildUnnamed133() { |
+buildUnnamed2002() { |
var o = new core.List<api.PersonPlacesLived>(); |
o.add(buildPersonPlacesLived()); |
o.add(buildPersonPlacesLived()); |
return o; |
} |
-checkUnnamed133(core.List<api.PersonPlacesLived> o) { |
+checkUnnamed2002(core.List<api.PersonPlacesLived> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPersonPlacesLived(o[0]); |
checkPersonPlacesLived(o[1]); |
@@ -1410,14 +1410,14 @@ checkPersonUrls(api.PersonUrls o) { |
buildCounterPersonUrls--; |
} |
-buildUnnamed134() { |
+buildUnnamed2003() { |
var o = new core.List<api.PersonUrls>(); |
o.add(buildPersonUrls()); |
o.add(buildPersonUrls()); |
return o; |
} |
-checkUnnamed134(core.List<api.PersonUrls> o) { |
+checkUnnamed2003(core.List<api.PersonUrls> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPersonUrls(o[0]); |
checkPersonUrls(o[1]); |
@@ -1437,7 +1437,7 @@ buildPerson() { |
o.currentLocation = "foo"; |
o.displayName = "foo"; |
o.domain = "foo"; |
- o.emails = buildUnnamed131(); |
+ o.emails = buildUnnamed2000(); |
o.etag = "foo"; |
o.gender = "foo"; |
o.id = "foo"; |
@@ -1449,14 +1449,14 @@ buildPerson() { |
o.nickname = "foo"; |
o.objectType = "foo"; |
o.occupation = "foo"; |
- o.organizations = buildUnnamed132(); |
- o.placesLived = buildUnnamed133(); |
+ o.organizations = buildUnnamed2001(); |
+ o.placesLived = buildUnnamed2002(); |
o.plusOneCount = 42; |
o.relationshipStatus = "foo"; |
o.skills = "foo"; |
o.tagline = "foo"; |
o.url = "foo"; |
- o.urls = buildUnnamed134(); |
+ o.urls = buildUnnamed2003(); |
o.verified = true; |
} |
buildCounterPerson--; |
@@ -1475,7 +1475,7 @@ checkPerson(api.Person o) { |
unittest.expect(o.currentLocation, unittest.equals('foo')); |
unittest.expect(o.displayName, unittest.equals('foo')); |
unittest.expect(o.domain, unittest.equals('foo')); |
- checkUnnamed131(o.emails); |
+ checkUnnamed2000(o.emails); |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.gender, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
@@ -1487,14 +1487,14 @@ checkPerson(api.Person o) { |
unittest.expect(o.nickname, unittest.equals('foo')); |
unittest.expect(o.objectType, unittest.equals('foo')); |
unittest.expect(o.occupation, unittest.equals('foo')); |
- checkUnnamed132(o.organizations); |
- checkUnnamed133(o.placesLived); |
+ checkUnnamed2001(o.organizations); |
+ checkUnnamed2002(o.placesLived); |
unittest.expect(o.plusOneCount, unittest.equals(42)); |
unittest.expect(o.relationshipStatus, unittest.equals('foo')); |
unittest.expect(o.skills, unittest.equals('foo')); |
unittest.expect(o.tagline, unittest.equals('foo')); |
unittest.expect(o.url, unittest.equals('foo')); |
- checkUnnamed134(o.urls); |
+ checkUnnamed2003(o.urls); |
unittest.expect(o.verified, unittest.isTrue); |
} |
buildCounterPerson--; |