| Index: generated/googleapis/test/blogger/v3_test.dart
|
| diff --git a/generated/googleapis/test/blogger/v3_test.dart b/generated/googleapis/test/blogger/v3_test.dart
|
| index 4c74b92d7a1842dd06de0e9270a98f678b03562d..5d6441fd847dac4839113841db7e0b7832b934d3 100644
|
| --- a/generated/googleapis/test/blogger/v3_test.dart
|
| +++ b/generated/googleapis/test/blogger/v3_test.dart
|
| @@ -95,14 +95,14 @@ checkBlogPages(api.BlogPages o) {
|
| buildCounterBlogPages--;
|
| }
|
|
|
| -buildUnnamed1138() {
|
| +buildUnnamed1158() {
|
| var o = new core.List<api.Post>();
|
| o.add(buildPost());
|
| o.add(buildPost());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1138(core.List<api.Post> o) {
|
| +checkUnnamed1158(core.List<api.Post> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPost(o[0]);
|
| checkPost(o[1]);
|
| @@ -113,7 +113,7 @@ buildBlogPosts() {
|
| var o = new api.BlogPosts();
|
| buildCounterBlogPosts++;
|
| if (buildCounterBlogPosts < 3) {
|
| - o.items = buildUnnamed1138();
|
| + o.items = buildUnnamed1158();
|
| o.selfLink = "foo";
|
| o.totalItems = 42;
|
| }
|
| @@ -124,7 +124,7 @@ buildBlogPosts() {
|
| checkBlogPosts(api.BlogPosts o) {
|
| buildCounterBlogPosts++;
|
| if (buildCounterBlogPosts < 3) {
|
| - checkUnnamed1138(o.items);
|
| + checkUnnamed1158(o.items);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals(42));
|
| }
|
| @@ -174,27 +174,27 @@ checkBlog(api.Blog o) {
|
| buildCounterBlog--;
|
| }
|
|
|
| -buildUnnamed1139() {
|
| +buildUnnamed1159() {
|
| var o = new core.List<api.BlogUserInfo>();
|
| o.add(buildBlogUserInfo());
|
| o.add(buildBlogUserInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1139(core.List<api.BlogUserInfo> o) {
|
| +checkUnnamed1159(core.List<api.BlogUserInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBlogUserInfo(o[0]);
|
| checkBlogUserInfo(o[1]);
|
| }
|
|
|
| -buildUnnamed1140() {
|
| +buildUnnamed1160() {
|
| var o = new core.List<api.Blog>();
|
| o.add(buildBlog());
|
| o.add(buildBlog());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1140(core.List<api.Blog> o) {
|
| +checkUnnamed1160(core.List<api.Blog> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBlog(o[0]);
|
| checkBlog(o[1]);
|
| @@ -205,8 +205,8 @@ buildBlogList() {
|
| var o = new api.BlogList();
|
| buildCounterBlogList++;
|
| if (buildCounterBlogList < 3) {
|
| - o.blogUserInfos = buildUnnamed1139();
|
| - o.items = buildUnnamed1140();
|
| + o.blogUserInfos = buildUnnamed1159();
|
| + o.items = buildUnnamed1160();
|
| o.kind = "foo";
|
| }
|
| buildCounterBlogList--;
|
| @@ -216,8 +216,8 @@ buildBlogList() {
|
| checkBlogList(api.BlogList o) {
|
| buildCounterBlogList++;
|
| if (buildCounterBlogList < 3) {
|
| - checkUnnamed1139(o.blogUserInfos);
|
| - checkUnnamed1140(o.items);
|
| + checkUnnamed1159(o.blogUserInfos);
|
| + checkUnnamed1160(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBlogList--;
|
| @@ -415,14 +415,14 @@ checkComment(api.Comment o) {
|
| buildCounterComment--;
|
| }
|
|
|
| -buildUnnamed1141() {
|
| +buildUnnamed1161() {
|
| var o = new core.List<api.Comment>();
|
| o.add(buildComment());
|
| o.add(buildComment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1141(core.List<api.Comment> o) {
|
| +checkUnnamed1161(core.List<api.Comment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkComment(o[0]);
|
| checkComment(o[1]);
|
| @@ -434,7 +434,7 @@ buildCommentList() {
|
| buildCounterCommentList++;
|
| if (buildCounterCommentList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1141();
|
| + o.items = buildUnnamed1161();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.prevPageToken = "foo";
|
| @@ -447,7 +447,7 @@ checkCommentList(api.CommentList o) {
|
| buildCounterCommentList++;
|
| if (buildCounterCommentList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1141(o.items);
|
| + checkUnnamed1161(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.prevPageToken, unittest.equals('foo'));
|
| @@ -559,14 +559,14 @@ checkPage(api.Page o) {
|
| buildCounterPage--;
|
| }
|
|
|
| -buildUnnamed1142() {
|
| +buildUnnamed1162() {
|
| var o = new core.List<api.Page>();
|
| o.add(buildPage());
|
| o.add(buildPage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1142(core.List<api.Page> o) {
|
| +checkUnnamed1162(core.List<api.Page> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPage(o[0]);
|
| checkPage(o[1]);
|
| @@ -578,7 +578,7 @@ buildPageList() {
|
| buildCounterPageList++;
|
| if (buildCounterPageList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1142();
|
| + o.items = buildUnnamed1162();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -590,7 +590,7 @@ checkPageList(api.PageList o) {
|
| buildCounterPageList++;
|
| if (buildCounterPageList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1142(o.items);
|
| + checkUnnamed1162(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -618,14 +618,14 @@ checkPageviewsCounts(api.PageviewsCounts o) {
|
| buildCounterPageviewsCounts--;
|
| }
|
|
|
| -buildUnnamed1143() {
|
| +buildUnnamed1163() {
|
| var o = new core.List<api.PageviewsCounts>();
|
| o.add(buildPageviewsCounts());
|
| o.add(buildPageviewsCounts());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1143(core.List<api.PageviewsCounts> o) {
|
| +checkUnnamed1163(core.List<api.PageviewsCounts> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPageviewsCounts(o[0]);
|
| checkPageviewsCounts(o[1]);
|
| @@ -637,7 +637,7 @@ buildPageviews() {
|
| buildCounterPageviews++;
|
| if (buildCounterPageviews < 3) {
|
| o.blogId = "foo";
|
| - o.counts = buildUnnamed1143();
|
| + o.counts = buildUnnamed1163();
|
| o.kind = "foo";
|
| }
|
| buildCounterPageviews--;
|
| @@ -648,7 +648,7 @@ checkPageviews(api.Pageviews o) {
|
| buildCounterPageviews++;
|
| if (buildCounterPageviews < 3) {
|
| unittest.expect(o.blogId, unittest.equals('foo'));
|
| - checkUnnamed1143(o.counts);
|
| + checkUnnamed1163(o.counts);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterPageviews--;
|
| @@ -736,27 +736,27 @@ checkPostImages(api.PostImages o) {
|
| buildCounterPostImages--;
|
| }
|
|
|
| -buildUnnamed1144() {
|
| +buildUnnamed1164() {
|
| var o = new core.List<api.PostImages>();
|
| o.add(buildPostImages());
|
| o.add(buildPostImages());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1144(core.List<api.PostImages> o) {
|
| +checkUnnamed1164(core.List<api.PostImages> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPostImages(o[0]);
|
| checkPostImages(o[1]);
|
| }
|
|
|
| -buildUnnamed1145() {
|
| +buildUnnamed1165() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1145(core.List<core.String> o) {
|
| +checkUnnamed1165(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'));
|
| @@ -787,14 +787,14 @@ checkPostLocation(api.PostLocation o) {
|
| buildCounterPostLocation--;
|
| }
|
|
|
| -buildUnnamed1146() {
|
| +buildUnnamed1166() {
|
| var o = new core.List<api.Comment>();
|
| o.add(buildComment());
|
| o.add(buildComment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1146(core.List<api.Comment> o) {
|
| +checkUnnamed1166(core.List<api.Comment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkComment(o[0]);
|
| checkComment(o[1]);
|
| @@ -805,7 +805,7 @@ buildPostReplies() {
|
| var o = new api.PostReplies();
|
| buildCounterPostReplies++;
|
| if (buildCounterPostReplies < 3) {
|
| - o.items = buildUnnamed1146();
|
| + o.items = buildUnnamed1166();
|
| o.selfLink = "foo";
|
| o.totalItems = "foo";
|
| }
|
| @@ -816,7 +816,7 @@ buildPostReplies() {
|
| checkPostReplies(api.PostReplies o) {
|
| buildCounterPostReplies++;
|
| if (buildCounterPostReplies < 3) {
|
| - checkUnnamed1146(o.items);
|
| + checkUnnamed1166(o.items);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.totalItems, unittest.equals('foo'));
|
| }
|
| @@ -834,9 +834,9 @@ buildPost() {
|
| o.customMetaData = "foo";
|
| o.etag = "foo";
|
| o.id = "foo";
|
| - o.images = buildUnnamed1144();
|
| + o.images = buildUnnamed1164();
|
| o.kind = "foo";
|
| - o.labels = buildUnnamed1145();
|
| + o.labels = buildUnnamed1165();
|
| o.location = buildPostLocation();
|
| o.published = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.readerComments = "foo";
|
| @@ -861,9 +861,9 @@ checkPost(api.Post o) {
|
| unittest.expect(o.customMetaData, unittest.equals('foo'));
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1144(o.images);
|
| + checkUnnamed1164(o.images);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1145(o.labels);
|
| + checkUnnamed1165(o.labels);
|
| checkPostLocation(o.location);
|
| unittest.expect(o.published, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.readerComments, unittest.equals('foo'));
|
| @@ -878,14 +878,14 @@ checkPost(api.Post o) {
|
| buildCounterPost--;
|
| }
|
|
|
| -buildUnnamed1147() {
|
| +buildUnnamed1167() {
|
| var o = new core.List<api.Post>();
|
| o.add(buildPost());
|
| o.add(buildPost());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1147(core.List<api.Post> o) {
|
| +checkUnnamed1167(core.List<api.Post> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPost(o[0]);
|
| checkPost(o[1]);
|
| @@ -897,7 +897,7 @@ buildPostList() {
|
| buildCounterPostList++;
|
| if (buildCounterPostList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1147();
|
| + o.items = buildUnnamed1167();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -909,7 +909,7 @@ checkPostList(api.PostList o) {
|
| buildCounterPostList++;
|
| if (buildCounterPostList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1147(o.items);
|
| + checkUnnamed1167(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -966,14 +966,14 @@ checkPostUserInfo(api.PostUserInfo o) {
|
| buildCounterPostUserInfo--;
|
| }
|
|
|
| -buildUnnamed1148() {
|
| +buildUnnamed1168() {
|
| var o = new core.List<api.PostUserInfo>();
|
| o.add(buildPostUserInfo());
|
| o.add(buildPostUserInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1148(core.List<api.PostUserInfo> o) {
|
| +checkUnnamed1168(core.List<api.PostUserInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPostUserInfo(o[0]);
|
| checkPostUserInfo(o[1]);
|
| @@ -984,7 +984,7 @@ buildPostUserInfosList() {
|
| var o = new api.PostUserInfosList();
|
| buildCounterPostUserInfosList++;
|
| if (buildCounterPostUserInfosList < 3) {
|
| - o.items = buildUnnamed1148();
|
| + o.items = buildUnnamed1168();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -995,7 +995,7 @@ buildPostUserInfosList() {
|
| checkPostUserInfosList(api.PostUserInfosList o) {
|
| buildCounterPostUserInfosList++;
|
| if (buildCounterPostUserInfosList < 3) {
|
| - checkUnnamed1148(o.items);
|
| + checkUnnamed1168(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1079,105 +1079,105 @@ checkUser(api.User o) {
|
| buildCounterUser--;
|
| }
|
|
|
| -buildUnnamed1149() {
|
| +buildUnnamed1169() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1149(core.List<core.String> o) {
|
| +checkUnnamed1169(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'));
|
| }
|
|
|
| -buildUnnamed1150() {
|
| +buildUnnamed1170() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1150(core.List<core.String> o) {
|
| +checkUnnamed1170(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'));
|
| }
|
|
|
| -buildUnnamed1151() {
|
| +buildUnnamed1171() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1151(core.List<core.String> o) {
|
| +checkUnnamed1171(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'));
|
| }
|
|
|
| -buildUnnamed1152() {
|
| +buildUnnamed1172() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1152(core.List<core.String> o) {
|
| +checkUnnamed1172(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'));
|
| }
|
|
|
| -buildUnnamed1153() {
|
| +buildUnnamed1173() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1153(core.List<core.String> o) {
|
| +checkUnnamed1173(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'));
|
| }
|
|
|
| -buildUnnamed1154() {
|
| +buildUnnamed1174() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1154(core.List<core.String> o) {
|
| +checkUnnamed1174(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'));
|
| }
|
|
|
| -buildUnnamed1155() {
|
| +buildUnnamed1175() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1155(core.List<core.String> o) {
|
| +checkUnnamed1175(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'));
|
| }
|
|
|
| -buildUnnamed1156() {
|
| +buildUnnamed1176() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1156(core.List<core.String> o) {
|
| +checkUnnamed1176(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'));
|
| @@ -1672,8 +1672,8 @@ main() {
|
| api.BlogsResourceApi res = new api.BloggerApi(mock).blogs;
|
| var arg_userId = "foo";
|
| var arg_fetchUserInfo = true;
|
| - var arg_role = buildUnnamed1149();
|
| - var arg_status = buildUnnamed1150();
|
| + var arg_role = buildUnnamed1169();
|
| + var arg_status = buildUnnamed1170();
|
| var arg_view = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| @@ -1941,7 +1941,7 @@ main() {
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_startDate = core.DateTime.parse("2002-02-27T14:01:02");
|
| - var arg_status = buildUnnamed1151();
|
| + var arg_status = buildUnnamed1171();
|
| var arg_view = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| @@ -2015,7 +2015,7 @@ main() {
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_startDate = core.DateTime.parse("2002-02-27T14:01:02");
|
| - var arg_status = buildUnnamed1152();
|
| + var arg_status = buildUnnamed1172();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -2217,7 +2217,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.PageViewsResourceApi res = new api.BloggerApi(mock).pageViews;
|
| var arg_blogId = "foo";
|
| - var arg_range = buildUnnamed1153();
|
| + var arg_range = buildUnnamed1173();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -2452,7 +2452,7 @@ main() {
|
| var arg_fetchBodies = true;
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| - var arg_status = buildUnnamed1154();
|
| + var arg_status = buildUnnamed1174();
|
| var arg_view = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| @@ -2843,7 +2843,7 @@ main() {
|
| var arg_orderBy = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_startDate = core.DateTime.parse("2002-02-27T14:01:02");
|
| - var arg_status = buildUnnamed1155();
|
| + var arg_status = buildUnnamed1175();
|
| var arg_view = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| @@ -3168,7 +3168,7 @@ main() {
|
| var arg_orderBy = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_startDate = core.DateTime.parse("2002-02-27T14:01:02");
|
| - var arg_status = buildUnnamed1156();
|
| + var arg_status = buildUnnamed1176();
|
| var arg_view = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
|
|