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

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

Issue 904493003: API roll 11 v2: 2015-02-06 (Closed) Base URL: https://github.com/dart-lang/googleapis.git@master
Patch Set: Created 5 years, 10 months 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 9090451d229220267aaf63072c35cb2fa6fadc73..8600dc71700cd988f71606ffbb9007f8cb5369e4 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;
-buildUnnamed1389() {
+buildUnnamed1403() {
var o = new core.List<api.WmxSitemap>();
o.add(buildWmxSitemap());
o.add(buildWmxSitemap());
return o;
}
-checkUnnamed1389(core.List<api.WmxSitemap> o) {
+checkUnnamed1403(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 = buildUnnamed1389();
+ o.sitemap = buildUnnamed1403();
}
buildCounterSitemapsListResponse--;
return o;
@@ -43,19 +43,19 @@ buildSitemapsListResponse() {
checkSitemapsListResponse(api.SitemapsListResponse o) {
buildCounterSitemapsListResponse++;
if (buildCounterSitemapsListResponse < 3) {
- checkUnnamed1389(o.sitemap);
+ checkUnnamed1403(o.sitemap);
}
buildCounterSitemapsListResponse--;
}
-buildUnnamed1390() {
+buildUnnamed1404() {
var o = new core.List<api.WmxSite>();
o.add(buildWmxSite());
o.add(buildWmxSite());
return o;
}
-checkUnnamed1390(core.List<api.WmxSite> o) {
+checkUnnamed1404(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 = buildUnnamed1390();
+ o.siteEntry = buildUnnamed1404();
}
buildCounterSitesListResponse--;
return o;
@@ -75,7 +75,7 @@ buildSitesListResponse() {
checkSitesListResponse(api.SitesListResponse o) {
buildCounterSitesListResponse++;
if (buildCounterSitesListResponse < 3) {
- checkUnnamed1390(o.siteEntry);
+ checkUnnamed1404(o.siteEntry);
}
buildCounterSitesListResponse--;
}
@@ -101,14 +101,14 @@ checkUrlCrawlErrorCount(api.UrlCrawlErrorCount o) {
buildCounterUrlCrawlErrorCount--;
}
-buildUnnamed1391() {
+buildUnnamed1405() {
var o = new core.List<api.UrlCrawlErrorCount>();
o.add(buildUrlCrawlErrorCount());
o.add(buildUrlCrawlErrorCount());
return o;
}
-checkUnnamed1391(core.List<api.UrlCrawlErrorCount> o) {
+checkUnnamed1405(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 = buildUnnamed1391();
+ o.entries = buildUnnamed1405();
o.platform = "foo";
}
buildCounterUrlCrawlErrorCountsPerType--;
@@ -131,20 +131,20 @@ checkUrlCrawlErrorCountsPerType(api.UrlCrawlErrorCountsPerType o) {
buildCounterUrlCrawlErrorCountsPerType++;
if (buildCounterUrlCrawlErrorCountsPerType < 3) {
unittest.expect(o.category, unittest.equals('foo'));
- checkUnnamed1391(o.entries);
+ checkUnnamed1405(o.entries);
unittest.expect(o.platform, unittest.equals('foo'));
}
buildCounterUrlCrawlErrorCountsPerType--;
}
-buildUnnamed1392() {
+buildUnnamed1406() {
var o = new core.List<api.UrlCrawlErrorCountsPerType>();
o.add(buildUrlCrawlErrorCountsPerType());
o.add(buildUrlCrawlErrorCountsPerType());
return o;
}
-checkUnnamed1392(core.List<api.UrlCrawlErrorCountsPerType> o) {
+checkUnnamed1406(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 = buildUnnamed1392();
+ o.countPerTypes = buildUnnamed1406();
}
buildCounterUrlCrawlErrorsCountsQueryResponse--;
return o;
@@ -164,7 +164,7 @@ buildUrlCrawlErrorsCountsQueryResponse() {
checkUrlCrawlErrorsCountsQueryResponse(api.UrlCrawlErrorsCountsQueryResponse o) {
buildCounterUrlCrawlErrorsCountsQueryResponse++;
if (buildCounterUrlCrawlErrorsCountsQueryResponse < 3) {
- checkUnnamed1392(o.countPerTypes);
+ checkUnnamed1406(o.countPerTypes);
}
buildCounterUrlCrawlErrorsCountsQueryResponse--;
}
@@ -196,14 +196,14 @@ checkUrlCrawlErrorsSample(api.UrlCrawlErrorsSample o) {
buildCounterUrlCrawlErrorsSample--;
}
-buildUnnamed1393() {
+buildUnnamed1407() {
var o = new core.List<api.UrlCrawlErrorsSample>();
o.add(buildUrlCrawlErrorsSample());
o.add(buildUrlCrawlErrorsSample());
return o;
}
-checkUnnamed1393(core.List<api.UrlCrawlErrorsSample> o) {
+checkUnnamed1407(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 = buildUnnamed1393();
+ o.urlCrawlErrorSample = buildUnnamed1407();
}
buildCounterUrlCrawlErrorsSamplesListResponse--;
return o;
@@ -223,32 +223,32 @@ buildUrlCrawlErrorsSamplesListResponse() {
checkUrlCrawlErrorsSamplesListResponse(api.UrlCrawlErrorsSamplesListResponse o) {
buildCounterUrlCrawlErrorsSamplesListResponse++;
if (buildCounterUrlCrawlErrorsSamplesListResponse < 3) {
- checkUnnamed1393(o.urlCrawlErrorSample);
+ checkUnnamed1407(o.urlCrawlErrorSample);
}
buildCounterUrlCrawlErrorsSamplesListResponse--;
}
-buildUnnamed1394() {
+buildUnnamed1408() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed1394(core.List<core.String> o) {
+checkUnnamed1408(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'));
}
-buildUnnamed1395() {
+buildUnnamed1409() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed1395(core.List<core.String> o) {
+checkUnnamed1409(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 = buildUnnamed1394();
- o.linkedFromUrls = buildUnnamed1395();
+ o.containingSitemaps = buildUnnamed1408();
+ o.linkedFromUrls = buildUnnamed1409();
}
buildCounterUrlSampleDetails--;
return o;
@@ -269,8 +269,8 @@ buildUrlSampleDetails() {
checkUrlSampleDetails(api.UrlSampleDetails o) {
buildCounterUrlSampleDetails++;
if (buildCounterUrlSampleDetails < 3) {
- checkUnnamed1394(o.containingSitemaps);
- checkUnnamed1395(o.linkedFromUrls);
+ checkUnnamed1408(o.containingSitemaps);
+ checkUnnamed1409(o.linkedFromUrls);
}
buildCounterUrlSampleDetails--;
}
@@ -296,14 +296,14 @@ checkWmxSite(api.WmxSite o) {
buildCounterWmxSite--;
}
-buildUnnamed1396() {
+buildUnnamed1410() {
var o = new core.List<api.WmxSitemapContent>();
o.add(buildWmxSitemapContent());
o.add(buildWmxSitemapContent());
return o;
}
-checkUnnamed1396(core.List<api.WmxSitemapContent> o) {
+checkUnnamed1410(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 = buildUnnamed1396();
+ o.contents = buildUnnamed1410();
o.errors = "foo";
o.isPending = true;
o.isSitemapsIndex = true;
@@ -331,7 +331,7 @@ buildWmxSitemap() {
checkWmxSitemap(api.WmxSitemap o) {
buildCounterWmxSitemap++;
if (buildCounterWmxSitemap < 3) {
- checkUnnamed1396(o.contents);
+ checkUnnamed1410(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