| Index: generated/googleapis/test/adexchangeseller/v2_0_test.dart
|
| diff --git a/generated/googleapis/test/adexchangeseller/v2_0_test.dart b/generated/googleapis/test/adexchangeseller/v2_0_test.dart
|
| index 081c9e1e3099ea568a83dfbf409236886bbdd29d..fd662eb444bb7622d102a5cc875e3624663e9b9e 100644
|
| --- a/generated/googleapis/test/adexchangeseller/v2_0_test.dart
|
| +++ b/generated/googleapis/test/adexchangeseller/v2_0_test.dart
|
| @@ -74,14 +74,14 @@ checkAccount(api.Account o) {
|
| buildCounterAccount--;
|
| }
|
|
|
| -buildUnnamed1904() {
|
| +buildUnnamed1674() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1904(core.List<api.Account> o) {
|
| +checkUnnamed1674(core.List<api.Account> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccount(o[0]);
|
| checkAccount(o[1]);
|
| @@ -93,7 +93,7 @@ buildAccounts() {
|
| buildCounterAccounts++;
|
| if (buildCounterAccounts < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1904();
|
| + o.items = buildUnnamed1674();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -105,7 +105,7 @@ checkAccounts(api.Accounts o) {
|
| buildCounterAccounts++;
|
| if (buildCounterAccounts < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1904(o.items);
|
| + checkUnnamed1674(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -139,14 +139,14 @@ checkAdClient(api.AdClient o) {
|
| buildCounterAdClient--;
|
| }
|
|
|
| -buildUnnamed1905() {
|
| +buildUnnamed1675() {
|
| var o = new core.List<api.AdClient>();
|
| o.add(buildAdClient());
|
| o.add(buildAdClient());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1905(core.List<api.AdClient> o) {
|
| +checkUnnamed1675(core.List<api.AdClient> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdClient(o[0]);
|
| checkAdClient(o[1]);
|
| @@ -158,7 +158,7 @@ buildAdClients() {
|
| buildCounterAdClients++;
|
| if (buildCounterAdClients < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1905();
|
| + o.items = buildUnnamed1675();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -170,7 +170,7 @@ checkAdClients(api.AdClients o) {
|
| buildCounterAdClients++;
|
| if (buildCounterAdClients < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1905(o.items);
|
| + checkUnnamed1675(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -204,14 +204,14 @@ checkAlert(api.Alert o) {
|
| buildCounterAlert--;
|
| }
|
|
|
| -buildUnnamed1906() {
|
| +buildUnnamed1676() {
|
| var o = new core.List<api.Alert>();
|
| o.add(buildAlert());
|
| o.add(buildAlert());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1906(core.List<api.Alert> o) {
|
| +checkUnnamed1676(core.List<api.Alert> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAlert(o[0]);
|
| checkAlert(o[1]);
|
| @@ -222,7 +222,7 @@ buildAlerts() {
|
| var o = new api.Alerts();
|
| buildCounterAlerts++;
|
| if (buildCounterAlerts < 3) {
|
| - o.items = buildUnnamed1906();
|
| + o.items = buildUnnamed1676();
|
| o.kind = "foo";
|
| }
|
| buildCounterAlerts--;
|
| @@ -232,7 +232,7 @@ buildAlerts() {
|
| checkAlerts(api.Alerts o) {
|
| buildCounterAlerts++;
|
| if (buildCounterAlerts < 3) {
|
| - checkUnnamed1906(o.items);
|
| + checkUnnamed1676(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAlerts--;
|
| @@ -290,14 +290,14 @@ checkCustomChannel(api.CustomChannel o) {
|
| buildCounterCustomChannel--;
|
| }
|
|
|
| -buildUnnamed1907() {
|
| +buildUnnamed1677() {
|
| var o = new core.List<api.CustomChannel>();
|
| o.add(buildCustomChannel());
|
| o.add(buildCustomChannel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1907(core.List<api.CustomChannel> o) {
|
| +checkUnnamed1677(core.List<api.CustomChannel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCustomChannel(o[0]);
|
| checkCustomChannel(o[1]);
|
| @@ -309,7 +309,7 @@ buildCustomChannels() {
|
| buildCounterCustomChannels++;
|
| if (buildCounterCustomChannels < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1907();
|
| + o.items = buildUnnamed1677();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -321,21 +321,21 @@ checkCustomChannels(api.CustomChannels o) {
|
| buildCounterCustomChannels++;
|
| if (buildCounterCustomChannels < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1907(o.items);
|
| + checkUnnamed1677(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCustomChannels--;
|
| }
|
|
|
| -buildUnnamed1908() {
|
| +buildUnnamed1678() {
|
| var o = new core.List<api.ReportingMetadataEntry>();
|
| o.add(buildReportingMetadataEntry());
|
| o.add(buildReportingMetadataEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1908(core.List<api.ReportingMetadataEntry> o) {
|
| +checkUnnamed1678(core.List<api.ReportingMetadataEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReportingMetadataEntry(o[0]);
|
| checkReportingMetadataEntry(o[1]);
|
| @@ -346,7 +346,7 @@ buildMetadata() {
|
| var o = new api.Metadata();
|
| buildCounterMetadata++;
|
| if (buildCounterMetadata < 3) {
|
| - o.items = buildUnnamed1908();
|
| + o.items = buildUnnamed1678();
|
| o.kind = "foo";
|
| }
|
| buildCounterMetadata--;
|
| @@ -356,7 +356,7 @@ buildMetadata() {
|
| checkMetadata(api.Metadata o) {
|
| buildCounterMetadata++;
|
| if (buildCounterMetadata < 3) {
|
| - checkUnnamed1908(o.items);
|
| + checkUnnamed1678(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterMetadata--;
|
| @@ -395,14 +395,14 @@ checkPreferredDeal(api.PreferredDeal o) {
|
| buildCounterPreferredDeal--;
|
| }
|
|
|
| -buildUnnamed1909() {
|
| +buildUnnamed1679() {
|
| var o = new core.List<api.PreferredDeal>();
|
| o.add(buildPreferredDeal());
|
| o.add(buildPreferredDeal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1909(core.List<api.PreferredDeal> o) {
|
| +checkUnnamed1679(core.List<api.PreferredDeal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPreferredDeal(o[0]);
|
| checkPreferredDeal(o[1]);
|
| @@ -413,7 +413,7 @@ buildPreferredDeals() {
|
| var o = new api.PreferredDeals();
|
| buildCounterPreferredDeals++;
|
| if (buildCounterPreferredDeals < 3) {
|
| - o.items = buildUnnamed1909();
|
| + o.items = buildUnnamed1679();
|
| o.kind = "foo";
|
| }
|
| buildCounterPreferredDeals--;
|
| @@ -423,20 +423,20 @@ buildPreferredDeals() {
|
| checkPreferredDeals(api.PreferredDeals o) {
|
| buildCounterPreferredDeals++;
|
| if (buildCounterPreferredDeals < 3) {
|
| - checkUnnamed1909(o.items);
|
| + checkUnnamed1679(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterPreferredDeals--;
|
| }
|
|
|
| -buildUnnamed1910() {
|
| +buildUnnamed1680() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1910(core.List<core.String> o) {
|
| +checkUnnamed1680(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'));
|
| @@ -465,66 +465,66 @@ checkReportHeaders(api.ReportHeaders o) {
|
| buildCounterReportHeaders--;
|
| }
|
|
|
| -buildUnnamed1911() {
|
| +buildUnnamed1681() {
|
| var o = new core.List<api.ReportHeaders>();
|
| o.add(buildReportHeaders());
|
| o.add(buildReportHeaders());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1911(core.List<api.ReportHeaders> o) {
|
| +checkUnnamed1681(core.List<api.ReportHeaders> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReportHeaders(o[0]);
|
| checkReportHeaders(o[1]);
|
| }
|
|
|
| -buildUnnamed1912() {
|
| +buildUnnamed1682() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1912(core.List<core.String> o) {
|
| +checkUnnamed1682(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'));
|
| }
|
|
|
| -buildUnnamed1913() {
|
| +buildUnnamed1683() {
|
| var o = new core.List<core.List<core.String>>();
|
| - o.add(buildUnnamed1912());
|
| - o.add(buildUnnamed1912());
|
| + o.add(buildUnnamed1682());
|
| + o.add(buildUnnamed1682());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1913(core.List<core.List<core.String>> o) {
|
| +checkUnnamed1683(core.List<core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1912(o[0]);
|
| - checkUnnamed1912(o[1]);
|
| + checkUnnamed1682(o[0]);
|
| + checkUnnamed1682(o[1]);
|
| }
|
|
|
| -buildUnnamed1914() {
|
| +buildUnnamed1684() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1914(core.List<core.String> o) {
|
| +checkUnnamed1684(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'));
|
| }
|
|
|
| -buildUnnamed1915() {
|
| +buildUnnamed1685() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1915(core.List<core.String> o) {
|
| +checkUnnamed1685(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'));
|
| @@ -535,13 +535,13 @@ buildReport() {
|
| var o = new api.Report();
|
| buildCounterReport++;
|
| if (buildCounterReport < 3) {
|
| - o.averages = buildUnnamed1910();
|
| - o.headers = buildUnnamed1911();
|
| + o.averages = buildUnnamed1680();
|
| + o.headers = buildUnnamed1681();
|
| o.kind = "foo";
|
| - o.rows = buildUnnamed1913();
|
| + o.rows = buildUnnamed1683();
|
| o.totalMatchedRows = "foo";
|
| - o.totals = buildUnnamed1914();
|
| - o.warnings = buildUnnamed1915();
|
| + o.totals = buildUnnamed1684();
|
| + o.warnings = buildUnnamed1685();
|
| }
|
| buildCounterReport--;
|
| return o;
|
| @@ -550,77 +550,77 @@ buildReport() {
|
| checkReport(api.Report o) {
|
| buildCounterReport++;
|
| if (buildCounterReport < 3) {
|
| - checkUnnamed1910(o.averages);
|
| - checkUnnamed1911(o.headers);
|
| + checkUnnamed1680(o.averages);
|
| + checkUnnamed1681(o.headers);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1913(o.rows);
|
| + checkUnnamed1683(o.rows);
|
| unittest.expect(o.totalMatchedRows, unittest.equals('foo'));
|
| - checkUnnamed1914(o.totals);
|
| - checkUnnamed1915(o.warnings);
|
| + checkUnnamed1684(o.totals);
|
| + checkUnnamed1685(o.warnings);
|
| }
|
| buildCounterReport--;
|
| }
|
|
|
| -buildUnnamed1916() {
|
| +buildUnnamed1686() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1916(core.List<core.String> o) {
|
| +checkUnnamed1686(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'));
|
| }
|
|
|
| -buildUnnamed1917() {
|
| +buildUnnamed1687() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1917(core.List<core.String> o) {
|
| +checkUnnamed1687(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'));
|
| }
|
|
|
| -buildUnnamed1918() {
|
| +buildUnnamed1688() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1918(core.List<core.String> o) {
|
| +checkUnnamed1688(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'));
|
| }
|
|
|
| -buildUnnamed1919() {
|
| +buildUnnamed1689() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1919(core.List<core.String> o) {
|
| +checkUnnamed1689(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'));
|
| }
|
|
|
| -buildUnnamed1920() {
|
| +buildUnnamed1690() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1920(core.List<core.String> o) {
|
| +checkUnnamed1690(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'));
|
| @@ -631,13 +631,13 @@ buildReportingMetadataEntry() {
|
| var o = new api.ReportingMetadataEntry();
|
| buildCounterReportingMetadataEntry++;
|
| if (buildCounterReportingMetadataEntry < 3) {
|
| - o.compatibleDimensions = buildUnnamed1916();
|
| - o.compatibleMetrics = buildUnnamed1917();
|
| + o.compatibleDimensions = buildUnnamed1686();
|
| + o.compatibleMetrics = buildUnnamed1687();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.requiredDimensions = buildUnnamed1918();
|
| - o.requiredMetrics = buildUnnamed1919();
|
| - o.supportedProducts = buildUnnamed1920();
|
| + o.requiredDimensions = buildUnnamed1688();
|
| + o.requiredMetrics = buildUnnamed1689();
|
| + o.supportedProducts = buildUnnamed1690();
|
| }
|
| buildCounterReportingMetadataEntry--;
|
| return o;
|
| @@ -646,13 +646,13 @@ buildReportingMetadataEntry() {
|
| checkReportingMetadataEntry(api.ReportingMetadataEntry o) {
|
| buildCounterReportingMetadataEntry++;
|
| if (buildCounterReportingMetadataEntry < 3) {
|
| - checkUnnamed1916(o.compatibleDimensions);
|
| - checkUnnamed1917(o.compatibleMetrics);
|
| + checkUnnamed1686(o.compatibleDimensions);
|
| + checkUnnamed1687(o.compatibleMetrics);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1918(o.requiredDimensions);
|
| - checkUnnamed1919(o.requiredMetrics);
|
| - checkUnnamed1920(o.supportedProducts);
|
| + checkUnnamed1688(o.requiredDimensions);
|
| + checkUnnamed1689(o.requiredMetrics);
|
| + checkUnnamed1690(o.supportedProducts);
|
| }
|
| buildCounterReportingMetadataEntry--;
|
| }
|
| @@ -680,14 +680,14 @@ checkSavedReport(api.SavedReport o) {
|
| buildCounterSavedReport--;
|
| }
|
|
|
| -buildUnnamed1921() {
|
| +buildUnnamed1691() {
|
| var o = new core.List<api.SavedReport>();
|
| o.add(buildSavedReport());
|
| o.add(buildSavedReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1921(core.List<api.SavedReport> o) {
|
| +checkUnnamed1691(core.List<api.SavedReport> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSavedReport(o[0]);
|
| checkSavedReport(o[1]);
|
| @@ -699,7 +699,7 @@ buildSavedReports() {
|
| buildCounterSavedReports++;
|
| if (buildCounterSavedReports < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1921();
|
| + o.items = buildUnnamed1691();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -711,7 +711,7 @@ checkSavedReports(api.SavedReports o) {
|
| buildCounterSavedReports++;
|
| if (buildCounterSavedReports < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1921(o.items);
|
| + checkUnnamed1691(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -741,14 +741,14 @@ checkUrlChannel(api.UrlChannel o) {
|
| buildCounterUrlChannel--;
|
| }
|
|
|
| -buildUnnamed1922() {
|
| +buildUnnamed1692() {
|
| var o = new core.List<api.UrlChannel>();
|
| o.add(buildUrlChannel());
|
| o.add(buildUrlChannel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1922(core.List<api.UrlChannel> o) {
|
| +checkUnnamed1692(core.List<api.UrlChannel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUrlChannel(o[0]);
|
| checkUrlChannel(o[1]);
|
| @@ -760,7 +760,7 @@ buildUrlChannels() {
|
| buildCounterUrlChannels++;
|
| if (buildCounterUrlChannels < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1922();
|
| + o.items = buildUnnamed1692();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -772,60 +772,60 @@ checkUrlChannels(api.UrlChannels o) {
|
| buildCounterUrlChannels++;
|
| if (buildCounterUrlChannels < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1922(o.items);
|
| + checkUnnamed1692(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterUrlChannels--;
|
| }
|
|
|
| -buildUnnamed1923() {
|
| +buildUnnamed1693() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1923(core.List<core.String> o) {
|
| +checkUnnamed1693(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'));
|
| }
|
|
|
| -buildUnnamed1924() {
|
| +buildUnnamed1694() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1924(core.List<core.String> o) {
|
| +checkUnnamed1694(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'));
|
| }
|
|
|
| -buildUnnamed1925() {
|
| +buildUnnamed1695() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1925(core.List<core.String> o) {
|
| +checkUnnamed1695(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'));
|
| }
|
|
|
| -buildUnnamed1926() {
|
| +buildUnnamed1696() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1926(core.List<core.String> o) {
|
| +checkUnnamed1696(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'));
|
| @@ -1598,12 +1598,12 @@ main() {
|
| var arg_accountId = "foo";
|
| var arg_startDate = "foo";
|
| var arg_endDate = "foo";
|
| - var arg_dimension = buildUnnamed1923();
|
| - var arg_filter = buildUnnamed1924();
|
| + var arg_dimension = buildUnnamed1693();
|
| + var arg_filter = buildUnnamed1694();
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_metric = buildUnnamed1925();
|
| - var arg_sort = buildUnnamed1926();
|
| + var arg_metric = buildUnnamed1695();
|
| + var arg_sort = buildUnnamed1696();
|
| var arg_startIndex = 42;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
|
|