| Index: generated/googleapis/test/adsense/v1_4_test.dart
|
| diff --git a/generated/googleapis/test/adsense/v1_4_test.dart b/generated/googleapis/test/adsense/v1_4_test.dart
|
| index 548b535dbb6b9108d7e487dc2806dbfec6e1086e..7cb89f49ea7a9d5b4dfcedc0f719bf8278626150 100644
|
| --- a/generated/googleapis/test/adsense/v1_4_test.dart
|
| +++ b/generated/googleapis/test/adsense/v1_4_test.dart
|
| @@ -51,14 +51,14 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed1832() {
|
| +buildUnnamed1602() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1832(core.List<api.Account> o) {
|
| +checkUnnamed1602(core.List<api.Account> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccount(o[0]);
|
| checkAccount(o[1]);
|
| @@ -74,7 +74,7 @@ buildAccount() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.premium = true;
|
| - o.subAccounts = buildUnnamed1832();
|
| + o.subAccounts = buildUnnamed1602();
|
| o.timezone = "foo";
|
| }
|
| buildCounterAccount--;
|
| @@ -89,20 +89,20 @@ checkAccount(api.Account o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.premium, unittest.isTrue);
|
| - checkUnnamed1832(o.subAccounts);
|
| + checkUnnamed1602(o.subAccounts);
|
| unittest.expect(o.timezone, unittest.equals('foo'));
|
| }
|
| buildCounterAccount--;
|
| }
|
|
|
| -buildUnnamed1833() {
|
| +buildUnnamed1603() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1833(core.List<api.Account> o) {
|
| +checkUnnamed1603(core.List<api.Account> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccount(o[0]);
|
| checkAccount(o[1]);
|
| @@ -114,7 +114,7 @@ buildAccounts() {
|
| buildCounterAccounts++;
|
| if (buildCounterAccounts < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1833();
|
| + o.items = buildUnnamed1603();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -126,7 +126,7 @@ checkAccounts(api.Accounts o) {
|
| buildCounterAccounts++;
|
| if (buildCounterAccounts < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1833(o.items);
|
| + checkUnnamed1603(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -160,14 +160,14 @@ checkAdClient(api.AdClient o) {
|
| buildCounterAdClient--;
|
| }
|
|
|
| -buildUnnamed1834() {
|
| +buildUnnamed1604() {
|
| var o = new core.List<api.AdClient>();
|
| o.add(buildAdClient());
|
| o.add(buildAdClient());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1834(core.List<api.AdClient> o) {
|
| +checkUnnamed1604(core.List<api.AdClient> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdClient(o[0]);
|
| checkAdClient(o[1]);
|
| @@ -179,7 +179,7 @@ buildAdClients() {
|
| buildCounterAdClients++;
|
| if (buildCounterAdClients < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1834();
|
| + o.items = buildUnnamed1604();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -191,7 +191,7 @@ checkAdClients(api.AdClients o) {
|
| buildCounterAdClients++;
|
| if (buildCounterAdClients < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1834(o.items);
|
| + checkUnnamed1604(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -425,14 +425,14 @@ checkAdUnit(api.AdUnit o) {
|
| buildCounterAdUnit--;
|
| }
|
|
|
| -buildUnnamed1835() {
|
| +buildUnnamed1605() {
|
| var o = new core.List<api.AdUnit>();
|
| o.add(buildAdUnit());
|
| o.add(buildAdUnit());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1835(core.List<api.AdUnit> o) {
|
| +checkUnnamed1605(core.List<api.AdUnit> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdUnit(o[0]);
|
| checkAdUnit(o[1]);
|
| @@ -444,7 +444,7 @@ buildAdUnits() {
|
| buildCounterAdUnits++;
|
| if (buildCounterAdUnits < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1835();
|
| + o.items = buildUnnamed1605();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -456,21 +456,21 @@ checkAdUnits(api.AdUnits o) {
|
| buildCounterAdUnits++;
|
| if (buildCounterAdUnits < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1835(o.items);
|
| + checkUnnamed1605(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAdUnits--;
|
| }
|
|
|
| -buildUnnamed1836() {
|
| +buildUnnamed1606() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1836(core.List<core.String> o) {
|
| +checkUnnamed1606(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'));
|
| @@ -499,66 +499,66 @@ checkAdsenseReportsGenerateResponseHeaders(api.AdsenseReportsGenerateResponseHea
|
| buildCounterAdsenseReportsGenerateResponseHeaders--;
|
| }
|
|
|
| -buildUnnamed1837() {
|
| +buildUnnamed1607() {
|
| var o = new core.List<api.AdsenseReportsGenerateResponseHeaders>();
|
| o.add(buildAdsenseReportsGenerateResponseHeaders());
|
| o.add(buildAdsenseReportsGenerateResponseHeaders());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1837(core.List<api.AdsenseReportsGenerateResponseHeaders> o) {
|
| +checkUnnamed1607(core.List<api.AdsenseReportsGenerateResponseHeaders> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdsenseReportsGenerateResponseHeaders(o[0]);
|
| checkAdsenseReportsGenerateResponseHeaders(o[1]);
|
| }
|
|
|
| -buildUnnamed1838() {
|
| +buildUnnamed1608() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1838(core.List<core.String> o) {
|
| +checkUnnamed1608(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'));
|
| }
|
|
|
| -buildUnnamed1839() {
|
| +buildUnnamed1609() {
|
| var o = new core.List<core.List<core.String>>();
|
| - o.add(buildUnnamed1838());
|
| - o.add(buildUnnamed1838());
|
| + o.add(buildUnnamed1608());
|
| + o.add(buildUnnamed1608());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1839(core.List<core.List<core.String>> o) {
|
| +checkUnnamed1609(core.List<core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1838(o[0]);
|
| - checkUnnamed1838(o[1]);
|
| + checkUnnamed1608(o[0]);
|
| + checkUnnamed1608(o[1]);
|
| }
|
|
|
| -buildUnnamed1840() {
|
| +buildUnnamed1610() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1840(core.List<core.String> o) {
|
| +checkUnnamed1610(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'));
|
| }
|
|
|
| -buildUnnamed1841() {
|
| +buildUnnamed1611() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1841(core.List<core.String> o) {
|
| +checkUnnamed1611(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'));
|
| @@ -569,15 +569,15 @@ buildAdsenseReportsGenerateResponse() {
|
| var o = new api.AdsenseReportsGenerateResponse();
|
| buildCounterAdsenseReportsGenerateResponse++;
|
| if (buildCounterAdsenseReportsGenerateResponse < 3) {
|
| - o.averages = buildUnnamed1836();
|
| + o.averages = buildUnnamed1606();
|
| o.endDate = "foo";
|
| - o.headers = buildUnnamed1837();
|
| + o.headers = buildUnnamed1607();
|
| o.kind = "foo";
|
| - o.rows = buildUnnamed1839();
|
| + o.rows = buildUnnamed1609();
|
| o.startDate = "foo";
|
| o.totalMatchedRows = "foo";
|
| - o.totals = buildUnnamed1840();
|
| - o.warnings = buildUnnamed1841();
|
| + o.totals = buildUnnamed1610();
|
| + o.warnings = buildUnnamed1611();
|
| }
|
| buildCounterAdsenseReportsGenerateResponse--;
|
| return o;
|
| @@ -586,15 +586,15 @@ buildAdsenseReportsGenerateResponse() {
|
| checkAdsenseReportsGenerateResponse(api.AdsenseReportsGenerateResponse o) {
|
| buildCounterAdsenseReportsGenerateResponse++;
|
| if (buildCounterAdsenseReportsGenerateResponse < 3) {
|
| - checkUnnamed1836(o.averages);
|
| + checkUnnamed1606(o.averages);
|
| unittest.expect(o.endDate, unittest.equals('foo'));
|
| - checkUnnamed1837(o.headers);
|
| + checkUnnamed1607(o.headers);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1839(o.rows);
|
| + checkUnnamed1609(o.rows);
|
| unittest.expect(o.startDate, unittest.equals('foo'));
|
| unittest.expect(o.totalMatchedRows, unittest.equals('foo'));
|
| - checkUnnamed1840(o.totals);
|
| - checkUnnamed1841(o.warnings);
|
| + checkUnnamed1610(o.totals);
|
| + checkUnnamed1611(o.warnings);
|
| }
|
| buildCounterAdsenseReportsGenerateResponse--;
|
| }
|
| @@ -628,14 +628,14 @@ checkAlert(api.Alert o) {
|
| buildCounterAlert--;
|
| }
|
|
|
| -buildUnnamed1842() {
|
| +buildUnnamed1612() {
|
| var o = new core.List<api.Alert>();
|
| o.add(buildAlert());
|
| o.add(buildAlert());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1842(core.List<api.Alert> o) {
|
| +checkUnnamed1612(core.List<api.Alert> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAlert(o[0]);
|
| checkAlert(o[1]);
|
| @@ -646,7 +646,7 @@ buildAlerts() {
|
| var o = new api.Alerts();
|
| buildCounterAlerts++;
|
| if (buildCounterAlerts < 3) {
|
| - o.items = buildUnnamed1842();
|
| + o.items = buildUnnamed1612();
|
| o.kind = "foo";
|
| }
|
| buildCounterAlerts--;
|
| @@ -656,7 +656,7 @@ buildAlerts() {
|
| checkAlerts(api.Alerts o) {
|
| buildCounterAlerts++;
|
| if (buildCounterAlerts < 3) {
|
| - checkUnnamed1842(o.items);
|
| + checkUnnamed1612(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAlerts--;
|
| @@ -714,14 +714,14 @@ checkCustomChannel(api.CustomChannel o) {
|
| buildCounterCustomChannel--;
|
| }
|
|
|
| -buildUnnamed1843() {
|
| +buildUnnamed1613() {
|
| var o = new core.List<api.CustomChannel>();
|
| o.add(buildCustomChannel());
|
| o.add(buildCustomChannel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1843(core.List<api.CustomChannel> o) {
|
| +checkUnnamed1613(core.List<api.CustomChannel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCustomChannel(o[0]);
|
| checkCustomChannel(o[1]);
|
| @@ -733,7 +733,7 @@ buildCustomChannels() {
|
| buildCounterCustomChannels++;
|
| if (buildCounterCustomChannels < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1843();
|
| + o.items = buildUnnamed1613();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -745,21 +745,21 @@ checkCustomChannels(api.CustomChannels o) {
|
| buildCounterCustomChannels++;
|
| if (buildCounterCustomChannels < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1843(o.items);
|
| + checkUnnamed1613(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCustomChannels--;
|
| }
|
|
|
| -buildUnnamed1844() {
|
| +buildUnnamed1614() {
|
| var o = new core.List<api.ReportingMetadataEntry>();
|
| o.add(buildReportingMetadataEntry());
|
| o.add(buildReportingMetadataEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1844(core.List<api.ReportingMetadataEntry> o) {
|
| +checkUnnamed1614(core.List<api.ReportingMetadataEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReportingMetadataEntry(o[0]);
|
| checkReportingMetadataEntry(o[1]);
|
| @@ -770,7 +770,7 @@ buildMetadata() {
|
| var o = new api.Metadata();
|
| buildCounterMetadata++;
|
| if (buildCounterMetadata < 3) {
|
| - o.items = buildUnnamed1844();
|
| + o.items = buildUnnamed1614();
|
| o.kind = "foo";
|
| }
|
| buildCounterMetadata--;
|
| @@ -780,7 +780,7 @@ buildMetadata() {
|
| checkMetadata(api.Metadata o) {
|
| buildCounterMetadata++;
|
| if (buildCounterMetadata < 3) {
|
| - checkUnnamed1844(o.items);
|
| + checkUnnamed1614(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterMetadata--;
|
| @@ -813,14 +813,14 @@ checkPayment(api.Payment o) {
|
| buildCounterPayment--;
|
| }
|
|
|
| -buildUnnamed1845() {
|
| +buildUnnamed1615() {
|
| var o = new core.List<api.Payment>();
|
| o.add(buildPayment());
|
| o.add(buildPayment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1845(core.List<api.Payment> o) {
|
| +checkUnnamed1615(core.List<api.Payment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPayment(o[0]);
|
| checkPayment(o[1]);
|
| @@ -831,7 +831,7 @@ buildPayments() {
|
| var o = new api.Payments();
|
| buildCounterPayments++;
|
| if (buildCounterPayments < 3) {
|
| - o.items = buildUnnamed1845();
|
| + o.items = buildUnnamed1615();
|
| o.kind = "foo";
|
| }
|
| buildCounterPayments--;
|
| @@ -841,72 +841,72 @@ buildPayments() {
|
| checkPayments(api.Payments o) {
|
| buildCounterPayments++;
|
| if (buildCounterPayments < 3) {
|
| - checkUnnamed1845(o.items);
|
| + checkUnnamed1615(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterPayments--;
|
| }
|
|
|
| -buildUnnamed1846() {
|
| +buildUnnamed1616() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1846(core.List<core.String> o) {
|
| +checkUnnamed1616(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'));
|
| }
|
|
|
| -buildUnnamed1847() {
|
| +buildUnnamed1617() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1847(core.List<core.String> o) {
|
| +checkUnnamed1617(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'));
|
| }
|
|
|
| -buildUnnamed1848() {
|
| +buildUnnamed1618() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1848(core.List<core.String> o) {
|
| +checkUnnamed1618(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'));
|
| }
|
|
|
| -buildUnnamed1849() {
|
| +buildUnnamed1619() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1849(core.List<core.String> o) {
|
| +checkUnnamed1619(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'));
|
| }
|
|
|
| -buildUnnamed1850() {
|
| +buildUnnamed1620() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1850(core.List<core.String> o) {
|
| +checkUnnamed1620(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'));
|
| @@ -917,13 +917,13 @@ buildReportingMetadataEntry() {
|
| var o = new api.ReportingMetadataEntry();
|
| buildCounterReportingMetadataEntry++;
|
| if (buildCounterReportingMetadataEntry < 3) {
|
| - o.compatibleDimensions = buildUnnamed1846();
|
| - o.compatibleMetrics = buildUnnamed1847();
|
| + o.compatibleDimensions = buildUnnamed1616();
|
| + o.compatibleMetrics = buildUnnamed1617();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.requiredDimensions = buildUnnamed1848();
|
| - o.requiredMetrics = buildUnnamed1849();
|
| - o.supportedProducts = buildUnnamed1850();
|
| + o.requiredDimensions = buildUnnamed1618();
|
| + o.requiredMetrics = buildUnnamed1619();
|
| + o.supportedProducts = buildUnnamed1620();
|
| }
|
| buildCounterReportingMetadataEntry--;
|
| return o;
|
| @@ -932,13 +932,13 @@ buildReportingMetadataEntry() {
|
| checkReportingMetadataEntry(api.ReportingMetadataEntry o) {
|
| buildCounterReportingMetadataEntry++;
|
| if (buildCounterReportingMetadataEntry < 3) {
|
| - checkUnnamed1846(o.compatibleDimensions);
|
| - checkUnnamed1847(o.compatibleMetrics);
|
| + checkUnnamed1616(o.compatibleDimensions);
|
| + checkUnnamed1617(o.compatibleMetrics);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1848(o.requiredDimensions);
|
| - checkUnnamed1849(o.requiredMetrics);
|
| - checkUnnamed1850(o.supportedProducts);
|
| + checkUnnamed1618(o.requiredDimensions);
|
| + checkUnnamed1619(o.requiredMetrics);
|
| + checkUnnamed1620(o.supportedProducts);
|
| }
|
| buildCounterReportingMetadataEntry--;
|
| }
|
| @@ -968,14 +968,14 @@ checkSavedAdStyle(api.SavedAdStyle o) {
|
| buildCounterSavedAdStyle--;
|
| }
|
|
|
| -buildUnnamed1851() {
|
| +buildUnnamed1621() {
|
| var o = new core.List<api.SavedAdStyle>();
|
| o.add(buildSavedAdStyle());
|
| o.add(buildSavedAdStyle());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1851(core.List<api.SavedAdStyle> o) {
|
| +checkUnnamed1621(core.List<api.SavedAdStyle> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSavedAdStyle(o[0]);
|
| checkSavedAdStyle(o[1]);
|
| @@ -987,7 +987,7 @@ buildSavedAdStyles() {
|
| buildCounterSavedAdStyles++;
|
| if (buildCounterSavedAdStyles < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1851();
|
| + o.items = buildUnnamed1621();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -999,7 +999,7 @@ checkSavedAdStyles(api.SavedAdStyles o) {
|
| buildCounterSavedAdStyles++;
|
| if (buildCounterSavedAdStyles < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1851(o.items);
|
| + checkUnnamed1621(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1029,14 +1029,14 @@ checkSavedReport(api.SavedReport o) {
|
| buildCounterSavedReport--;
|
| }
|
|
|
| -buildUnnamed1852() {
|
| +buildUnnamed1622() {
|
| var o = new core.List<api.SavedReport>();
|
| o.add(buildSavedReport());
|
| o.add(buildSavedReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1852(core.List<api.SavedReport> o) {
|
| +checkUnnamed1622(core.List<api.SavedReport> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSavedReport(o[0]);
|
| checkSavedReport(o[1]);
|
| @@ -1048,7 +1048,7 @@ buildSavedReports() {
|
| buildCounterSavedReports++;
|
| if (buildCounterSavedReports < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1852();
|
| + o.items = buildUnnamed1622();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1060,7 +1060,7 @@ checkSavedReports(api.SavedReports o) {
|
| buildCounterSavedReports++;
|
| if (buildCounterSavedReports < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1852(o.items);
|
| + checkUnnamed1622(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1090,14 +1090,14 @@ checkUrlChannel(api.UrlChannel o) {
|
| buildCounterUrlChannel--;
|
| }
|
|
|
| -buildUnnamed1853() {
|
| +buildUnnamed1623() {
|
| var o = new core.List<api.UrlChannel>();
|
| o.add(buildUrlChannel());
|
| o.add(buildUrlChannel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1853(core.List<api.UrlChannel> o) {
|
| +checkUnnamed1623(core.List<api.UrlChannel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUrlChannel(o[0]);
|
| checkUrlChannel(o[1]);
|
| @@ -1109,7 +1109,7 @@ buildUrlChannels() {
|
| buildCounterUrlChannels++;
|
| if (buildCounterUrlChannels < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1853();
|
| + o.items = buildUnnamed1623();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1121,125 +1121,125 @@ checkUrlChannels(api.UrlChannels o) {
|
| buildCounterUrlChannels++;
|
| if (buildCounterUrlChannels < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1853(o.items);
|
| + checkUnnamed1623(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterUrlChannels--;
|
| }
|
|
|
| -buildUnnamed1854() {
|
| +buildUnnamed1624() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1854(core.List<core.String> o) {
|
| +checkUnnamed1624(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'));
|
| }
|
|
|
| -buildUnnamed1855() {
|
| +buildUnnamed1625() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1855(core.List<core.String> o) {
|
| +checkUnnamed1625(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'));
|
| }
|
|
|
| -buildUnnamed1856() {
|
| +buildUnnamed1626() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1856(core.List<core.String> o) {
|
| +checkUnnamed1626(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'));
|
| }
|
|
|
| -buildUnnamed1857() {
|
| +buildUnnamed1627() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1857(core.List<core.String> o) {
|
| +checkUnnamed1627(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'));
|
| }
|
|
|
| -buildUnnamed1858() {
|
| +buildUnnamed1628() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1858(core.List<core.String> o) {
|
| +checkUnnamed1628(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'));
|
| }
|
|
|
| -buildUnnamed1859() {
|
| +buildUnnamed1629() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1859(core.List<core.String> o) {
|
| +checkUnnamed1629(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'));
|
| }
|
|
|
| -buildUnnamed1860() {
|
| +buildUnnamed1630() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1860(core.List<core.String> o) {
|
| +checkUnnamed1630(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'));
|
| }
|
|
|
| -buildUnnamed1861() {
|
| +buildUnnamed1631() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1861(core.List<core.String> o) {
|
| +checkUnnamed1631(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'));
|
| }
|
|
|
| -buildUnnamed1862() {
|
| +buildUnnamed1632() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1862(core.List<core.String> o) {
|
| +checkUnnamed1632(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'));
|
| @@ -2368,12 +2368,12 @@ main() {
|
| var arg_startDate = "foo";
|
| var arg_endDate = "foo";
|
| var arg_currency = "foo";
|
| - var arg_dimension = buildUnnamed1854();
|
| - var arg_filter = buildUnnamed1855();
|
| + var arg_dimension = buildUnnamed1624();
|
| + var arg_filter = buildUnnamed1625();
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_metric = buildUnnamed1856();
|
| - var arg_sort = buildUnnamed1857();
|
| + var arg_metric = buildUnnamed1626();
|
| + var arg_sort = buildUnnamed1627();
|
| var arg_startIndex = 42;
|
| var arg_useTimezoneReporting = true;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -3495,14 +3495,14 @@ main() {
|
| api.ReportsResourceApi res = new api.AdsenseApi(mock).reports;
|
| var arg_startDate = "foo";
|
| var arg_endDate = "foo";
|
| - var arg_accountId = buildUnnamed1858();
|
| + var arg_accountId = buildUnnamed1628();
|
| var arg_currency = "foo";
|
| - var arg_dimension = buildUnnamed1859();
|
| - var arg_filter = buildUnnamed1860();
|
| + var arg_dimension = buildUnnamed1629();
|
| + var arg_filter = buildUnnamed1630();
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_metric = buildUnnamed1861();
|
| - var arg_sort = buildUnnamed1862();
|
| + var arg_metric = buildUnnamed1631();
|
| + var arg_sort = buildUnnamed1632();
|
| var arg_startIndex = 42;
|
| var arg_useTimezoneReporting = true;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
|
|