| 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 7b2653e990208b0ce5768c97ecc204c44c1e1dd8..3b29fd53085c0a4f43d09ad864a828ea11028c2c 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);
|
| }
|
|
|
| -buildUnnamed2634() {
|
| +buildUnnamed1109() {
|
| var o = new core.List<api.PlusDomainsAclentryResource>();
|
| o.add(buildPlusDomainsAclentryResource());
|
| o.add(buildPlusDomainsAclentryResource());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2634(core.List<api.PlusDomainsAclentryResource> o) {
|
| +checkUnnamed1109(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 = buildUnnamed2634();
|
| + o.items = buildUnnamed1109();
|
| 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);
|
| - checkUnnamed2634(o.items);
|
| + checkUnnamed1109(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAcl--;
|
| @@ -412,14 +412,14 @@ checkActivityObjectAttachmentsPreviewThumbnails(api.ActivityObjectAttachmentsPre
|
| buildCounterActivityObjectAttachmentsPreviewThumbnails--;
|
| }
|
|
|
| -buildUnnamed2635() {
|
| +buildUnnamed1110() {
|
| var o = new core.List<api.ActivityObjectAttachmentsPreviewThumbnails>();
|
| o.add(buildActivityObjectAttachmentsPreviewThumbnails());
|
| o.add(buildActivityObjectAttachmentsPreviewThumbnails());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2635(core.List<api.ActivityObjectAttachmentsPreviewThumbnails> o) {
|
| +checkUnnamed1110(core.List<api.ActivityObjectAttachmentsPreviewThumbnails> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkActivityObjectAttachmentsPreviewThumbnails(o[0]);
|
| checkActivityObjectAttachmentsPreviewThumbnails(o[1]);
|
| @@ -473,14 +473,14 @@ checkActivityObjectAttachmentsThumbnails(api.ActivityObjectAttachmentsThumbnails
|
| buildCounterActivityObjectAttachmentsThumbnails--;
|
| }
|
|
|
| -buildUnnamed2636() {
|
| +buildUnnamed1111() {
|
| var o = new core.List<api.ActivityObjectAttachmentsThumbnails>();
|
| o.add(buildActivityObjectAttachmentsThumbnails());
|
| o.add(buildActivityObjectAttachmentsThumbnails());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2636(core.List<api.ActivityObjectAttachmentsThumbnails> o) {
|
| +checkUnnamed1111(core.List<api.ActivityObjectAttachmentsThumbnails> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkActivityObjectAttachmentsThumbnails(o[0]);
|
| checkActivityObjectAttachmentsThumbnails(o[1]);
|
| @@ -498,8 +498,8 @@ buildActivityObjectAttachments() {
|
| o.id = "foo";
|
| o.image = buildActivityObjectAttachmentsImage();
|
| o.objectType = "foo";
|
| - o.previewThumbnails = buildUnnamed2635();
|
| - o.thumbnails = buildUnnamed2636();
|
| + o.previewThumbnails = buildUnnamed1110();
|
| + o.thumbnails = buildUnnamed1111();
|
| o.url = "foo";
|
| }
|
| buildCounterActivityObjectAttachments--;
|
| @@ -516,21 +516,21 @@ checkActivityObjectAttachments(api.ActivityObjectAttachments o) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| checkActivityObjectAttachmentsImage(o.image);
|
| unittest.expect(o.objectType, unittest.equals('foo'));
|
| - checkUnnamed2635(o.previewThumbnails);
|
| - checkUnnamed2636(o.thumbnails);
|
| + checkUnnamed1110(o.previewThumbnails);
|
| + checkUnnamed1111(o.thumbnails);
|
| unittest.expect(o.url, unittest.equals('foo'));
|
| }
|
| buildCounterActivityObjectAttachments--;
|
| }
|
|
|
| -buildUnnamed2637() {
|
| +buildUnnamed1112() {
|
| var o = new core.List<api.ActivityObjectAttachments>();
|
| o.add(buildActivityObjectAttachments());
|
| o.add(buildActivityObjectAttachments());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2637(core.List<api.ActivityObjectAttachments> o) {
|
| +checkUnnamed1112(core.List<api.ActivityObjectAttachments> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkActivityObjectAttachments(o[0]);
|
| checkActivityObjectAttachments(o[1]);
|
| @@ -632,7 +632,7 @@ buildActivityObject() {
|
| buildCounterActivityObject++;
|
| if (buildCounterActivityObject < 3) {
|
| o.actor = buildActivityObjectActor();
|
| - o.attachments = buildUnnamed2637();
|
| + o.attachments = buildUnnamed1112();
|
| o.content = "foo";
|
| o.id = "foo";
|
| o.objectType = "foo";
|
| @@ -651,7 +651,7 @@ checkActivityObject(api.ActivityObject o) {
|
| buildCounterActivityObject++;
|
| if (buildCounterActivityObject < 3) {
|
| checkActivityObjectActor(o.actor);
|
| - checkUnnamed2637(o.attachments);
|
| + checkUnnamed1112(o.attachments);
|
| unittest.expect(o.content, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.objectType, unittest.equals('foo'));
|
| @@ -741,14 +741,14 @@ checkActivity(api.Activity o) {
|
| buildCounterActivity--;
|
| }
|
|
|
| -buildUnnamed2638() {
|
| +buildUnnamed1113() {
|
| var o = new core.List<api.Activity>();
|
| o.add(buildActivity());
|
| o.add(buildActivity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2638(core.List<api.Activity> o) {
|
| +checkUnnamed1113(core.List<api.Activity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkActivity(o[0]);
|
| checkActivity(o[1]);
|
| @@ -761,7 +761,7 @@ buildActivityFeed() {
|
| if (buildCounterActivityFeed < 3) {
|
| o.etag = "foo";
|
| o.id = "foo";
|
| - o.items = buildUnnamed2638();
|
| + o.items = buildUnnamed1113();
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -778,7 +778,7 @@ checkActivityFeed(api.ActivityFeed o) {
|
| if (buildCounterActivityFeed < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2638(o.items);
|
| + checkUnnamed1113(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -816,14 +816,14 @@ checkAudience(api.Audience o) {
|
| buildCounterAudience--;
|
| }
|
|
|
| -buildUnnamed2639() {
|
| +buildUnnamed1114() {
|
| var o = new core.List<api.Audience>();
|
| o.add(buildAudience());
|
| o.add(buildAudience());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2639(core.List<api.Audience> o) {
|
| +checkUnnamed1114(core.List<api.Audience> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAudience(o[0]);
|
| checkAudience(o[1]);
|
| @@ -835,7 +835,7 @@ buildAudiencesFeed() {
|
| buildCounterAudiencesFeed++;
|
| if (buildCounterAudiencesFeed < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed2639();
|
| + o.items = buildUnnamed1114();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.totalItems = 42;
|
| @@ -848,7 +848,7 @@ checkAudiencesFeed(api.AudiencesFeed o) {
|
| buildCounterAudiencesFeed++;
|
| if (buildCounterAudiencesFeed < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed2639(o.items);
|
| + checkUnnamed1114(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| @@ -906,14 +906,14 @@ checkCircle(api.Circle o) {
|
| buildCounterCircle--;
|
| }
|
|
|
| -buildUnnamed2640() {
|
| +buildUnnamed1115() {
|
| var o = new core.List<api.Circle>();
|
| o.add(buildCircle());
|
| o.add(buildCircle());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2640(core.List<api.Circle> o) {
|
| +checkUnnamed1115(core.List<api.Circle> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCircle(o[0]);
|
| checkCircle(o[1]);
|
| @@ -925,7 +925,7 @@ buildCircleFeed() {
|
| buildCounterCircleFeed++;
|
| if (buildCounterCircleFeed < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed2640();
|
| + o.items = buildUnnamed1115();
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -941,7 +941,7 @@ checkCircleFeed(api.CircleFeed o) {
|
| buildCounterCircleFeed++;
|
| if (buildCounterCircleFeed < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed2640(o.items);
|
| + checkUnnamed1115(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -1078,14 +1078,14 @@ checkCommentInReplyTo(api.CommentInReplyTo o) {
|
| buildCounterCommentInReplyTo--;
|
| }
|
|
|
| -buildUnnamed2641() {
|
| +buildUnnamed1116() {
|
| var o = new core.List<api.CommentInReplyTo>();
|
| o.add(buildCommentInReplyTo());
|
| o.add(buildCommentInReplyTo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2641(core.List<api.CommentInReplyTo> o) {
|
| +checkUnnamed1116(core.List<api.CommentInReplyTo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCommentInReplyTo(o[0]);
|
| checkCommentInReplyTo(o[1]);
|
| @@ -1141,7 +1141,7 @@ buildComment() {
|
| o.actor = buildCommentActor();
|
| o.etag = "foo";
|
| o.id = "foo";
|
| - o.inReplyTo = buildUnnamed2641();
|
| + o.inReplyTo = buildUnnamed1116();
|
| o.kind = "foo";
|
| o.object = buildCommentObject();
|
| o.plusoners = buildCommentPlusoners();
|
| @@ -1160,7 +1160,7 @@ checkComment(api.Comment o) {
|
| checkCommentActor(o.actor);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2641(o.inReplyTo);
|
| + checkUnnamed1116(o.inReplyTo);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkCommentObject(o.object);
|
| checkCommentPlusoners(o.plusoners);
|
| @@ -1172,14 +1172,14 @@ checkComment(api.Comment o) {
|
| buildCounterComment--;
|
| }
|
|
|
| -buildUnnamed2642() {
|
| +buildUnnamed1117() {
|
| var o = new core.List<api.Comment>();
|
| o.add(buildComment());
|
| o.add(buildComment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2642(core.List<api.Comment> o) {
|
| +checkUnnamed1117(core.List<api.Comment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkComment(o[0]);
|
| checkComment(o[1]);
|
| @@ -1192,7 +1192,7 @@ buildCommentFeed() {
|
| if (buildCounterCommentFeed < 3) {
|
| o.etag = "foo";
|
| o.id = "foo";
|
| - o.items = buildUnnamed2642();
|
| + o.items = buildUnnamed1117();
|
| o.kind = "foo";
|
| o.nextLink = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -1208,7 +1208,7 @@ checkCommentFeed(api.CommentFeed o) {
|
| if (buildCounterCommentFeed < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2642(o.items);
|
| + checkUnnamed1117(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextLink, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -1281,14 +1281,14 @@ checkMediaExif(api.MediaExif o) {
|
| buildCounterMediaExif--;
|
| }
|
|
|
| -buildUnnamed2643() {
|
| +buildUnnamed1118() {
|
| var o = new core.List<api.Videostream>();
|
| o.add(buildVideostream());
|
| o.add(buildVideostream());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2643(core.List<api.Videostream> o) {
|
| +checkUnnamed1118(core.List<api.Videostream> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVideostream(o[0]);
|
| checkVideostream(o[1]);
|
| @@ -1310,7 +1310,7 @@ buildMedia() {
|
| o.mediaUrl = "foo";
|
| o.published = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.sizeBytes = "foo";
|
| - o.streams = buildUnnamed2643();
|
| + o.streams = buildUnnamed1118();
|
| o.summary = "foo";
|
| o.updated = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.url = "foo";
|
| @@ -1336,7 +1336,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'));
|
| - checkUnnamed2643(o.streams);
|
| + checkUnnamed1118(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'));
|
| @@ -1347,14 +1347,14 @@ checkMedia(api.Media o) {
|
| buildCounterMedia--;
|
| }
|
|
|
| -buildUnnamed2644() {
|
| +buildUnnamed1119() {
|
| var o = new core.List<api.Person>();
|
| o.add(buildPerson());
|
| o.add(buildPerson());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2644(core.List<api.Person> o) {
|
| +checkUnnamed1119(core.List<api.Person> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPerson(o[0]);
|
| checkPerson(o[1]);
|
| @@ -1366,7 +1366,7 @@ buildPeopleFeed() {
|
| buildCounterPeopleFeed++;
|
| if (buildCounterPeopleFeed < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed2644();
|
| + o.items = buildUnnamed1119();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -1381,7 +1381,7 @@ checkPeopleFeed(api.PeopleFeed o) {
|
| buildCounterPeopleFeed++;
|
| if (buildCounterPeopleFeed < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed2644(o.items);
|
| + checkUnnamed1119(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -1479,14 +1479,14 @@ checkPersonEmails(api.PersonEmails o) {
|
| buildCounterPersonEmails--;
|
| }
|
|
|
| -buildUnnamed2645() {
|
| +buildUnnamed1120() {
|
| var o = new core.List<api.PersonEmails>();
|
| o.add(buildPersonEmails());
|
| o.add(buildPersonEmails());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2645(core.List<api.PersonEmails> o) {
|
| +checkUnnamed1120(core.List<api.PersonEmails> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPersonEmails(o[0]);
|
| checkPersonEmails(o[1]);
|
| @@ -1577,14 +1577,14 @@ checkPersonOrganizations(api.PersonOrganizations o) {
|
| buildCounterPersonOrganizations--;
|
| }
|
|
|
| -buildUnnamed2646() {
|
| +buildUnnamed1121() {
|
| var o = new core.List<api.PersonOrganizations>();
|
| o.add(buildPersonOrganizations());
|
| o.add(buildPersonOrganizations());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2646(core.List<api.PersonOrganizations> o) {
|
| +checkUnnamed1121(core.List<api.PersonOrganizations> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPersonOrganizations(o[0]);
|
| checkPersonOrganizations(o[1]);
|
| @@ -1611,14 +1611,14 @@ checkPersonPlacesLived(api.PersonPlacesLived o) {
|
| buildCounterPersonPlacesLived--;
|
| }
|
|
|
| -buildUnnamed2647() {
|
| +buildUnnamed1122() {
|
| var o = new core.List<api.PersonPlacesLived>();
|
| o.add(buildPersonPlacesLived());
|
| o.add(buildPersonPlacesLived());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2647(core.List<api.PersonPlacesLived> o) {
|
| +checkUnnamed1122(core.List<api.PersonPlacesLived> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPersonPlacesLived(o[0]);
|
| checkPersonPlacesLived(o[1]);
|
| @@ -1647,14 +1647,14 @@ checkPersonUrls(api.PersonUrls o) {
|
| buildCounterPersonUrls--;
|
| }
|
|
|
| -buildUnnamed2648() {
|
| +buildUnnamed1123() {
|
| var o = new core.List<api.PersonUrls>();
|
| o.add(buildPersonUrls());
|
| o.add(buildPersonUrls());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2648(core.List<api.PersonUrls> o) {
|
| +checkUnnamed1123(core.List<api.PersonUrls> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPersonUrls(o[0]);
|
| checkPersonUrls(o[1]);
|
| @@ -1673,7 +1673,7 @@ buildPerson() {
|
| o.currentLocation = "foo";
|
| o.displayName = "foo";
|
| o.domain = "foo";
|
| - o.emails = buildUnnamed2645();
|
| + o.emails = buildUnnamed1120();
|
| o.etag = "foo";
|
| o.gender = "foo";
|
| o.id = "foo";
|
| @@ -1684,14 +1684,14 @@ buildPerson() {
|
| o.nickname = "foo";
|
| o.objectType = "foo";
|
| o.occupation = "foo";
|
| - o.organizations = buildUnnamed2646();
|
| - o.placesLived = buildUnnamed2647();
|
| + o.organizations = buildUnnamed1121();
|
| + o.placesLived = buildUnnamed1122();
|
| o.plusOneCount = 42;
|
| o.relationshipStatus = "foo";
|
| o.skills = "foo";
|
| o.tagline = "foo";
|
| o.url = "foo";
|
| - o.urls = buildUnnamed2648();
|
| + o.urls = buildUnnamed1123();
|
| o.verified = true;
|
| }
|
| buildCounterPerson--;
|
| @@ -1709,7 +1709,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'));
|
| - checkUnnamed2645(o.emails);
|
| + checkUnnamed1120(o.emails);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.gender, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| @@ -1720,14 +1720,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'));
|
| - checkUnnamed2646(o.organizations);
|
| - checkUnnamed2647(o.placesLived);
|
| + checkUnnamed1121(o.organizations);
|
| + checkUnnamed1122(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'));
|
| - checkUnnamed2648(o.urls);
|
| + checkUnnamed1123(o.urls);
|
| unittest.expect(o.verified, unittest.isTrue);
|
| }
|
| buildCounterPerson--;
|
| @@ -1848,53 +1848,53 @@ checkVideostream(api.Videostream o) {
|
| buildCounterVideostream--;
|
| }
|
|
|
| -buildUnnamed2649() {
|
| +buildUnnamed1124() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2649(core.List<core.String> o) {
|
| +checkUnnamed1124(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'));
|
| }
|
|
|
| -buildUnnamed2650() {
|
| +buildUnnamed1125() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2650(core.List<core.String> o) {
|
| +checkUnnamed1125(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'));
|
| }
|
|
|
| -buildUnnamed2651() {
|
| +buildUnnamed1126() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2651(core.List<core.String> o) {
|
| +checkUnnamed1126(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'));
|
| }
|
|
|
| -buildUnnamed2652() {
|
| +buildUnnamed1127() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2652(core.List<core.String> o) {
|
| +checkUnnamed1127(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'));
|
| @@ -2700,8 +2700,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CirclesResourceApi res = new api.PlusDomainsApi(mock).circles;
|
| var arg_circleId = "foo";
|
| - var arg_email = buildUnnamed2649();
|
| - var arg_userId = buildUnnamed2650();
|
| + var arg_email = buildUnnamed1124();
|
| + var arg_userId = buildUnnamed1125();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -3020,8 +3020,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CirclesResourceApi res = new api.PlusDomainsApi(mock).circles;
|
| var arg_circleId = "foo";
|
| - var arg_email = buildUnnamed2651();
|
| - var arg_userId = buildUnnamed2652();
|
| + var arg_email = buildUnnamed1126();
|
| + var arg_userId = buildUnnamed1127();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
|
|