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 f3550d3ef48af21c21073883c56c434eb3aba1b3..5d6ea5610bc6181c09df80e30d34a022e7e76a43 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--; |
} |
-buildUnnamed475() { |
+buildUnnamed1235() { |
var o = new core.List<api.Post>(); |
o.add(buildPost()); |
o.add(buildPost()); |
return o; |
} |
-checkUnnamed475(core.List<api.Post> o) { |
+checkUnnamed1235(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 = buildUnnamed475(); |
+ o.items = buildUnnamed1235(); |
o.selfLink = "foo"; |
o.totalItems = 42; |
} |
@@ -124,7 +124,7 @@ buildBlogPosts() { |
checkBlogPosts(api.BlogPosts o) { |
buildCounterBlogPosts++; |
if (buildCounterBlogPosts < 3) { |
- checkUnnamed475(o.items); |
+ checkUnnamed1235(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--; |
} |
-buildUnnamed476() { |
+buildUnnamed1236() { |
var o = new core.List<api.BlogUserInfo>(); |
o.add(buildBlogUserInfo()); |
o.add(buildBlogUserInfo()); |
return o; |
} |
-checkUnnamed476(core.List<api.BlogUserInfo> o) { |
+checkUnnamed1236(core.List<api.BlogUserInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkBlogUserInfo(o[0]); |
checkBlogUserInfo(o[1]); |
} |
-buildUnnamed477() { |
+buildUnnamed1237() { |
var o = new core.List<api.Blog>(); |
o.add(buildBlog()); |
o.add(buildBlog()); |
return o; |
} |
-checkUnnamed477(core.List<api.Blog> o) { |
+checkUnnamed1237(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 = buildUnnamed476(); |
- o.items = buildUnnamed477(); |
+ o.blogUserInfos = buildUnnamed1236(); |
+ o.items = buildUnnamed1237(); |
o.kind = "foo"; |
} |
buildCounterBlogList--; |
@@ -216,8 +216,8 @@ buildBlogList() { |
checkBlogList(api.BlogList o) { |
buildCounterBlogList++; |
if (buildCounterBlogList < 3) { |
- checkUnnamed476(o.blogUserInfos); |
- checkUnnamed477(o.items); |
+ checkUnnamed1236(o.blogUserInfos); |
+ checkUnnamed1237(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterBlogList--; |
@@ -415,14 +415,14 @@ checkComment(api.Comment o) { |
buildCounterComment--; |
} |
-buildUnnamed478() { |
+buildUnnamed1238() { |
var o = new core.List<api.Comment>(); |
o.add(buildComment()); |
o.add(buildComment()); |
return o; |
} |
-checkUnnamed478(core.List<api.Comment> o) { |
+checkUnnamed1238(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 = buildUnnamed478(); |
+ o.items = buildUnnamed1238(); |
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')); |
- checkUnnamed478(o.items); |
+ checkUnnamed1238(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--; |
} |
-buildUnnamed479() { |
+buildUnnamed1239() { |
var o = new core.List<api.Page>(); |
o.add(buildPage()); |
o.add(buildPage()); |
return o; |
} |
-checkUnnamed479(core.List<api.Page> o) { |
+checkUnnamed1239(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 = buildUnnamed479(); |
+ o.items = buildUnnamed1239(); |
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')); |
- checkUnnamed479(o.items); |
+ checkUnnamed1239(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--; |
} |
-buildUnnamed480() { |
+buildUnnamed1240() { |
var o = new core.List<api.PageviewsCounts>(); |
o.add(buildPageviewsCounts()); |
o.add(buildPageviewsCounts()); |
return o; |
} |
-checkUnnamed480(core.List<api.PageviewsCounts> o) { |
+checkUnnamed1240(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 = buildUnnamed480(); |
+ o.counts = buildUnnamed1240(); |
o.kind = "foo"; |
} |
buildCounterPageviews--; |
@@ -648,7 +648,7 @@ checkPageviews(api.Pageviews o) { |
buildCounterPageviews++; |
if (buildCounterPageviews < 3) { |
unittest.expect(o.blogId, unittest.equals('foo')); |
- checkUnnamed480(o.counts); |
+ checkUnnamed1240(o.counts); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterPageviews--; |
@@ -736,27 +736,27 @@ checkPostImages(api.PostImages o) { |
buildCounterPostImages--; |
} |
-buildUnnamed481() { |
+buildUnnamed1241() { |
var o = new core.List<api.PostImages>(); |
o.add(buildPostImages()); |
o.add(buildPostImages()); |
return o; |
} |
-checkUnnamed481(core.List<api.PostImages> o) { |
+checkUnnamed1241(core.List<api.PostImages> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPostImages(o[0]); |
checkPostImages(o[1]); |
} |
-buildUnnamed482() { |
+buildUnnamed1242() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed482(core.List<core.String> o) { |
+checkUnnamed1242(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--; |
} |
-buildUnnamed483() { |
+buildUnnamed1243() { |
var o = new core.List<api.Comment>(); |
o.add(buildComment()); |
o.add(buildComment()); |
return o; |
} |
-checkUnnamed483(core.List<api.Comment> o) { |
+checkUnnamed1243(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 = buildUnnamed483(); |
+ o.items = buildUnnamed1243(); |
o.selfLink = "foo"; |
o.totalItems = "foo"; |
} |
@@ -816,7 +816,7 @@ buildPostReplies() { |
checkPostReplies(api.PostReplies o) { |
buildCounterPostReplies++; |
if (buildCounterPostReplies < 3) { |
- checkUnnamed483(o.items); |
+ checkUnnamed1243(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 = buildUnnamed481(); |
+ o.images = buildUnnamed1241(); |
o.kind = "foo"; |
- o.labels = buildUnnamed482(); |
+ o.labels = buildUnnamed1242(); |
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')); |
- checkUnnamed481(o.images); |
+ checkUnnamed1241(o.images); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed482(o.labels); |
+ checkUnnamed1242(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--; |
} |
-buildUnnamed484() { |
+buildUnnamed1244() { |
var o = new core.List<api.Post>(); |
o.add(buildPost()); |
o.add(buildPost()); |
return o; |
} |
-checkUnnamed484(core.List<api.Post> o) { |
+checkUnnamed1244(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 = buildUnnamed484(); |
+ o.items = buildUnnamed1244(); |
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')); |
- checkUnnamed484(o.items); |
+ checkUnnamed1244(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--; |
} |
-buildUnnamed485() { |
+buildUnnamed1245() { |
var o = new core.List<api.PostUserInfo>(); |
o.add(buildPostUserInfo()); |
o.add(buildPostUserInfo()); |
return o; |
} |
-checkUnnamed485(core.List<api.PostUserInfo> o) { |
+checkUnnamed1245(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 = buildUnnamed485(); |
+ o.items = buildUnnamed1245(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -995,7 +995,7 @@ buildPostUserInfosList() { |
checkPostUserInfosList(api.PostUserInfosList o) { |
buildCounterPostUserInfosList++; |
if (buildCounterPostUserInfosList < 3) { |
- checkUnnamed485(o.items); |
+ checkUnnamed1245(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--; |
} |
-buildUnnamed486() { |
+buildUnnamed1246() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed486(core.List<core.String> o) { |
+checkUnnamed1246(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')); |
} |
-buildUnnamed487() { |
+buildUnnamed1247() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed487(core.List<core.String> o) { |
+checkUnnamed1247(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')); |
} |
-buildUnnamed488() { |
+buildUnnamed1248() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed488(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')); |
} |
-buildUnnamed489() { |
+buildUnnamed1249() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed489(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')); |
} |
-buildUnnamed490() { |
+buildUnnamed1250() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed490(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')); |
} |
-buildUnnamed491() { |
+buildUnnamed1251() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed491(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')); |
} |
-buildUnnamed492() { |
+buildUnnamed1252() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed492(core.List<core.String> o) { |
+checkUnnamed1252(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')); |
} |
-buildUnnamed493() { |
+buildUnnamed1253() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed493(core.List<core.String> o) { |
+checkUnnamed1253(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 = buildUnnamed486(); |
- var arg_status = buildUnnamed487(); |
+ var arg_role = buildUnnamed1246(); |
+ var arg_status = buildUnnamed1247(); |
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 = buildUnnamed488(); |
+ var arg_status = buildUnnamed1248(); |
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 = buildUnnamed489(); |
+ var arg_status = buildUnnamed1249(); |
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 = buildUnnamed490(); |
+ var arg_range = buildUnnamed1250(); |
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 = buildUnnamed491(); |
+ var arg_status = buildUnnamed1251(); |
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 = buildUnnamed492(); |
+ var arg_status = buildUnnamed1252(); |
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 = buildUnnamed493(); |
+ var arg_status = buildUnnamed1253(); |
var arg_view = "foo"; |
mock.register(unittest.expectAsync((http.BaseRequest req, json) { |
var path = (req.url).path; |