| Index: generated/googleapis/test/plusdomains/v1_test.dart
|
| diff --git a/generated/googleapis/test/plusdomains/v1_test.dart b/generated/googleapis/test/plusdomains/v1_test.dart
|
| index c4cafcb731143097b6710c1954038beeaa3cfdc7..b17a1b0177375e2599a762ba0768f40d40d6b78a 100644
|
| --- a/generated/googleapis/test/plusdomains/v1_test.dart
|
| +++ b/generated/googleapis/test/plusdomains/v1_test.dart
|
| @@ -51,14 +51,14 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed2004() {
|
| +buildUnnamed1233() {
|
| var o = new core.List<api.PlusDomainsAclentryResource>();
|
| o.add(buildPlusDomainsAclentryResource());
|
| o.add(buildPlusDomainsAclentryResource());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2004(core.List<api.PlusDomainsAclentryResource> o) {
|
| +checkUnnamed1233(core.List<api.PlusDomainsAclentryResource> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlusDomainsAclentryResource(o[0]);
|
| checkPlusDomainsAclentryResource(o[1]);
|
| @@ -71,7 +71,7 @@ buildAcl() {
|
| if (buildCounterAcl < 3) {
|
| o.description = "foo";
|
| o.domainRestricted = true;
|
| - o.items = buildUnnamed2004();
|
| + o.items = buildUnnamed1233();
|
| o.kind = "foo";
|
| }
|
| buildCounterAcl--;
|
| @@ -83,7 +83,7 @@ checkAcl(api.Acl o) {
|
| if (buildCounterAcl < 3) {
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.domainRestricted, unittest.isTrue);
|
| - checkUnnamed2004(o.items);
|
| + checkUnnamed1233(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAcl--;
|
| @@ -129,6 +129,25 @@ checkActivityActorName(api.ActivityActorName o) {
|
| buildCounterActivityActorName--;
|
| }
|
|
|
| +core.int buildCounterActivityActorVerification = 0;
|
| +buildActivityActorVerification() {
|
| + var o = new api.ActivityActorVerification();
|
| + buildCounterActivityActorVerification++;
|
| + if (buildCounterActivityActorVerification < 3) {
|
| + o.adHocVerified = "foo";
|
| + }
|
| + buildCounterActivityActorVerification--;
|
| + return o;
|
| +}
|
| +
|
| +checkActivityActorVerification(api.ActivityActorVerification o) {
|
| + buildCounterActivityActorVerification++;
|
| + if (buildCounterActivityActorVerification < 3) {
|
| + unittest.expect(o.adHocVerified, unittest.equals('foo'));
|
| + }
|
| + buildCounterActivityActorVerification--;
|
| +}
|
| +
|
| core.int buildCounterActivityActor = 0;
|
| buildActivityActor() {
|
| var o = new api.ActivityActor();
|
| @@ -139,6 +158,7 @@ buildActivityActor() {
|
| o.image = buildActivityActorImage();
|
| o.name = buildActivityActorName();
|
| o.url = "foo";
|
| + o.verification = buildActivityActorVerification();
|
| }
|
| buildCounterActivityActor--;
|
| return o;
|
| @@ -152,6 +172,7 @@ checkActivityActor(api.ActivityActor o) {
|
| checkActivityActorImage(o.image);
|
| checkActivityActorName(o.name);
|
| unittest.expect(o.url, unittest.equals('foo'));
|
| + checkActivityActorVerification(o.verification);
|
| }
|
| buildCounterActivityActor--;
|
| }
|
| @@ -175,6 +196,25 @@ checkActivityObjectActorImage(api.ActivityObjectActorImage o) {
|
| buildCounterActivityObjectActorImage--;
|
| }
|
|
|
| +core.int buildCounterActivityObjectActorVerification = 0;
|
| +buildActivityObjectActorVerification() {
|
| + var o = new api.ActivityObjectActorVerification();
|
| + buildCounterActivityObjectActorVerification++;
|
| + if (buildCounterActivityObjectActorVerification < 3) {
|
| + o.adHocVerified = "foo";
|
| + }
|
| + buildCounterActivityObjectActorVerification--;
|
| + return o;
|
| +}
|
| +
|
| +checkActivityObjectActorVerification(api.ActivityObjectActorVerification o) {
|
| + buildCounterActivityObjectActorVerification++;
|
| + if (buildCounterActivityObjectActorVerification < 3) {
|
| + unittest.expect(o.adHocVerified, unittest.equals('foo'));
|
| + }
|
| + buildCounterActivityObjectActorVerification--;
|
| +}
|
| +
|
| core.int buildCounterActivityObjectActor = 0;
|
| buildActivityObjectActor() {
|
| var o = new api.ActivityObjectActor();
|
| @@ -184,6 +224,7 @@ buildActivityObjectActor() {
|
| o.id = "foo";
|
| o.image = buildActivityObjectActorImage();
|
| o.url = "foo";
|
| + o.verification = buildActivityObjectActorVerification();
|
| }
|
| buildCounterActivityObjectActor--;
|
| return o;
|
| @@ -196,6 +237,7 @@ checkActivityObjectActor(api.ActivityObjectActor o) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| checkActivityObjectActorImage(o.image);
|
| unittest.expect(o.url, unittest.equals('foo'));
|
| + checkActivityObjectActorVerification(o.verification);
|
| }
|
| buildCounterActivityObjectActor--;
|
| }
|
| @@ -290,14 +332,14 @@ checkActivityObjectAttachmentsPreviewThumbnails(api.ActivityObjectAttachmentsPre
|
| buildCounterActivityObjectAttachmentsPreviewThumbnails--;
|
| }
|
|
|
| -buildUnnamed2005() {
|
| +buildUnnamed1234() {
|
| var o = new core.List<api.ActivityObjectAttachmentsPreviewThumbnails>();
|
| o.add(buildActivityObjectAttachmentsPreviewThumbnails());
|
| o.add(buildActivityObjectAttachmentsPreviewThumbnails());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2005(core.List<api.ActivityObjectAttachmentsPreviewThumbnails> o) {
|
| +checkUnnamed1234(core.List<api.ActivityObjectAttachmentsPreviewThumbnails> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkActivityObjectAttachmentsPreviewThumbnails(o[0]);
|
| checkActivityObjectAttachmentsPreviewThumbnails(o[1]);
|
| @@ -351,14 +393,14 @@ checkActivityObjectAttachmentsThumbnails(api.ActivityObjectAttachmentsThumbnails
|
| buildCounterActivityObjectAttachmentsThumbnails--;
|
| }
|
|
|
| -buildUnnamed2006() {
|
| +buildUnnamed1235() {
|
| var o = new core.List<api.ActivityObjectAttachmentsThumbnails>();
|
| o.add(buildActivityObjectAttachmentsThumbnails());
|
| o.add(buildActivityObjectAttachmentsThumbnails());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2006(core.List<api.ActivityObjectAttachmentsThumbnails> o) {
|
| +checkUnnamed1235(core.List<api.ActivityObjectAttachmentsThumbnails> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkActivityObjectAttachmentsThumbnails(o[0]);
|
| checkActivityObjectAttachmentsThumbnails(o[1]);
|
| @@ -376,8 +418,8 @@ buildActivityObjectAttachments() {
|
| o.id = "foo";
|
| o.image = buildActivityObjectAttachmentsImage();
|
| o.objectType = "foo";
|
| - o.previewThumbnails = buildUnnamed2005();
|
| - o.thumbnails = buildUnnamed2006();
|
| + o.previewThumbnails = buildUnnamed1234();
|
| + o.thumbnails = buildUnnamed1235();
|
| o.url = "foo";
|
| }
|
| buildCounterActivityObjectAttachments--;
|
| @@ -394,21 +436,21 @@ checkActivityObjectAttachments(api.ActivityObjectAttachments o) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| checkActivityObjectAttachmentsImage(o.image);
|
| unittest.expect(o.objectType, unittest.equals('foo'));
|
| - checkUnnamed2005(o.previewThumbnails);
|
| - checkUnnamed2006(o.thumbnails);
|
| + checkUnnamed1234(o.previewThumbnails);
|
| + checkUnnamed1235(o.thumbnails);
|
| unittest.expect(o.url, unittest.equals('foo'));
|
| }
|
| buildCounterActivityObjectAttachments--;
|
| }
|
|
|
| -buildUnnamed2007() {
|
| +buildUnnamed1236() {
|
| var o = new core.List<api.ActivityObjectAttachments>();
|
| o.add(buildActivityObjectAttachments());
|
| o.add(buildActivityObjectAttachments());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2007(core.List<api.ActivityObjectAttachments> o) {
|
| +checkUnnamed1236(core.List<api.ActivityObjectAttachments> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkActivityObjectAttachments(o[0]);
|
| checkActivityObjectAttachments(o[1]);
|
| @@ -510,7 +552,7 @@ buildActivityObject() {
|
| buildCounterActivityObject++;
|
| if (buildCounterActivityObject < 3) {
|
| o.actor = buildActivityObjectActor();
|
| - o.attachments = buildUnnamed2007();
|
| + o.attachments = buildUnnamed1236();
|
| o.content = "foo";
|
| o.id = "foo";
|
| o.objectType = "foo";
|
| @@ -529,7 +571,7 @@ checkActivityObject(api.ActivityObject o) {
|
| buildCounterActivityObject++;
|
| if (buildCounterActivityObject < 3) {
|
| checkActivityObjectActor(o.actor);
|
| - checkUnnamed2007(o.attachments);
|
| + checkUnnamed1236(o.attachments);
|
| unittest.expect(o.content, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.objectType, unittest.equals('foo'));
|
| @@ -619,14 +661,14 @@ checkActivity(api.Activity o) {
|
| buildCounterActivity--;
|
| }
|
|
|
| -buildUnnamed2008() {
|
| +buildUnnamed1237() {
|
| var o = new core.List<api.Activity>();
|
| o.add(buildActivity());
|
| o.add(buildActivity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2008(core.List<api.Activity> o) {
|
| +checkUnnamed1237(core.List<api.Activity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkActivity(o[0]);
|
| checkActivity(o[1]);
|
| @@ -639,7 +681,7 @@ buildActivityFeed() {
|
| if (buildCounterActivityFeed < 3) {
|
| o.etag = "foo";
|
| o.id = "foo";
|
| - o.items = buildUnnamed2008();
|
| + o.items = buildUnnamed1237();
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -656,7 +698,7 @@ checkActivityFeed(api.ActivityFeed o) {
|
| if (buildCounterActivityFeed < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2008(o.items);
|
| + checkUnnamed1237(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -694,14 +736,14 @@ checkAudience(api.Audience o) {
|
| buildCounterAudience--;
|
| }
|
|
|
| -buildUnnamed2009() {
|
| +buildUnnamed1238() {
|
| var o = new core.List<api.Audience>();
|
| o.add(buildAudience());
|
| o.add(buildAudience());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2009(core.List<api.Audience> o) {
|
| +checkUnnamed1238(core.List<api.Audience> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAudience(o[0]);
|
| checkAudience(o[1]);
|
| @@ -713,7 +755,7 @@ buildAudiencesFeed() {
|
| buildCounterAudiencesFeed++;
|
| if (buildCounterAudiencesFeed < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed2009();
|
| + o.items = buildUnnamed1238();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -726,7 +768,7 @@ checkAudiencesFeed(api.AudiencesFeed o) {
|
| buildCounterAudiencesFeed++;
|
| if (buildCounterAudiencesFeed < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed2009(o.items);
|
| + checkUnnamed1238(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| @@ -784,14 +826,14 @@ checkCircle(api.Circle o) {
|
| buildCounterCircle--;
|
| }
|
|
|
| -buildUnnamed2010() {
|
| +buildUnnamed1239() {
|
| var o = new core.List<api.Circle>();
|
| o.add(buildCircle());
|
| o.add(buildCircle());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2010(core.List<api.Circle> o) {
|
| +checkUnnamed1239(core.List<api.Circle> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCircle(o[0]);
|
| checkCircle(o[1]);
|
| @@ -803,7 +845,7 @@ buildCircleFeed() {
|
| buildCounterCircleFeed++;
|
| if (buildCounterCircleFeed < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed2010();
|
| + o.items = buildUnnamed1239();
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -819,7 +861,7 @@ checkCircleFeed(api.CircleFeed o) {
|
| buildCounterCircleFeed++;
|
| if (buildCounterCircleFeed < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed2010(o.items);
|
| + checkUnnamed1239(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -849,6 +891,25 @@ checkCommentActorImage(api.CommentActorImage o) {
|
| buildCounterCommentActorImage--;
|
| }
|
|
|
| +core.int buildCounterCommentActorVerification = 0;
|
| +buildCommentActorVerification() {
|
| + var o = new api.CommentActorVerification();
|
| + buildCounterCommentActorVerification++;
|
| + if (buildCounterCommentActorVerification < 3) {
|
| + o.adHocVerified = "foo";
|
| + }
|
| + buildCounterCommentActorVerification--;
|
| + return o;
|
| +}
|
| +
|
| +checkCommentActorVerification(api.CommentActorVerification o) {
|
| + buildCounterCommentActorVerification++;
|
| + if (buildCounterCommentActorVerification < 3) {
|
| + unittest.expect(o.adHocVerified, unittest.equals('foo'));
|
| + }
|
| + buildCounterCommentActorVerification--;
|
| +}
|
| +
|
| core.int buildCounterCommentActor = 0;
|
| buildCommentActor() {
|
| var o = new api.CommentActor();
|
| @@ -858,6 +919,7 @@ buildCommentActor() {
|
| o.id = "foo";
|
| o.image = buildCommentActorImage();
|
| o.url = "foo";
|
| + o.verification = buildCommentActorVerification();
|
| }
|
| buildCounterCommentActor--;
|
| return o;
|
| @@ -870,6 +932,7 @@ checkCommentActor(api.CommentActor o) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| checkCommentActorImage(o.image);
|
| unittest.expect(o.url, unittest.equals('foo'));
|
| + checkCommentActorVerification(o.verification);
|
| }
|
| buildCounterCommentActor--;
|
| }
|
| @@ -895,14 +958,14 @@ checkCommentInReplyTo(api.CommentInReplyTo o) {
|
| buildCounterCommentInReplyTo--;
|
| }
|
|
|
| -buildUnnamed2011() {
|
| +buildUnnamed1240() {
|
| var o = new core.List<api.CommentInReplyTo>();
|
| o.add(buildCommentInReplyTo());
|
| o.add(buildCommentInReplyTo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2011(core.List<api.CommentInReplyTo> o) {
|
| +checkUnnamed1240(core.List<api.CommentInReplyTo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCommentInReplyTo(o[0]);
|
| checkCommentInReplyTo(o[1]);
|
| @@ -958,7 +1021,7 @@ buildComment() {
|
| o.actor = buildCommentActor();
|
| o.etag = "foo";
|
| o.id = "foo";
|
| - o.inReplyTo = buildUnnamed2011();
|
| + o.inReplyTo = buildUnnamed1240();
|
| o.kind = "foo";
|
| o.object = buildCommentObject();
|
| o.plusoners = buildCommentPlusoners();
|
| @@ -977,7 +1040,7 @@ checkComment(api.Comment o) {
|
| checkCommentActor(o.actor);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2011(o.inReplyTo);
|
| + checkUnnamed1240(o.inReplyTo);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkCommentObject(o.object);
|
| checkCommentPlusoners(o.plusoners);
|
| @@ -989,14 +1052,14 @@ checkComment(api.Comment o) {
|
| buildCounterComment--;
|
| }
|
|
|
| -buildUnnamed2012() {
|
| +buildUnnamed1241() {
|
| var o = new core.List<api.Comment>();
|
| o.add(buildComment());
|
| o.add(buildComment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2012(core.List<api.Comment> o) {
|
| +checkUnnamed1241(core.List<api.Comment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkComment(o[0]);
|
| checkComment(o[1]);
|
| @@ -1009,7 +1072,7 @@ buildCommentFeed() {
|
| if (buildCounterCommentFeed < 3) {
|
| o.etag = "foo";
|
| o.id = "foo";
|
| - o.items = buildUnnamed2012();
|
| + o.items = buildUnnamed1241();
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -1025,7 +1088,7 @@ checkCommentFeed(api.CommentFeed o) {
|
| if (buildCounterCommentFeed < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2012(o.items);
|
| + checkUnnamed1241(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -1098,14 +1161,14 @@ checkMediaExif(api.MediaExif o) {
|
| buildCounterMediaExif--;
|
| }
|
|
|
| -buildUnnamed2013() {
|
| +buildUnnamed1242() {
|
| var o = new core.List<api.Videostream>();
|
| o.add(buildVideostream());
|
| o.add(buildVideostream());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2013(core.List<api.Videostream> o) {
|
| +checkUnnamed1242(core.List<api.Videostream> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVideostream(o[0]);
|
| checkVideostream(o[1]);
|
| @@ -1127,7 +1190,7 @@ buildMedia() {
|
| o.mediaUrl = "foo";
|
| o.published = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.sizeBytes = "foo";
|
| - o.streams = buildUnnamed2013();
|
| + o.streams = buildUnnamed1242();
|
| o.summary = "foo";
|
| o.updated = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.url = "foo";
|
| @@ -1153,7 +1216,7 @@ checkMedia(api.Media o) {
|
| unittest.expect(o.mediaUrl, unittest.equals('foo'));
|
| unittest.expect(o.published, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.sizeBytes, unittest.equals('foo'));
|
| - checkUnnamed2013(o.streams);
|
| + checkUnnamed1242(o.streams);
|
| unittest.expect(o.summary, unittest.equals('foo'));
|
| unittest.expect(o.updated, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.url, unittest.equals('foo'));
|
| @@ -1164,14 +1227,14 @@ checkMedia(api.Media o) {
|
| buildCounterMedia--;
|
| }
|
|
|
| -buildUnnamed2014() {
|
| +buildUnnamed1243() {
|
| var o = new core.List<api.Person>();
|
| o.add(buildPerson());
|
| o.add(buildPerson());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2014(core.List<api.Person> o) {
|
| +checkUnnamed1243(core.List<api.Person> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPerson(o[0]);
|
| checkPerson(o[1]);
|
| @@ -1183,7 +1246,7 @@ buildPeopleFeed() {
|
| buildCounterPeopleFeed++;
|
| if (buildCounterPeopleFeed < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed2014();
|
| + o.items = buildUnnamed1243();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -1198,7 +1261,7 @@ checkPeopleFeed(api.PeopleFeed o) {
|
| buildCounterPeopleFeed++;
|
| if (buildCounterPeopleFeed < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed2014(o.items);
|
| + checkUnnamed1243(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -1296,14 +1359,14 @@ checkPersonEmails(api.PersonEmails o) {
|
| buildCounterPersonEmails--;
|
| }
|
|
|
| -buildUnnamed2015() {
|
| +buildUnnamed1244() {
|
| var o = new core.List<api.PersonEmails>();
|
| o.add(buildPersonEmails());
|
| o.add(buildPersonEmails());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2015(core.List<api.PersonEmails> o) {
|
| +checkUnnamed1244(core.List<api.PersonEmails> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPersonEmails(o[0]);
|
| checkPersonEmails(o[1]);
|
| @@ -1394,14 +1457,14 @@ checkPersonOrganizations(api.PersonOrganizations o) {
|
| buildCounterPersonOrganizations--;
|
| }
|
|
|
| -buildUnnamed2016() {
|
| +buildUnnamed1245() {
|
| var o = new core.List<api.PersonOrganizations>();
|
| o.add(buildPersonOrganizations());
|
| o.add(buildPersonOrganizations());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2016(core.List<api.PersonOrganizations> o) {
|
| +checkUnnamed1245(core.List<api.PersonOrganizations> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPersonOrganizations(o[0]);
|
| checkPersonOrganizations(o[1]);
|
| @@ -1428,14 +1491,14 @@ checkPersonPlacesLived(api.PersonPlacesLived o) {
|
| buildCounterPersonPlacesLived--;
|
| }
|
|
|
| -buildUnnamed2017() {
|
| +buildUnnamed1246() {
|
| var o = new core.List<api.PersonPlacesLived>();
|
| o.add(buildPersonPlacesLived());
|
| o.add(buildPersonPlacesLived());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2017(core.List<api.PersonPlacesLived> o) {
|
| +checkUnnamed1246(core.List<api.PersonPlacesLived> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPersonPlacesLived(o[0]);
|
| checkPersonPlacesLived(o[1]);
|
| @@ -1464,14 +1527,14 @@ checkPersonUrls(api.PersonUrls o) {
|
| buildCounterPersonUrls--;
|
| }
|
|
|
| -buildUnnamed2018() {
|
| +buildUnnamed1247() {
|
| var o = new core.List<api.PersonUrls>();
|
| o.add(buildPersonUrls());
|
| o.add(buildPersonUrls());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2018(core.List<api.PersonUrls> o) {
|
| +checkUnnamed1247(core.List<api.PersonUrls> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPersonUrls(o[0]);
|
| checkPersonUrls(o[1]);
|
| @@ -1490,7 +1553,7 @@ buildPerson() {
|
| o.currentLocation = "foo";
|
| o.displayName = "foo";
|
| o.domain = "foo";
|
| - o.emails = buildUnnamed2015();
|
| + o.emails = buildUnnamed1244();
|
| o.etag = "foo";
|
| o.gender = "foo";
|
| o.id = "foo";
|
| @@ -1501,14 +1564,14 @@ buildPerson() {
|
| o.nickname = "foo";
|
| o.objectType = "foo";
|
| o.occupation = "foo";
|
| - o.organizations = buildUnnamed2016();
|
| - o.placesLived = buildUnnamed2017();
|
| + o.organizations = buildUnnamed1245();
|
| + o.placesLived = buildUnnamed1246();
|
| o.plusOneCount = 42;
|
| o.relationshipStatus = "foo";
|
| o.skills = "foo";
|
| o.tagline = "foo";
|
| o.url = "foo";
|
| - o.urls = buildUnnamed2018();
|
| + o.urls = buildUnnamed1247();
|
| o.verified = true;
|
| }
|
| buildCounterPerson--;
|
| @@ -1526,7 +1589,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'));
|
| - checkUnnamed2015(o.emails);
|
| + checkUnnamed1244(o.emails);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.gender, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| @@ -1537,14 +1600,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'));
|
| - checkUnnamed2016(o.organizations);
|
| - checkUnnamed2017(o.placesLived);
|
| + checkUnnamed1245(o.organizations);
|
| + checkUnnamed1246(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'));
|
| - checkUnnamed2018(o.urls);
|
| + checkUnnamed1247(o.urls);
|
| unittest.expect(o.verified, unittest.isTrue);
|
| }
|
| buildCounterPerson--;
|
| @@ -1665,53 +1728,53 @@ checkVideostream(api.Videostream o) {
|
| buildCounterVideostream--;
|
| }
|
|
|
| -buildUnnamed2019() {
|
| +buildUnnamed1248() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2019(core.List<core.String> o) {
|
| +checkUnnamed1248(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'));
|
| }
|
|
|
| -buildUnnamed2020() {
|
| +buildUnnamed1249() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2020(core.List<core.String> o) {
|
| +checkUnnamed1249(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'));
|
| }
|
|
|
| -buildUnnamed2021() {
|
| +buildUnnamed1250() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2021(core.List<core.String> o) {
|
| +checkUnnamed1250(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'));
|
| }
|
|
|
| -buildUnnamed2022() {
|
| +buildUnnamed1251() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2022(core.List<core.String> o) {
|
| +checkUnnamed1251(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'));
|
| @@ -1746,6 +1809,15 @@ main() {
|
| });
|
|
|
|
|
| + unittest.group("obj-schema-ActivityActorVerification", () {
|
| + unittest.test("to-json--from-json", () {
|
| + var o = buildActivityActorVerification();
|
| + var od = new api.ActivityActorVerification.fromJson(o.toJson());
|
| + checkActivityActorVerification(od);
|
| + });
|
| + });
|
| +
|
| +
|
| unittest.group("obj-schema-ActivityActor", () {
|
| unittest.test("to-json--from-json", () {
|
| var o = buildActivityActor();
|
| @@ -1764,6 +1836,15 @@ main() {
|
| });
|
|
|
|
|
| + unittest.group("obj-schema-ActivityObjectActorVerification", () {
|
| + unittest.test("to-json--from-json", () {
|
| + var o = buildActivityObjectActorVerification();
|
| + var od = new api.ActivityObjectActorVerification.fromJson(o.toJson());
|
| + checkActivityObjectActorVerification(od);
|
| + });
|
| + });
|
| +
|
| +
|
| unittest.group("obj-schema-ActivityObjectActor", () {
|
| unittest.test("to-json--from-json", () {
|
| var o = buildActivityObjectActor();
|
| @@ -1962,6 +2043,15 @@ main() {
|
| });
|
|
|
|
|
| + unittest.group("obj-schema-CommentActorVerification", () {
|
| + unittest.test("to-json--from-json", () {
|
| + var o = buildCommentActorVerification();
|
| + var od = new api.CommentActorVerification.fromJson(o.toJson());
|
| + checkCommentActorVerification(od);
|
| + });
|
| + });
|
| +
|
| +
|
| unittest.group("obj-schema-CommentActor", () {
|
| unittest.test("to-json--from-json", () {
|
| var o = buildCommentActor();
|
| @@ -2436,8 +2526,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CirclesResourceApi res = new api.PlusDomainsApi(mock).circles;
|
| var arg_circleId = "foo";
|
| - var arg_email = buildUnnamed2019();
|
| - var arg_userId = buildUnnamed2020();
|
| + var arg_email = buildUnnamed1248();
|
| + var arg_userId = buildUnnamed1249();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -2756,8 +2846,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CirclesResourceApi res = new api.PlusDomainsApi(mock).circles;
|
| var arg_circleId = "foo";
|
| - var arg_email = buildUnnamed2021();
|
| - var arg_userId = buildUnnamed2022();
|
| + var arg_email = buildUnnamed1250();
|
| + var arg_userId = buildUnnamed1251();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
|
|