Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: generated/googleapis/test/webmasters/v3_test.dart

Issue 770773002: Api roll 7: 2014-12-01 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « generated/googleapis/test/webfonts/v1_test.dart ('k') | generated/googleapis/test/youtube/v3_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/test/webmasters/v3_test.dart
diff --git a/generated/googleapis/test/webmasters/v3_test.dart b/generated/googleapis/test/webmasters/v3_test.dart
index 3fe17c2af7606d39d8fb9f454b4815cbe86e87a2..63d5a8591bdc3bdf85d8ae0e8e46c3bf5ec0d7ce 100644
--- a/generated/googleapis/test/webmasters/v3_test.dart
+++ b/generated/googleapis/test/webmasters/v3_test.dart
@@ -16,14 +16,14 @@ import 'package:googleapis/webmasters/v3.dart' as api;
-buildUnnamed383() {
+buildUnnamed1128() {
var o = new core.List<api.WmxSitemap>();
o.add(buildWmxSitemap());
o.add(buildWmxSitemap());
return o;
}
-checkUnnamed383(core.List<api.WmxSitemap> o) {
+checkUnnamed1128(core.List<api.WmxSitemap> o) {
unittest.expect(o, unittest.hasLength(2));
checkWmxSitemap(o[0]);
checkWmxSitemap(o[1]);
@@ -34,7 +34,7 @@ buildSitemapsListResponse() {
var o = new api.SitemapsListResponse();
buildCounterSitemapsListResponse++;
if (buildCounterSitemapsListResponse < 3) {
- o.sitemap = buildUnnamed383();
+ o.sitemap = buildUnnamed1128();
}
buildCounterSitemapsListResponse--;
return o;
@@ -43,19 +43,19 @@ buildSitemapsListResponse() {
checkSitemapsListResponse(api.SitemapsListResponse o) {
buildCounterSitemapsListResponse++;
if (buildCounterSitemapsListResponse < 3) {
- checkUnnamed383(o.sitemap);
+ checkUnnamed1128(o.sitemap);
}
buildCounterSitemapsListResponse--;
}
-buildUnnamed384() {
+buildUnnamed1129() {
var o = new core.List<api.WmxSite>();
o.add(buildWmxSite());
o.add(buildWmxSite());
return o;
}
-checkUnnamed384(core.List<api.WmxSite> o) {
+checkUnnamed1129(core.List<api.WmxSite> o) {
unittest.expect(o, unittest.hasLength(2));
checkWmxSite(o[0]);
checkWmxSite(o[1]);
@@ -66,7 +66,7 @@ buildSitesListResponse() {
var o = new api.SitesListResponse();
buildCounterSitesListResponse++;
if (buildCounterSitesListResponse < 3) {
- o.siteEntry = buildUnnamed384();
+ o.siteEntry = buildUnnamed1129();
}
buildCounterSitesListResponse--;
return o;
@@ -75,7 +75,7 @@ buildSitesListResponse() {
checkSitesListResponse(api.SitesListResponse o) {
buildCounterSitesListResponse++;
if (buildCounterSitesListResponse < 3) {
- checkUnnamed384(o.siteEntry);
+ checkUnnamed1129(o.siteEntry);
}
buildCounterSitesListResponse--;
}
@@ -101,14 +101,14 @@ checkUrlCrawlErrorCount(api.UrlCrawlErrorCount o) {
buildCounterUrlCrawlErrorCount--;
}
-buildUnnamed385() {
+buildUnnamed1130() {
var o = new core.List<api.UrlCrawlErrorCount>();
o.add(buildUrlCrawlErrorCount());
o.add(buildUrlCrawlErrorCount());
return o;
}
-checkUnnamed385(core.List<api.UrlCrawlErrorCount> o) {
+checkUnnamed1130(core.List<api.UrlCrawlErrorCount> o) {
unittest.expect(o, unittest.hasLength(2));
checkUrlCrawlErrorCount(o[0]);
checkUrlCrawlErrorCount(o[1]);
@@ -120,7 +120,7 @@ buildUrlCrawlErrorCountsPerType() {
buildCounterUrlCrawlErrorCountsPerType++;
if (buildCounterUrlCrawlErrorCountsPerType < 3) {
o.category = "foo";
- o.entries = buildUnnamed385();
+ o.entries = buildUnnamed1130();
o.platform = "foo";
}
buildCounterUrlCrawlErrorCountsPerType--;
@@ -131,20 +131,20 @@ checkUrlCrawlErrorCountsPerType(api.UrlCrawlErrorCountsPerType o) {
buildCounterUrlCrawlErrorCountsPerType++;
if (buildCounterUrlCrawlErrorCountsPerType < 3) {
unittest.expect(o.category, unittest.equals('foo'));
- checkUnnamed385(o.entries);
+ checkUnnamed1130(o.entries);
unittest.expect(o.platform, unittest.equals('foo'));
}
buildCounterUrlCrawlErrorCountsPerType--;
}
-buildUnnamed386() {
+buildUnnamed1131() {
var o = new core.List<api.UrlCrawlErrorCountsPerType>();
o.add(buildUrlCrawlErrorCountsPerType());
o.add(buildUrlCrawlErrorCountsPerType());
return o;
}
-checkUnnamed386(core.List<api.UrlCrawlErrorCountsPerType> o) {
+checkUnnamed1131(core.List<api.UrlCrawlErrorCountsPerType> o) {
unittest.expect(o, unittest.hasLength(2));
checkUrlCrawlErrorCountsPerType(o[0]);
checkUrlCrawlErrorCountsPerType(o[1]);
@@ -155,7 +155,7 @@ buildUrlCrawlErrorsCountsQueryResponse() {
var o = new api.UrlCrawlErrorsCountsQueryResponse();
buildCounterUrlCrawlErrorsCountsQueryResponse++;
if (buildCounterUrlCrawlErrorsCountsQueryResponse < 3) {
- o.countPerTypes = buildUnnamed386();
+ o.countPerTypes = buildUnnamed1131();
}
buildCounterUrlCrawlErrorsCountsQueryResponse--;
return o;
@@ -164,7 +164,7 @@ buildUrlCrawlErrorsCountsQueryResponse() {
checkUrlCrawlErrorsCountsQueryResponse(api.UrlCrawlErrorsCountsQueryResponse o) {
buildCounterUrlCrawlErrorsCountsQueryResponse++;
if (buildCounterUrlCrawlErrorsCountsQueryResponse < 3) {
- checkUnnamed386(o.countPerTypes);
+ checkUnnamed1131(o.countPerTypes);
}
buildCounterUrlCrawlErrorsCountsQueryResponse--;
}
@@ -196,14 +196,14 @@ checkUrlCrawlErrorsSample(api.UrlCrawlErrorsSample o) {
buildCounterUrlCrawlErrorsSample--;
}
-buildUnnamed387() {
+buildUnnamed1132() {
var o = new core.List<api.UrlCrawlErrorsSample>();
o.add(buildUrlCrawlErrorsSample());
o.add(buildUrlCrawlErrorsSample());
return o;
}
-checkUnnamed387(core.List<api.UrlCrawlErrorsSample> o) {
+checkUnnamed1132(core.List<api.UrlCrawlErrorsSample> o) {
unittest.expect(o, unittest.hasLength(2));
checkUrlCrawlErrorsSample(o[0]);
checkUrlCrawlErrorsSample(o[1]);
@@ -214,7 +214,7 @@ buildUrlCrawlErrorsSamplesListResponse() {
var o = new api.UrlCrawlErrorsSamplesListResponse();
buildCounterUrlCrawlErrorsSamplesListResponse++;
if (buildCounterUrlCrawlErrorsSamplesListResponse < 3) {
- o.urlCrawlErrorSample = buildUnnamed387();
+ o.urlCrawlErrorSample = buildUnnamed1132();
}
buildCounterUrlCrawlErrorsSamplesListResponse--;
return o;
@@ -223,32 +223,32 @@ buildUrlCrawlErrorsSamplesListResponse() {
checkUrlCrawlErrorsSamplesListResponse(api.UrlCrawlErrorsSamplesListResponse o) {
buildCounterUrlCrawlErrorsSamplesListResponse++;
if (buildCounterUrlCrawlErrorsSamplesListResponse < 3) {
- checkUnnamed387(o.urlCrawlErrorSample);
+ checkUnnamed1132(o.urlCrawlErrorSample);
}
buildCounterUrlCrawlErrorsSamplesListResponse--;
}
-buildUnnamed388() {
+buildUnnamed1133() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed388(core.List<core.String> o) {
+checkUnnamed1133(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'));
}
-buildUnnamed389() {
+buildUnnamed1134() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed389(core.List<core.String> o) {
+checkUnnamed1134(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'));
@@ -259,8 +259,8 @@ buildUrlSampleDetails() {
var o = new api.UrlSampleDetails();
buildCounterUrlSampleDetails++;
if (buildCounterUrlSampleDetails < 3) {
- o.containingSitemaps = buildUnnamed388();
- o.linkedFromUrls = buildUnnamed389();
+ o.containingSitemaps = buildUnnamed1133();
+ o.linkedFromUrls = buildUnnamed1134();
}
buildCounterUrlSampleDetails--;
return o;
@@ -269,8 +269,8 @@ buildUrlSampleDetails() {
checkUrlSampleDetails(api.UrlSampleDetails o) {
buildCounterUrlSampleDetails++;
if (buildCounterUrlSampleDetails < 3) {
- checkUnnamed388(o.containingSitemaps);
- checkUnnamed389(o.linkedFromUrls);
+ checkUnnamed1133(o.containingSitemaps);
+ checkUnnamed1134(o.linkedFromUrls);
}
buildCounterUrlSampleDetails--;
}
@@ -296,14 +296,14 @@ checkWmxSite(api.WmxSite o) {
buildCounterWmxSite--;
}
-buildUnnamed390() {
+buildUnnamed1135() {
var o = new core.List<api.WmxSitemapContent>();
o.add(buildWmxSitemapContent());
o.add(buildWmxSitemapContent());
return o;
}
-checkUnnamed390(core.List<api.WmxSitemapContent> o) {
+checkUnnamed1135(core.List<api.WmxSitemapContent> o) {
unittest.expect(o, unittest.hasLength(2));
checkWmxSitemapContent(o[0]);
checkWmxSitemapContent(o[1]);
@@ -314,7 +314,7 @@ buildWmxSitemap() {
var o = new api.WmxSitemap();
buildCounterWmxSitemap++;
if (buildCounterWmxSitemap < 3) {
- o.contents = buildUnnamed390();
+ o.contents = buildUnnamed1135();
o.errors = "foo";
o.isPending = true;
o.isSitemapsIndex = true;
@@ -331,7 +331,7 @@ buildWmxSitemap() {
checkWmxSitemap(api.WmxSitemap o) {
buildCounterWmxSitemap++;
if (buildCounterWmxSitemap < 3) {
- checkUnnamed390(o.contents);
+ checkUnnamed1135(o.contents);
unittest.expect(o.errors, unittest.equals('foo'));
unittest.expect(o.isPending, unittest.isTrue);
unittest.expect(o.isSitemapsIndex, unittest.isTrue);
« no previous file with comments | « generated/googleapis/test/webfonts/v1_test.dart ('k') | generated/googleapis/test/youtube/v3_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698