| Index: generated/googleapis/test/content/v2_test.dart
|
| diff --git a/generated/googleapis/test/content/v2_test.dart b/generated/googleapis/test/content/v2_test.dart
|
| index 39363ee4d6f313ab0710bff639086c6d6895cbf3..c0a91084c6895020f9f6b785b39b782c3aac58da 100644
|
| --- a/generated/googleapis/test/content/v2_test.dart
|
| +++ b/generated/googleapis/test/content/v2_test.dart
|
| @@ -51,27 +51,27 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed513() {
|
| +buildUnnamed653() {
|
| var o = new core.List<api.AccountAdwordsLink>();
|
| o.add(buildAccountAdwordsLink());
|
| o.add(buildAccountAdwordsLink());
|
| return o;
|
| }
|
|
|
| -checkUnnamed513(core.List<api.AccountAdwordsLink> o) {
|
| +checkUnnamed653(core.List<api.AccountAdwordsLink> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountAdwordsLink(o[0]);
|
| checkAccountAdwordsLink(o[1]);
|
| }
|
|
|
| -buildUnnamed514() {
|
| +buildUnnamed654() {
|
| var o = new core.List<api.AccountUser>();
|
| o.add(buildAccountUser());
|
| o.add(buildAccountUser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed514(core.List<api.AccountUser> o) {
|
| +checkUnnamed654(core.List<api.AccountUser> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountUser(o[0]);
|
| checkAccountUser(o[1]);
|
| @@ -83,13 +83,13 @@ buildAccount() {
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| o.adultContent = true;
|
| - o.adwordsLinks = buildUnnamed513();
|
| + o.adwordsLinks = buildUnnamed653();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.reviewsUrl = "foo";
|
| o.sellerId = "foo";
|
| - o.users = buildUnnamed514();
|
| + o.users = buildUnnamed654();
|
| o.websiteUrl = "foo";
|
| }
|
| buildCounterAccount--;
|
| @@ -100,13 +100,13 @@ checkAccount(api.Account o) {
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| unittest.expect(o.adultContent, unittest.isTrue);
|
| - checkUnnamed513(o.adwordsLinks);
|
| + checkUnnamed653(o.adwordsLinks);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.reviewsUrl, unittest.equals('foo'));
|
| unittest.expect(o.sellerId, unittest.equals('foo'));
|
| - checkUnnamed514(o.users);
|
| + checkUnnamed654(o.users);
|
| unittest.expect(o.websiteUrl, unittest.equals('foo'));
|
| }
|
| buildCounterAccount--;
|
| @@ -154,53 +154,53 @@ checkAccountIdentifier(api.AccountIdentifier o) {
|
| buildCounterAccountIdentifier--;
|
| }
|
|
|
| -buildUnnamed515() {
|
| +buildUnnamed655() {
|
| var o = new core.List<api.AccountShippingCarrierRate>();
|
| o.add(buildAccountShippingCarrierRate());
|
| o.add(buildAccountShippingCarrierRate());
|
| return o;
|
| }
|
|
|
| -checkUnnamed515(core.List<api.AccountShippingCarrierRate> o) {
|
| +checkUnnamed655(core.List<api.AccountShippingCarrierRate> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountShippingCarrierRate(o[0]);
|
| checkAccountShippingCarrierRate(o[1]);
|
| }
|
|
|
| -buildUnnamed516() {
|
| +buildUnnamed656() {
|
| var o = new core.List<api.AccountShippingLocationGroup>();
|
| o.add(buildAccountShippingLocationGroup());
|
| o.add(buildAccountShippingLocationGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed516(core.List<api.AccountShippingLocationGroup> o) {
|
| +checkUnnamed656(core.List<api.AccountShippingLocationGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountShippingLocationGroup(o[0]);
|
| checkAccountShippingLocationGroup(o[1]);
|
| }
|
|
|
| -buildUnnamed517() {
|
| +buildUnnamed657() {
|
| var o = new core.List<api.AccountShippingRateTable>();
|
| o.add(buildAccountShippingRateTable());
|
| o.add(buildAccountShippingRateTable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed517(core.List<api.AccountShippingRateTable> o) {
|
| +checkUnnamed657(core.List<api.AccountShippingRateTable> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountShippingRateTable(o[0]);
|
| checkAccountShippingRateTable(o[1]);
|
| }
|
|
|
| -buildUnnamed518() {
|
| +buildUnnamed658() {
|
| var o = new core.List<api.AccountShippingShippingService>();
|
| o.add(buildAccountShippingShippingService());
|
| o.add(buildAccountShippingShippingService());
|
| return o;
|
| }
|
|
|
| -checkUnnamed518(core.List<api.AccountShippingShippingService> o) {
|
| +checkUnnamed658(core.List<api.AccountShippingShippingService> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountShippingShippingService(o[0]);
|
| checkAccountShippingShippingService(o[1]);
|
| @@ -212,11 +212,11 @@ buildAccountShipping() {
|
| buildCounterAccountShipping++;
|
| if (buildCounterAccountShipping < 3) {
|
| o.accountId = "foo";
|
| - o.carrierRates = buildUnnamed515();
|
| + o.carrierRates = buildUnnamed655();
|
| o.kind = "foo";
|
| - o.locationGroups = buildUnnamed516();
|
| - o.rateTables = buildUnnamed517();
|
| - o.services = buildUnnamed518();
|
| + o.locationGroups = buildUnnamed656();
|
| + o.rateTables = buildUnnamed657();
|
| + o.services = buildUnnamed658();
|
| }
|
| buildCounterAccountShipping--;
|
| return o;
|
| @@ -226,11 +226,11 @@ checkAccountShipping(api.AccountShipping o) {
|
| buildCounterAccountShipping++;
|
| if (buildCounterAccountShipping < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed515(o.carrierRates);
|
| + checkUnnamed655(o.carrierRates);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed516(o.locationGroups);
|
| - checkUnnamed517(o.rateTables);
|
| - checkUnnamed518(o.services);
|
| + checkUnnamed656(o.locationGroups);
|
| + checkUnnamed657(o.rateTables);
|
| + checkUnnamed658(o.services);
|
| }
|
| buildCounterAccountShipping--;
|
| }
|
| @@ -297,40 +297,40 @@ checkAccountShippingCondition(api.AccountShippingCondition o) {
|
| buildCounterAccountShippingCondition--;
|
| }
|
|
|
| -buildUnnamed519() {
|
| +buildUnnamed659() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed519(core.List<core.String> o) {
|
| +checkUnnamed659(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'));
|
| }
|
|
|
| -buildUnnamed520() {
|
| +buildUnnamed660() {
|
| var o = new core.List<api.AccountShippingPostalCodeRange>();
|
| o.add(buildAccountShippingPostalCodeRange());
|
| o.add(buildAccountShippingPostalCodeRange());
|
| return o;
|
| }
|
|
|
| -checkUnnamed520(core.List<api.AccountShippingPostalCodeRange> o) {
|
| +checkUnnamed660(core.List<api.AccountShippingPostalCodeRange> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountShippingPostalCodeRange(o[0]);
|
| checkAccountShippingPostalCodeRange(o[1]);
|
| }
|
|
|
| -buildUnnamed521() {
|
| +buildUnnamed661() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed521(core.List<core.String> o) {
|
| +checkUnnamed661(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'));
|
| @@ -342,10 +342,10 @@ buildAccountShippingLocationGroup() {
|
| buildCounterAccountShippingLocationGroup++;
|
| if (buildCounterAccountShippingLocationGroup < 3) {
|
| o.country = "foo";
|
| - o.locationIds = buildUnnamed519();
|
| + o.locationIds = buildUnnamed659();
|
| o.name = "foo";
|
| - o.postalCodeRanges = buildUnnamed520();
|
| - o.postalCodes = buildUnnamed521();
|
| + o.postalCodeRanges = buildUnnamed660();
|
| + o.postalCodes = buildUnnamed661();
|
| }
|
| buildCounterAccountShippingLocationGroup--;
|
| return o;
|
| @@ -355,10 +355,10 @@ checkAccountShippingLocationGroup(api.AccountShippingLocationGroup o) {
|
| buildCounterAccountShippingLocationGroup++;
|
| if (buildCounterAccountShippingLocationGroup < 3) {
|
| unittest.expect(o.country, unittest.equals('foo'));
|
| - checkUnnamed519(o.locationIds);
|
| + checkUnnamed659(o.locationIds);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed520(o.postalCodeRanges);
|
| - checkUnnamed521(o.postalCodes);
|
| + checkUnnamed660(o.postalCodeRanges);
|
| + checkUnnamed661(o.postalCodes);
|
| }
|
| buildCounterAccountShippingLocationGroup--;
|
| }
|
| @@ -384,14 +384,14 @@ checkAccountShippingPostalCodeRange(api.AccountShippingPostalCodeRange o) {
|
| buildCounterAccountShippingPostalCodeRange--;
|
| }
|
|
|
| -buildUnnamed522() {
|
| +buildUnnamed662() {
|
| var o = new core.List<api.AccountShippingRateTableCell>();
|
| o.add(buildAccountShippingRateTableCell());
|
| o.add(buildAccountShippingRateTableCell());
|
| return o;
|
| }
|
|
|
| -checkUnnamed522(core.List<api.AccountShippingRateTableCell> o) {
|
| +checkUnnamed662(core.List<api.AccountShippingRateTableCell> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountShippingRateTableCell(o[0]);
|
| checkAccountShippingRateTableCell(o[1]);
|
| @@ -402,7 +402,7 @@ buildAccountShippingRateTable() {
|
| var o = new api.AccountShippingRateTable();
|
| buildCounterAccountShippingRateTable++;
|
| if (buildCounterAccountShippingRateTable < 3) {
|
| - o.content = buildUnnamed522();
|
| + o.content = buildUnnamed662();
|
| o.name = "foo";
|
| o.saleCountry = "foo";
|
| }
|
| @@ -413,7 +413,7 @@ buildAccountShippingRateTable() {
|
| checkAccountShippingRateTable(api.AccountShippingRateTable o) {
|
| buildCounterAccountShippingRateTable++;
|
| if (buildCounterAccountShippingRateTable < 3) {
|
| - checkUnnamed522(o.content);
|
| + checkUnnamed662(o.content);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.saleCountry, unittest.equals('foo'));
|
| }
|
| @@ -495,14 +495,14 @@ checkAccountShippingShippingServiceCalculationMethod(api.AccountShippingShipping
|
| buildCounterAccountShippingShippingServiceCalculationMethod--;
|
| }
|
|
|
| -buildUnnamed523() {
|
| +buildUnnamed663() {
|
| var o = new core.List<api.AccountShippingShippingServiceCostRule>();
|
| o.add(buildAccountShippingShippingServiceCostRule());
|
| o.add(buildAccountShippingShippingServiceCostRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed523(core.List<api.AccountShippingShippingServiceCostRule> o) {
|
| +checkUnnamed663(core.List<api.AccountShippingShippingServiceCostRule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountShippingShippingServiceCostRule(o[0]);
|
| checkAccountShippingShippingServiceCostRule(o[1]);
|
| @@ -514,7 +514,7 @@ buildAccountShippingShippingServiceCostRule() {
|
| buildCounterAccountShippingShippingServiceCostRule++;
|
| if (buildCounterAccountShippingShippingServiceCostRule < 3) {
|
| o.calculationMethod = buildAccountShippingShippingServiceCalculationMethod();
|
| - o.children = buildUnnamed523();
|
| + o.children = buildUnnamed663();
|
| o.condition = buildAccountShippingCondition();
|
| }
|
| buildCounterAccountShippingShippingServiceCostRule--;
|
| @@ -525,20 +525,20 @@ checkAccountShippingShippingServiceCostRule(api.AccountShippingShippingServiceCo
|
| buildCounterAccountShippingShippingServiceCostRule++;
|
| if (buildCounterAccountShippingShippingServiceCostRule < 3) {
|
| checkAccountShippingShippingServiceCalculationMethod(o.calculationMethod);
|
| - checkUnnamed523(o.children);
|
| + checkUnnamed663(o.children);
|
| checkAccountShippingCondition(o.condition);
|
| }
|
| buildCounterAccountShippingShippingServiceCostRule--;
|
| }
|
|
|
| -buildUnnamed524() {
|
| +buildUnnamed664() {
|
| var o = new core.List<api.AccountStatusDataQualityIssue>();
|
| o.add(buildAccountStatusDataQualityIssue());
|
| o.add(buildAccountStatusDataQualityIssue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed524(core.List<api.AccountStatusDataQualityIssue> o) {
|
| +checkUnnamed664(core.List<api.AccountStatusDataQualityIssue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountStatusDataQualityIssue(o[0]);
|
| checkAccountStatusDataQualityIssue(o[1]);
|
| @@ -550,7 +550,7 @@ buildAccountStatus() {
|
| buildCounterAccountStatus++;
|
| if (buildCounterAccountStatus < 3) {
|
| o.accountId = "foo";
|
| - o.dataQualityIssues = buildUnnamed524();
|
| + o.dataQualityIssues = buildUnnamed664();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountStatus--;
|
| @@ -561,20 +561,20 @@ checkAccountStatus(api.AccountStatus o) {
|
| buildCounterAccountStatus++;
|
| if (buildCounterAccountStatus < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed524(o.dataQualityIssues);
|
| + checkUnnamed664(o.dataQualityIssues);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountStatus--;
|
| }
|
|
|
| -buildUnnamed525() {
|
| +buildUnnamed665() {
|
| var o = new core.List<api.AccountStatusExampleItem>();
|
| o.add(buildAccountStatusExampleItem());
|
| o.add(buildAccountStatusExampleItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed525(core.List<api.AccountStatusExampleItem> o) {
|
| +checkUnnamed665(core.List<api.AccountStatusExampleItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountStatusExampleItem(o[0]);
|
| checkAccountStatusExampleItem(o[1]);
|
| @@ -587,7 +587,7 @@ buildAccountStatusDataQualityIssue() {
|
| if (buildCounterAccountStatusDataQualityIssue < 3) {
|
| o.country = "foo";
|
| o.displayedValue = "foo";
|
| - o.exampleItems = buildUnnamed525();
|
| + o.exampleItems = buildUnnamed665();
|
| o.id = "foo";
|
| o.lastChecked = "foo";
|
| o.numItems = 42;
|
| @@ -603,7 +603,7 @@ checkAccountStatusDataQualityIssue(api.AccountStatusDataQualityIssue o) {
|
| if (buildCounterAccountStatusDataQualityIssue < 3) {
|
| unittest.expect(o.country, unittest.equals('foo'));
|
| unittest.expect(o.displayedValue, unittest.equals('foo'));
|
| - checkUnnamed525(o.exampleItems);
|
| + checkUnnamed665(o.exampleItems);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.lastChecked, unittest.equals('foo'));
|
| unittest.expect(o.numItems, unittest.equals(42));
|
| @@ -640,14 +640,14 @@ checkAccountStatusExampleItem(api.AccountStatusExampleItem o) {
|
| buildCounterAccountStatusExampleItem--;
|
| }
|
|
|
| -buildUnnamed526() {
|
| +buildUnnamed666() {
|
| var o = new core.List<api.AccountTaxTaxRule>();
|
| o.add(buildAccountTaxTaxRule());
|
| o.add(buildAccountTaxTaxRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed526(core.List<api.AccountTaxTaxRule> o) {
|
| +checkUnnamed666(core.List<api.AccountTaxTaxRule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountTaxTaxRule(o[0]);
|
| checkAccountTaxTaxRule(o[1]);
|
| @@ -660,7 +660,7 @@ buildAccountTax() {
|
| if (buildCounterAccountTax < 3) {
|
| o.accountId = "foo";
|
| o.kind = "foo";
|
| - o.rules = buildUnnamed526();
|
| + o.rules = buildUnnamed666();
|
| }
|
| buildCounterAccountTax--;
|
| return o;
|
| @@ -671,7 +671,7 @@ checkAccountTax(api.AccountTax o) {
|
| if (buildCounterAccountTax < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed526(o.rules);
|
| + checkUnnamed666(o.rules);
|
| }
|
| buildCounterAccountTax--;
|
| }
|
| @@ -724,14 +724,14 @@ checkAccountUser(api.AccountUser o) {
|
| buildCounterAccountUser--;
|
| }
|
|
|
| -buildUnnamed527() {
|
| +buildUnnamed667() {
|
| var o = new core.List<api.AccountIdentifier>();
|
| o.add(buildAccountIdentifier());
|
| o.add(buildAccountIdentifier());
|
| return o;
|
| }
|
|
|
| -checkUnnamed527(core.List<api.AccountIdentifier> o) {
|
| +checkUnnamed667(core.List<api.AccountIdentifier> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountIdentifier(o[0]);
|
| checkAccountIdentifier(o[1]);
|
| @@ -742,7 +742,7 @@ buildAccountsAuthInfoResponse() {
|
| var o = new api.AccountsAuthInfoResponse();
|
| buildCounterAccountsAuthInfoResponse++;
|
| if (buildCounterAccountsAuthInfoResponse < 3) {
|
| - o.accountIdentifiers = buildUnnamed527();
|
| + o.accountIdentifiers = buildUnnamed667();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountsAuthInfoResponse--;
|
| @@ -752,20 +752,20 @@ buildAccountsAuthInfoResponse() {
|
| checkAccountsAuthInfoResponse(api.AccountsAuthInfoResponse o) {
|
| buildCounterAccountsAuthInfoResponse++;
|
| if (buildCounterAccountsAuthInfoResponse < 3) {
|
| - checkUnnamed527(o.accountIdentifiers);
|
| + checkUnnamed667(o.accountIdentifiers);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountsAuthInfoResponse--;
|
| }
|
|
|
| -buildUnnamed528() {
|
| +buildUnnamed668() {
|
| var o = new core.List<api.AccountsCustomBatchRequestEntry>();
|
| o.add(buildAccountsCustomBatchRequestEntry());
|
| o.add(buildAccountsCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed528(core.List<api.AccountsCustomBatchRequestEntry> o) {
|
| +checkUnnamed668(core.List<api.AccountsCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountsCustomBatchRequestEntry(o[0]);
|
| checkAccountsCustomBatchRequestEntry(o[1]);
|
| @@ -776,7 +776,7 @@ buildAccountsCustomBatchRequest() {
|
| var o = new api.AccountsCustomBatchRequest();
|
| buildCounterAccountsCustomBatchRequest++;
|
| if (buildCounterAccountsCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed528();
|
| + o.entries = buildUnnamed668();
|
| }
|
| buildCounterAccountsCustomBatchRequest--;
|
| return o;
|
| @@ -785,7 +785,7 @@ buildAccountsCustomBatchRequest() {
|
| checkAccountsCustomBatchRequest(api.AccountsCustomBatchRequest o) {
|
| buildCounterAccountsCustomBatchRequest++;
|
| if (buildCounterAccountsCustomBatchRequest < 3) {
|
| - checkUnnamed528(o.entries);
|
| + checkUnnamed668(o.entries);
|
| }
|
| buildCounterAccountsCustomBatchRequest--;
|
| }
|
| @@ -817,14 +817,14 @@ checkAccountsCustomBatchRequestEntry(api.AccountsCustomBatchRequestEntry o) {
|
| buildCounterAccountsCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed529() {
|
| +buildUnnamed669() {
|
| var o = new core.List<api.AccountsCustomBatchResponseEntry>();
|
| o.add(buildAccountsCustomBatchResponseEntry());
|
| o.add(buildAccountsCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed529(core.List<api.AccountsCustomBatchResponseEntry> o) {
|
| +checkUnnamed669(core.List<api.AccountsCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountsCustomBatchResponseEntry(o[0]);
|
| checkAccountsCustomBatchResponseEntry(o[1]);
|
| @@ -835,7 +835,7 @@ buildAccountsCustomBatchResponse() {
|
| var o = new api.AccountsCustomBatchResponse();
|
| buildCounterAccountsCustomBatchResponse++;
|
| if (buildCounterAccountsCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed529();
|
| + o.entries = buildUnnamed669();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountsCustomBatchResponse--;
|
| @@ -845,7 +845,7 @@ buildAccountsCustomBatchResponse() {
|
| checkAccountsCustomBatchResponse(api.AccountsCustomBatchResponse o) {
|
| buildCounterAccountsCustomBatchResponse++;
|
| if (buildCounterAccountsCustomBatchResponse < 3) {
|
| - checkUnnamed529(o.entries);
|
| + checkUnnamed669(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountsCustomBatchResponse--;
|
| @@ -876,14 +876,14 @@ checkAccountsCustomBatchResponseEntry(api.AccountsCustomBatchResponseEntry o) {
|
| buildCounterAccountsCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed530() {
|
| +buildUnnamed670() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed530(core.List<api.Account> o) {
|
| +checkUnnamed670(core.List<api.Account> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccount(o[0]);
|
| checkAccount(o[1]);
|
| @@ -896,7 +896,7 @@ buildAccountsListResponse() {
|
| if (buildCounterAccountsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed530();
|
| + o.resources = buildUnnamed670();
|
| }
|
| buildCounterAccountsListResponse--;
|
| return o;
|
| @@ -907,19 +907,19 @@ checkAccountsListResponse(api.AccountsListResponse o) {
|
| if (buildCounterAccountsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed530(o.resources);
|
| + checkUnnamed670(o.resources);
|
| }
|
| buildCounterAccountsListResponse--;
|
| }
|
|
|
| -buildUnnamed531() {
|
| +buildUnnamed671() {
|
| var o = new core.List<api.AccountshippingCustomBatchRequestEntry>();
|
| o.add(buildAccountshippingCustomBatchRequestEntry());
|
| o.add(buildAccountshippingCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed531(core.List<api.AccountshippingCustomBatchRequestEntry> o) {
|
| +checkUnnamed671(core.List<api.AccountshippingCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountshippingCustomBatchRequestEntry(o[0]);
|
| checkAccountshippingCustomBatchRequestEntry(o[1]);
|
| @@ -930,7 +930,7 @@ buildAccountshippingCustomBatchRequest() {
|
| var o = new api.AccountshippingCustomBatchRequest();
|
| buildCounterAccountshippingCustomBatchRequest++;
|
| if (buildCounterAccountshippingCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed531();
|
| + o.entries = buildUnnamed671();
|
| }
|
| buildCounterAccountshippingCustomBatchRequest--;
|
| return o;
|
| @@ -939,7 +939,7 @@ buildAccountshippingCustomBatchRequest() {
|
| checkAccountshippingCustomBatchRequest(api.AccountshippingCustomBatchRequest o) {
|
| buildCounterAccountshippingCustomBatchRequest++;
|
| if (buildCounterAccountshippingCustomBatchRequest < 3) {
|
| - checkUnnamed531(o.entries);
|
| + checkUnnamed671(o.entries);
|
| }
|
| buildCounterAccountshippingCustomBatchRequest--;
|
| }
|
| @@ -971,14 +971,14 @@ checkAccountshippingCustomBatchRequestEntry(api.AccountshippingCustomBatchReques
|
| buildCounterAccountshippingCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed532() {
|
| +buildUnnamed672() {
|
| var o = new core.List<api.AccountshippingCustomBatchResponseEntry>();
|
| o.add(buildAccountshippingCustomBatchResponseEntry());
|
| o.add(buildAccountshippingCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed532(core.List<api.AccountshippingCustomBatchResponseEntry> o) {
|
| +checkUnnamed672(core.List<api.AccountshippingCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountshippingCustomBatchResponseEntry(o[0]);
|
| checkAccountshippingCustomBatchResponseEntry(o[1]);
|
| @@ -989,7 +989,7 @@ buildAccountshippingCustomBatchResponse() {
|
| var o = new api.AccountshippingCustomBatchResponse();
|
| buildCounterAccountshippingCustomBatchResponse++;
|
| if (buildCounterAccountshippingCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed532();
|
| + o.entries = buildUnnamed672();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountshippingCustomBatchResponse--;
|
| @@ -999,7 +999,7 @@ buildAccountshippingCustomBatchResponse() {
|
| checkAccountshippingCustomBatchResponse(api.AccountshippingCustomBatchResponse o) {
|
| buildCounterAccountshippingCustomBatchResponse++;
|
| if (buildCounterAccountshippingCustomBatchResponse < 3) {
|
| - checkUnnamed532(o.entries);
|
| + checkUnnamed672(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountshippingCustomBatchResponse--;
|
| @@ -1030,14 +1030,14 @@ checkAccountshippingCustomBatchResponseEntry(api.AccountshippingCustomBatchRespo
|
| buildCounterAccountshippingCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed533() {
|
| +buildUnnamed673() {
|
| var o = new core.List<api.AccountShipping>();
|
| o.add(buildAccountShipping());
|
| o.add(buildAccountShipping());
|
| return o;
|
| }
|
|
|
| -checkUnnamed533(core.List<api.AccountShipping> o) {
|
| +checkUnnamed673(core.List<api.AccountShipping> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountShipping(o[0]);
|
| checkAccountShipping(o[1]);
|
| @@ -1050,7 +1050,7 @@ buildAccountshippingListResponse() {
|
| if (buildCounterAccountshippingListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed533();
|
| + o.resources = buildUnnamed673();
|
| }
|
| buildCounterAccountshippingListResponse--;
|
| return o;
|
| @@ -1061,19 +1061,19 @@ checkAccountshippingListResponse(api.AccountshippingListResponse o) {
|
| if (buildCounterAccountshippingListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed533(o.resources);
|
| + checkUnnamed673(o.resources);
|
| }
|
| buildCounterAccountshippingListResponse--;
|
| }
|
|
|
| -buildUnnamed534() {
|
| +buildUnnamed674() {
|
| var o = new core.List<api.AccountstatusesCustomBatchRequestEntry>();
|
| o.add(buildAccountstatusesCustomBatchRequestEntry());
|
| o.add(buildAccountstatusesCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed534(core.List<api.AccountstatusesCustomBatchRequestEntry> o) {
|
| +checkUnnamed674(core.List<api.AccountstatusesCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountstatusesCustomBatchRequestEntry(o[0]);
|
| checkAccountstatusesCustomBatchRequestEntry(o[1]);
|
| @@ -1084,7 +1084,7 @@ buildAccountstatusesCustomBatchRequest() {
|
| var o = new api.AccountstatusesCustomBatchRequest();
|
| buildCounterAccountstatusesCustomBatchRequest++;
|
| if (buildCounterAccountstatusesCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed534();
|
| + o.entries = buildUnnamed674();
|
| }
|
| buildCounterAccountstatusesCustomBatchRequest--;
|
| return o;
|
| @@ -1093,7 +1093,7 @@ buildAccountstatusesCustomBatchRequest() {
|
| checkAccountstatusesCustomBatchRequest(api.AccountstatusesCustomBatchRequest o) {
|
| buildCounterAccountstatusesCustomBatchRequest++;
|
| if (buildCounterAccountstatusesCustomBatchRequest < 3) {
|
| - checkUnnamed534(o.entries);
|
| + checkUnnamed674(o.entries);
|
| }
|
| buildCounterAccountstatusesCustomBatchRequest--;
|
| }
|
| @@ -1123,14 +1123,14 @@ checkAccountstatusesCustomBatchRequestEntry(api.AccountstatusesCustomBatchReques
|
| buildCounterAccountstatusesCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed535() {
|
| +buildUnnamed675() {
|
| var o = new core.List<api.AccountstatusesCustomBatchResponseEntry>();
|
| o.add(buildAccountstatusesCustomBatchResponseEntry());
|
| o.add(buildAccountstatusesCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed535(core.List<api.AccountstatusesCustomBatchResponseEntry> o) {
|
| +checkUnnamed675(core.List<api.AccountstatusesCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountstatusesCustomBatchResponseEntry(o[0]);
|
| checkAccountstatusesCustomBatchResponseEntry(o[1]);
|
| @@ -1141,7 +1141,7 @@ buildAccountstatusesCustomBatchResponse() {
|
| var o = new api.AccountstatusesCustomBatchResponse();
|
| buildCounterAccountstatusesCustomBatchResponse++;
|
| if (buildCounterAccountstatusesCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed535();
|
| + o.entries = buildUnnamed675();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountstatusesCustomBatchResponse--;
|
| @@ -1151,7 +1151,7 @@ buildAccountstatusesCustomBatchResponse() {
|
| checkAccountstatusesCustomBatchResponse(api.AccountstatusesCustomBatchResponse o) {
|
| buildCounterAccountstatusesCustomBatchResponse++;
|
| if (buildCounterAccountstatusesCustomBatchResponse < 3) {
|
| - checkUnnamed535(o.entries);
|
| + checkUnnamed675(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountstatusesCustomBatchResponse--;
|
| @@ -1180,14 +1180,14 @@ checkAccountstatusesCustomBatchResponseEntry(api.AccountstatusesCustomBatchRespo
|
| buildCounterAccountstatusesCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed536() {
|
| +buildUnnamed676() {
|
| var o = new core.List<api.AccountStatus>();
|
| o.add(buildAccountStatus());
|
| o.add(buildAccountStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed536(core.List<api.AccountStatus> o) {
|
| +checkUnnamed676(core.List<api.AccountStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountStatus(o[0]);
|
| checkAccountStatus(o[1]);
|
| @@ -1200,7 +1200,7 @@ buildAccountstatusesListResponse() {
|
| if (buildCounterAccountstatusesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed536();
|
| + o.resources = buildUnnamed676();
|
| }
|
| buildCounterAccountstatusesListResponse--;
|
| return o;
|
| @@ -1211,19 +1211,19 @@ checkAccountstatusesListResponse(api.AccountstatusesListResponse o) {
|
| if (buildCounterAccountstatusesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed536(o.resources);
|
| + checkUnnamed676(o.resources);
|
| }
|
| buildCounterAccountstatusesListResponse--;
|
| }
|
|
|
| -buildUnnamed537() {
|
| +buildUnnamed677() {
|
| var o = new core.List<api.AccounttaxCustomBatchRequestEntry>();
|
| o.add(buildAccounttaxCustomBatchRequestEntry());
|
| o.add(buildAccounttaxCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed537(core.List<api.AccounttaxCustomBatchRequestEntry> o) {
|
| +checkUnnamed677(core.List<api.AccounttaxCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccounttaxCustomBatchRequestEntry(o[0]);
|
| checkAccounttaxCustomBatchRequestEntry(o[1]);
|
| @@ -1234,7 +1234,7 @@ buildAccounttaxCustomBatchRequest() {
|
| var o = new api.AccounttaxCustomBatchRequest();
|
| buildCounterAccounttaxCustomBatchRequest++;
|
| if (buildCounterAccounttaxCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed537();
|
| + o.entries = buildUnnamed677();
|
| }
|
| buildCounterAccounttaxCustomBatchRequest--;
|
| return o;
|
| @@ -1243,7 +1243,7 @@ buildAccounttaxCustomBatchRequest() {
|
| checkAccounttaxCustomBatchRequest(api.AccounttaxCustomBatchRequest o) {
|
| buildCounterAccounttaxCustomBatchRequest++;
|
| if (buildCounterAccounttaxCustomBatchRequest < 3) {
|
| - checkUnnamed537(o.entries);
|
| + checkUnnamed677(o.entries);
|
| }
|
| buildCounterAccounttaxCustomBatchRequest--;
|
| }
|
| @@ -1275,14 +1275,14 @@ checkAccounttaxCustomBatchRequestEntry(api.AccounttaxCustomBatchRequestEntry o)
|
| buildCounterAccounttaxCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed538() {
|
| +buildUnnamed678() {
|
| var o = new core.List<api.AccounttaxCustomBatchResponseEntry>();
|
| o.add(buildAccounttaxCustomBatchResponseEntry());
|
| o.add(buildAccounttaxCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed538(core.List<api.AccounttaxCustomBatchResponseEntry> o) {
|
| +checkUnnamed678(core.List<api.AccounttaxCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccounttaxCustomBatchResponseEntry(o[0]);
|
| checkAccounttaxCustomBatchResponseEntry(o[1]);
|
| @@ -1293,7 +1293,7 @@ buildAccounttaxCustomBatchResponse() {
|
| var o = new api.AccounttaxCustomBatchResponse();
|
| buildCounterAccounttaxCustomBatchResponse++;
|
| if (buildCounterAccounttaxCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed538();
|
| + o.entries = buildUnnamed678();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccounttaxCustomBatchResponse--;
|
| @@ -1303,7 +1303,7 @@ buildAccounttaxCustomBatchResponse() {
|
| checkAccounttaxCustomBatchResponse(api.AccounttaxCustomBatchResponse o) {
|
| buildCounterAccounttaxCustomBatchResponse++;
|
| if (buildCounterAccounttaxCustomBatchResponse < 3) {
|
| - checkUnnamed538(o.entries);
|
| + checkUnnamed678(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccounttaxCustomBatchResponse--;
|
| @@ -1334,14 +1334,14 @@ checkAccounttaxCustomBatchResponseEntry(api.AccounttaxCustomBatchResponseEntry o
|
| buildCounterAccounttaxCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed539() {
|
| +buildUnnamed679() {
|
| var o = new core.List<api.AccountTax>();
|
| o.add(buildAccountTax());
|
| o.add(buildAccountTax());
|
| return o;
|
| }
|
|
|
| -checkUnnamed539(core.List<api.AccountTax> o) {
|
| +checkUnnamed679(core.List<api.AccountTax> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountTax(o[0]);
|
| checkAccountTax(o[1]);
|
| @@ -1354,7 +1354,7 @@ buildAccounttaxListResponse() {
|
| if (buildCounterAccounttaxListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed539();
|
| + o.resources = buildUnnamed679();
|
| }
|
| buildCounterAccounttaxListResponse--;
|
| return o;
|
| @@ -1365,19 +1365,19 @@ checkAccounttaxListResponse(api.AccounttaxListResponse o) {
|
| if (buildCounterAccounttaxListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed539(o.resources);
|
| + checkUnnamed679(o.resources);
|
| }
|
| buildCounterAccounttaxListResponse--;
|
| }
|
|
|
| -buildUnnamed540() {
|
| +buildUnnamed680() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed540(core.List<core.String> o) {
|
| +checkUnnamed680(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'));
|
| @@ -1395,7 +1395,7 @@ buildDatafeed() {
|
| o.fileName = "foo";
|
| o.format = buildDatafeedFormat();
|
| o.id = "foo";
|
| - o.intendedDestinations = buildUnnamed540();
|
| + o.intendedDestinations = buildUnnamed680();
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.targetCountry = "foo";
|
| @@ -1414,7 +1414,7 @@ checkDatafeed(api.Datafeed o) {
|
| unittest.expect(o.fileName, unittest.equals('foo'));
|
| checkDatafeedFormat(o.format);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed540(o.intendedDestinations);
|
| + checkUnnamed680(o.intendedDestinations);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.targetCountry, unittest.equals('foo'));
|
| @@ -1476,27 +1476,27 @@ checkDatafeedFormat(api.DatafeedFormat o) {
|
| buildCounterDatafeedFormat--;
|
| }
|
|
|
| -buildUnnamed541() {
|
| +buildUnnamed681() {
|
| var o = new core.List<api.DatafeedStatusError>();
|
| o.add(buildDatafeedStatusError());
|
| o.add(buildDatafeedStatusError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed541(core.List<api.DatafeedStatusError> o) {
|
| +checkUnnamed681(core.List<api.DatafeedStatusError> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeedStatusError(o[0]);
|
| checkDatafeedStatusError(o[1]);
|
| }
|
|
|
| -buildUnnamed542() {
|
| +buildUnnamed682() {
|
| var o = new core.List<api.DatafeedStatusError>();
|
| o.add(buildDatafeedStatusError());
|
| o.add(buildDatafeedStatusError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed542(core.List<api.DatafeedStatusError> o) {
|
| +checkUnnamed682(core.List<api.DatafeedStatusError> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeedStatusError(o[0]);
|
| checkDatafeedStatusError(o[1]);
|
| @@ -1508,13 +1508,13 @@ buildDatafeedStatus() {
|
| buildCounterDatafeedStatus++;
|
| if (buildCounterDatafeedStatus < 3) {
|
| o.datafeedId = "foo";
|
| - o.errors = buildUnnamed541();
|
| + o.errors = buildUnnamed681();
|
| o.itemsTotal = "foo";
|
| o.itemsValid = "foo";
|
| o.kind = "foo";
|
| o.lastUploadDate = "foo";
|
| o.processingStatus = "foo";
|
| - o.warnings = buildUnnamed542();
|
| + o.warnings = buildUnnamed682();
|
| }
|
| buildCounterDatafeedStatus--;
|
| return o;
|
| @@ -1524,25 +1524,25 @@ checkDatafeedStatus(api.DatafeedStatus o) {
|
| buildCounterDatafeedStatus++;
|
| if (buildCounterDatafeedStatus < 3) {
|
| unittest.expect(o.datafeedId, unittest.equals('foo'));
|
| - checkUnnamed541(o.errors);
|
| + checkUnnamed681(o.errors);
|
| unittest.expect(o.itemsTotal, unittest.equals('foo'));
|
| unittest.expect(o.itemsValid, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.lastUploadDate, unittest.equals('foo'));
|
| unittest.expect(o.processingStatus, unittest.equals('foo'));
|
| - checkUnnamed542(o.warnings);
|
| + checkUnnamed682(o.warnings);
|
| }
|
| buildCounterDatafeedStatus--;
|
| }
|
|
|
| -buildUnnamed543() {
|
| +buildUnnamed683() {
|
| var o = new core.List<api.DatafeedStatusExample>();
|
| o.add(buildDatafeedStatusExample());
|
| o.add(buildDatafeedStatusExample());
|
| return o;
|
| }
|
|
|
| -checkUnnamed543(core.List<api.DatafeedStatusExample> o) {
|
| +checkUnnamed683(core.List<api.DatafeedStatusExample> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeedStatusExample(o[0]);
|
| checkDatafeedStatusExample(o[1]);
|
| @@ -1555,7 +1555,7 @@ buildDatafeedStatusError() {
|
| if (buildCounterDatafeedStatusError < 3) {
|
| o.code = "foo";
|
| o.count = "foo";
|
| - o.examples = buildUnnamed543();
|
| + o.examples = buildUnnamed683();
|
| o.message = "foo";
|
| }
|
| buildCounterDatafeedStatusError--;
|
| @@ -1567,7 +1567,7 @@ checkDatafeedStatusError(api.DatafeedStatusError o) {
|
| if (buildCounterDatafeedStatusError < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| unittest.expect(o.count, unittest.equals('foo'));
|
| - checkUnnamed543(o.examples);
|
| + checkUnnamed683(o.examples);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterDatafeedStatusError--;
|
| @@ -1596,14 +1596,14 @@ checkDatafeedStatusExample(api.DatafeedStatusExample o) {
|
| buildCounterDatafeedStatusExample--;
|
| }
|
|
|
| -buildUnnamed544() {
|
| +buildUnnamed684() {
|
| var o = new core.List<api.DatafeedsCustomBatchRequestEntry>();
|
| o.add(buildDatafeedsCustomBatchRequestEntry());
|
| o.add(buildDatafeedsCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed544(core.List<api.DatafeedsCustomBatchRequestEntry> o) {
|
| +checkUnnamed684(core.List<api.DatafeedsCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeedsCustomBatchRequestEntry(o[0]);
|
| checkDatafeedsCustomBatchRequestEntry(o[1]);
|
| @@ -1614,7 +1614,7 @@ buildDatafeedsCustomBatchRequest() {
|
| var o = new api.DatafeedsCustomBatchRequest();
|
| buildCounterDatafeedsCustomBatchRequest++;
|
| if (buildCounterDatafeedsCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed544();
|
| + o.entries = buildUnnamed684();
|
| }
|
| buildCounterDatafeedsCustomBatchRequest--;
|
| return o;
|
| @@ -1623,7 +1623,7 @@ buildDatafeedsCustomBatchRequest() {
|
| checkDatafeedsCustomBatchRequest(api.DatafeedsCustomBatchRequest o) {
|
| buildCounterDatafeedsCustomBatchRequest++;
|
| if (buildCounterDatafeedsCustomBatchRequest < 3) {
|
| - checkUnnamed544(o.entries);
|
| + checkUnnamed684(o.entries);
|
| }
|
| buildCounterDatafeedsCustomBatchRequest--;
|
| }
|
| @@ -1655,14 +1655,14 @@ checkDatafeedsCustomBatchRequestEntry(api.DatafeedsCustomBatchRequestEntry o) {
|
| buildCounterDatafeedsCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed545() {
|
| +buildUnnamed685() {
|
| var o = new core.List<api.DatafeedsCustomBatchResponseEntry>();
|
| o.add(buildDatafeedsCustomBatchResponseEntry());
|
| o.add(buildDatafeedsCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed545(core.List<api.DatafeedsCustomBatchResponseEntry> o) {
|
| +checkUnnamed685(core.List<api.DatafeedsCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeedsCustomBatchResponseEntry(o[0]);
|
| checkDatafeedsCustomBatchResponseEntry(o[1]);
|
| @@ -1673,7 +1673,7 @@ buildDatafeedsCustomBatchResponse() {
|
| var o = new api.DatafeedsCustomBatchResponse();
|
| buildCounterDatafeedsCustomBatchResponse++;
|
| if (buildCounterDatafeedsCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed545();
|
| + o.entries = buildUnnamed685();
|
| o.kind = "foo";
|
| }
|
| buildCounterDatafeedsCustomBatchResponse--;
|
| @@ -1683,7 +1683,7 @@ buildDatafeedsCustomBatchResponse() {
|
| checkDatafeedsCustomBatchResponse(api.DatafeedsCustomBatchResponse o) {
|
| buildCounterDatafeedsCustomBatchResponse++;
|
| if (buildCounterDatafeedsCustomBatchResponse < 3) {
|
| - checkUnnamed545(o.entries);
|
| + checkUnnamed685(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterDatafeedsCustomBatchResponse--;
|
| @@ -1712,14 +1712,14 @@ checkDatafeedsCustomBatchResponseEntry(api.DatafeedsCustomBatchResponseEntry o)
|
| buildCounterDatafeedsCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed546() {
|
| +buildUnnamed686() {
|
| var o = new core.List<api.Datafeed>();
|
| o.add(buildDatafeed());
|
| o.add(buildDatafeed());
|
| return o;
|
| }
|
|
|
| -checkUnnamed546(core.List<api.Datafeed> o) {
|
| +checkUnnamed686(core.List<api.Datafeed> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeed(o[0]);
|
| checkDatafeed(o[1]);
|
| @@ -1732,7 +1732,7 @@ buildDatafeedsListResponse() {
|
| if (buildCounterDatafeedsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed546();
|
| + o.resources = buildUnnamed686();
|
| }
|
| buildCounterDatafeedsListResponse--;
|
| return o;
|
| @@ -1743,19 +1743,19 @@ checkDatafeedsListResponse(api.DatafeedsListResponse o) {
|
| if (buildCounterDatafeedsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed546(o.resources);
|
| + checkUnnamed686(o.resources);
|
| }
|
| buildCounterDatafeedsListResponse--;
|
| }
|
|
|
| -buildUnnamed547() {
|
| +buildUnnamed687() {
|
| var o = new core.List<api.DatafeedstatusesCustomBatchRequestEntry>();
|
| o.add(buildDatafeedstatusesCustomBatchRequestEntry());
|
| o.add(buildDatafeedstatusesCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed547(core.List<api.DatafeedstatusesCustomBatchRequestEntry> o) {
|
| +checkUnnamed687(core.List<api.DatafeedstatusesCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeedstatusesCustomBatchRequestEntry(o[0]);
|
| checkDatafeedstatusesCustomBatchRequestEntry(o[1]);
|
| @@ -1766,7 +1766,7 @@ buildDatafeedstatusesCustomBatchRequest() {
|
| var o = new api.DatafeedstatusesCustomBatchRequest();
|
| buildCounterDatafeedstatusesCustomBatchRequest++;
|
| if (buildCounterDatafeedstatusesCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed547();
|
| + o.entries = buildUnnamed687();
|
| }
|
| buildCounterDatafeedstatusesCustomBatchRequest--;
|
| return o;
|
| @@ -1775,7 +1775,7 @@ buildDatafeedstatusesCustomBatchRequest() {
|
| checkDatafeedstatusesCustomBatchRequest(api.DatafeedstatusesCustomBatchRequest o) {
|
| buildCounterDatafeedstatusesCustomBatchRequest++;
|
| if (buildCounterDatafeedstatusesCustomBatchRequest < 3) {
|
| - checkUnnamed547(o.entries);
|
| + checkUnnamed687(o.entries);
|
| }
|
| buildCounterDatafeedstatusesCustomBatchRequest--;
|
| }
|
| @@ -1805,14 +1805,14 @@ checkDatafeedstatusesCustomBatchRequestEntry(api.DatafeedstatusesCustomBatchRequ
|
| buildCounterDatafeedstatusesCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed548() {
|
| +buildUnnamed688() {
|
| var o = new core.List<api.DatafeedstatusesCustomBatchResponseEntry>();
|
| o.add(buildDatafeedstatusesCustomBatchResponseEntry());
|
| o.add(buildDatafeedstatusesCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed548(core.List<api.DatafeedstatusesCustomBatchResponseEntry> o) {
|
| +checkUnnamed688(core.List<api.DatafeedstatusesCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeedstatusesCustomBatchResponseEntry(o[0]);
|
| checkDatafeedstatusesCustomBatchResponseEntry(o[1]);
|
| @@ -1823,7 +1823,7 @@ buildDatafeedstatusesCustomBatchResponse() {
|
| var o = new api.DatafeedstatusesCustomBatchResponse();
|
| buildCounterDatafeedstatusesCustomBatchResponse++;
|
| if (buildCounterDatafeedstatusesCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed548();
|
| + o.entries = buildUnnamed688();
|
| o.kind = "foo";
|
| }
|
| buildCounterDatafeedstatusesCustomBatchResponse--;
|
| @@ -1833,7 +1833,7 @@ buildDatafeedstatusesCustomBatchResponse() {
|
| checkDatafeedstatusesCustomBatchResponse(api.DatafeedstatusesCustomBatchResponse o) {
|
| buildCounterDatafeedstatusesCustomBatchResponse++;
|
| if (buildCounterDatafeedstatusesCustomBatchResponse < 3) {
|
| - checkUnnamed548(o.entries);
|
| + checkUnnamed688(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterDatafeedstatusesCustomBatchResponse--;
|
| @@ -1862,14 +1862,14 @@ checkDatafeedstatusesCustomBatchResponseEntry(api.DatafeedstatusesCustomBatchRes
|
| buildCounterDatafeedstatusesCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed549() {
|
| +buildUnnamed689() {
|
| var o = new core.List<api.DatafeedStatus>();
|
| o.add(buildDatafeedStatus());
|
| o.add(buildDatafeedStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed549(core.List<api.DatafeedStatus> o) {
|
| +checkUnnamed689(core.List<api.DatafeedStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeedStatus(o[0]);
|
| checkDatafeedStatus(o[1]);
|
| @@ -1882,7 +1882,7 @@ buildDatafeedstatusesListResponse() {
|
| if (buildCounterDatafeedstatusesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed549();
|
| + o.resources = buildUnnamed689();
|
| }
|
| buildCounterDatafeedstatusesListResponse--;
|
| return o;
|
| @@ -1893,7 +1893,7 @@ checkDatafeedstatusesListResponse(api.DatafeedstatusesListResponse o) {
|
| if (buildCounterDatafeedstatusesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed549(o.resources);
|
| + checkUnnamed689(o.resources);
|
| }
|
| buildCounterDatafeedstatusesListResponse--;
|
| }
|
| @@ -1921,14 +1921,14 @@ checkError(api.Error o) {
|
| buildCounterError--;
|
| }
|
|
|
| -buildUnnamed550() {
|
| +buildUnnamed690() {
|
| var o = new core.List<api.Error>();
|
| o.add(buildError());
|
| o.add(buildError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed550(core.List<api.Error> o) {
|
| +checkUnnamed690(core.List<api.Error> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkError(o[0]);
|
| checkError(o[1]);
|
| @@ -1940,7 +1940,7 @@ buildErrors() {
|
| buildCounterErrors++;
|
| if (buildCounterErrors < 3) {
|
| o.code = 42;
|
| - o.errors = buildUnnamed550();
|
| + o.errors = buildUnnamed690();
|
| o.message = "foo";
|
| }
|
| buildCounterErrors--;
|
| @@ -1951,7 +1951,7 @@ checkErrors(api.Errors o) {
|
| buildCounterErrors++;
|
| if (buildCounterErrors < 3) {
|
| unittest.expect(o.code, unittest.equals(42));
|
| - checkUnnamed550(o.errors);
|
| + checkUnnamed690(o.errors);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterErrors--;
|
| @@ -1968,6 +1968,7 @@ buildInventory() {
|
| o.quantity = 42;
|
| o.salePrice = buildPrice();
|
| o.salePriceEffectiveDate = "foo";
|
| + o.sellOnGoogleQuantity = 42;
|
| }
|
| buildCounterInventory--;
|
| return o;
|
| @@ -1982,18 +1983,19 @@ checkInventory(api.Inventory o) {
|
| unittest.expect(o.quantity, unittest.equals(42));
|
| checkPrice(o.salePrice);
|
| unittest.expect(o.salePriceEffectiveDate, unittest.equals('foo'));
|
| + unittest.expect(o.sellOnGoogleQuantity, unittest.equals(42));
|
| }
|
| buildCounterInventory--;
|
| }
|
|
|
| -buildUnnamed551() {
|
| +buildUnnamed691() {
|
| var o = new core.List<api.InventoryCustomBatchRequestEntry>();
|
| o.add(buildInventoryCustomBatchRequestEntry());
|
| o.add(buildInventoryCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed551(core.List<api.InventoryCustomBatchRequestEntry> o) {
|
| +checkUnnamed691(core.List<api.InventoryCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInventoryCustomBatchRequestEntry(o[0]);
|
| checkInventoryCustomBatchRequestEntry(o[1]);
|
| @@ -2004,7 +2006,7 @@ buildInventoryCustomBatchRequest() {
|
| var o = new api.InventoryCustomBatchRequest();
|
| buildCounterInventoryCustomBatchRequest++;
|
| if (buildCounterInventoryCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed551();
|
| + o.entries = buildUnnamed691();
|
| }
|
| buildCounterInventoryCustomBatchRequest--;
|
| return o;
|
| @@ -2013,7 +2015,7 @@ buildInventoryCustomBatchRequest() {
|
| checkInventoryCustomBatchRequest(api.InventoryCustomBatchRequest o) {
|
| buildCounterInventoryCustomBatchRequest++;
|
| if (buildCounterInventoryCustomBatchRequest < 3) {
|
| - checkUnnamed551(o.entries);
|
| + checkUnnamed691(o.entries);
|
| }
|
| buildCounterInventoryCustomBatchRequest--;
|
| }
|
| @@ -2045,14 +2047,14 @@ checkInventoryCustomBatchRequestEntry(api.InventoryCustomBatchRequestEntry o) {
|
| buildCounterInventoryCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed552() {
|
| +buildUnnamed692() {
|
| var o = new core.List<api.InventoryCustomBatchResponseEntry>();
|
| o.add(buildInventoryCustomBatchResponseEntry());
|
| o.add(buildInventoryCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed552(core.List<api.InventoryCustomBatchResponseEntry> o) {
|
| +checkUnnamed692(core.List<api.InventoryCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInventoryCustomBatchResponseEntry(o[0]);
|
| checkInventoryCustomBatchResponseEntry(o[1]);
|
| @@ -2063,7 +2065,7 @@ buildInventoryCustomBatchResponse() {
|
| var o = new api.InventoryCustomBatchResponse();
|
| buildCounterInventoryCustomBatchResponse++;
|
| if (buildCounterInventoryCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed552();
|
| + o.entries = buildUnnamed692();
|
| o.kind = "foo";
|
| }
|
| buildCounterInventoryCustomBatchResponse--;
|
| @@ -2073,7 +2075,7 @@ buildInventoryCustomBatchResponse() {
|
| checkInventoryCustomBatchResponse(api.InventoryCustomBatchResponse o) {
|
| buildCounterInventoryCustomBatchResponse++;
|
| if (buildCounterInventoryCustomBatchResponse < 3) {
|
| - checkUnnamed552(o.entries);
|
| + checkUnnamed692(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterInventoryCustomBatchResponse--;
|
| @@ -2112,6 +2114,7 @@ buildInventorySetRequest() {
|
| o.quantity = 42;
|
| o.salePrice = buildPrice();
|
| o.salePriceEffectiveDate = "foo";
|
| + o.sellOnGoogleQuantity = 42;
|
| }
|
| buildCounterInventorySetRequest--;
|
| return o;
|
| @@ -2125,6 +2128,7 @@ checkInventorySetRequest(api.InventorySetRequest o) {
|
| unittest.expect(o.quantity, unittest.equals(42));
|
| checkPrice(o.salePrice);
|
| unittest.expect(o.salePriceEffectiveDate, unittest.equals('foo'));
|
| + unittest.expect(o.sellOnGoogleQuantity, unittest.equals(42));
|
| }
|
| buildCounterInventorySetRequest--;
|
| }
|
| @@ -2192,157 +2196,157 @@ checkPrice(api.Price o) {
|
| buildCounterPrice--;
|
| }
|
|
|
| -buildUnnamed553() {
|
| +buildUnnamed693() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed553(core.List<core.String> o) {
|
| +checkUnnamed693(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'));
|
| }
|
|
|
| -buildUnnamed554() {
|
| +buildUnnamed694() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed554(core.List<core.String> o) {
|
| +checkUnnamed694(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'));
|
| }
|
|
|
| -buildUnnamed555() {
|
| +buildUnnamed695() {
|
| var o = new core.List<api.ProductAspect>();
|
| o.add(buildProductAspect());
|
| o.add(buildProductAspect());
|
| return o;
|
| }
|
|
|
| -checkUnnamed555(core.List<api.ProductAspect> o) {
|
| +checkUnnamed695(core.List<api.ProductAspect> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductAspect(o[0]);
|
| checkProductAspect(o[1]);
|
| }
|
|
|
| -buildUnnamed556() {
|
| +buildUnnamed696() {
|
| var o = new core.List<api.ProductCustomAttribute>();
|
| o.add(buildProductCustomAttribute());
|
| o.add(buildProductCustomAttribute());
|
| return o;
|
| }
|
|
|
| -checkUnnamed556(core.List<api.ProductCustomAttribute> o) {
|
| +checkUnnamed696(core.List<api.ProductCustomAttribute> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductCustomAttribute(o[0]);
|
| checkProductCustomAttribute(o[1]);
|
| }
|
|
|
| -buildUnnamed557() {
|
| +buildUnnamed697() {
|
| var o = new core.List<api.ProductCustomGroup>();
|
| o.add(buildProductCustomGroup());
|
| o.add(buildProductCustomGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed557(core.List<api.ProductCustomGroup> o) {
|
| +checkUnnamed697(core.List<api.ProductCustomGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductCustomGroup(o[0]);
|
| checkProductCustomGroup(o[1]);
|
| }
|
|
|
| -buildUnnamed558() {
|
| +buildUnnamed698() {
|
| var o = new core.List<api.ProductDestination>();
|
| o.add(buildProductDestination());
|
| o.add(buildProductDestination());
|
| return o;
|
| }
|
|
|
| -checkUnnamed558(core.List<api.ProductDestination> o) {
|
| +checkUnnamed698(core.List<api.ProductDestination> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductDestination(o[0]);
|
| checkProductDestination(o[1]);
|
| }
|
|
|
| -buildUnnamed559() {
|
| +buildUnnamed699() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed559(core.List<core.String> o) {
|
| +checkUnnamed699(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'));
|
| }
|
|
|
| -buildUnnamed560() {
|
| +buildUnnamed700() {
|
| var o = new core.List<api.ProductShipping>();
|
| o.add(buildProductShipping());
|
| o.add(buildProductShipping());
|
| return o;
|
| }
|
|
|
| -checkUnnamed560(core.List<api.ProductShipping> o) {
|
| +checkUnnamed700(core.List<api.ProductShipping> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductShipping(o[0]);
|
| checkProductShipping(o[1]);
|
| }
|
|
|
| -buildUnnamed561() {
|
| +buildUnnamed701() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed561(core.List<core.String> o) {
|
| +checkUnnamed701(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'));
|
| }
|
|
|
| -buildUnnamed562() {
|
| +buildUnnamed702() {
|
| var o = new core.List<api.ProductTax>();
|
| o.add(buildProductTax());
|
| o.add(buildProductTax());
|
| return o;
|
| }
|
|
|
| -checkUnnamed562(core.List<api.ProductTax> o) {
|
| +checkUnnamed702(core.List<api.ProductTax> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductTax(o[0]);
|
| checkProductTax(o[1]);
|
| }
|
|
|
| -buildUnnamed563() {
|
| +buildUnnamed703() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed563(core.List<core.String> o) {
|
| +checkUnnamed703(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'));
|
| }
|
|
|
| -buildUnnamed564() {
|
| +buildUnnamed704() {
|
| var o = new core.List<api.Error>();
|
| o.add(buildError());
|
| o.add(buildError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed564(core.List<api.Error> o) {
|
| +checkUnnamed704(core.List<api.Error> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkError(o[0]);
|
| checkError(o[1]);
|
| @@ -2353,13 +2357,13 @@ buildProduct() {
|
| var o = new api.Product();
|
| buildCounterProduct++;
|
| if (buildCounterProduct < 3) {
|
| - o.additionalImageLinks = buildUnnamed553();
|
| + o.additionalImageLinks = buildUnnamed693();
|
| o.adult = true;
|
| o.adwordsGrouping = "foo";
|
| - o.adwordsLabels = buildUnnamed554();
|
| + o.adwordsLabels = buildUnnamed694();
|
| o.adwordsRedirect = "foo";
|
| o.ageGroup = "foo";
|
| - o.aspects = buildUnnamed555();
|
| + o.aspects = buildUnnamed695();
|
| o.availability = "foo";
|
| o.availabilityDate = "foo";
|
| o.brand = "foo";
|
| @@ -2367,18 +2371,18 @@ buildProduct() {
|
| o.color = "foo";
|
| o.condition = "foo";
|
| o.contentLanguage = "foo";
|
| - o.customAttributes = buildUnnamed556();
|
| - o.customGroups = buildUnnamed557();
|
| + o.customAttributes = buildUnnamed696();
|
| + o.customGroups = buildUnnamed697();
|
| o.customLabel0 = "foo";
|
| o.customLabel1 = "foo";
|
| o.customLabel2 = "foo";
|
| o.customLabel3 = "foo";
|
| o.customLabel4 = "foo";
|
| o.description = "foo";
|
| - o.destinations = buildUnnamed558();
|
| + o.destinations = buildUnnamed698();
|
| o.displayAdsId = "foo";
|
| o.displayAdsLink = "foo";
|
| - o.displayAdsSimilarIds = buildUnnamed559();
|
| + o.displayAdsSimilarIds = buildUnnamed699();
|
| o.displayAdsTitle = "foo";
|
| o.displayAdsValue = 42.0;
|
| o.energyEfficiencyClass = "foo";
|
| @@ -2406,7 +2410,7 @@ buildProduct() {
|
| o.productType = "foo";
|
| o.salePrice = buildPrice();
|
| o.salePriceEffectiveDate = "foo";
|
| - o.shipping = buildUnnamed560();
|
| + o.shipping = buildUnnamed700();
|
| o.shippingHeight = buildProductShippingDimension();
|
| o.shippingLabel = "foo";
|
| o.shippingLength = buildProductShippingDimension();
|
| @@ -2414,14 +2418,14 @@ buildProduct() {
|
| o.shippingWidth = buildProductShippingDimension();
|
| o.sizeSystem = "foo";
|
| o.sizeType = "foo";
|
| - o.sizes = buildUnnamed561();
|
| + o.sizes = buildUnnamed701();
|
| o.targetCountry = "foo";
|
| - o.taxes = buildUnnamed562();
|
| + o.taxes = buildUnnamed702();
|
| o.title = "foo";
|
| o.unitPricingBaseMeasure = buildProductUnitPricingBaseMeasure();
|
| o.unitPricingMeasure = buildProductUnitPricingMeasure();
|
| - o.validatedDestinations = buildUnnamed563();
|
| - o.warnings = buildUnnamed564();
|
| + o.validatedDestinations = buildUnnamed703();
|
| + o.warnings = buildUnnamed704();
|
| }
|
| buildCounterProduct--;
|
| return o;
|
| @@ -2430,13 +2434,13 @@ buildProduct() {
|
| checkProduct(api.Product o) {
|
| buildCounterProduct++;
|
| if (buildCounterProduct < 3) {
|
| - checkUnnamed553(o.additionalImageLinks);
|
| + checkUnnamed693(o.additionalImageLinks);
|
| unittest.expect(o.adult, unittest.isTrue);
|
| unittest.expect(o.adwordsGrouping, unittest.equals('foo'));
|
| - checkUnnamed554(o.adwordsLabels);
|
| + checkUnnamed694(o.adwordsLabels);
|
| unittest.expect(o.adwordsRedirect, unittest.equals('foo'));
|
| unittest.expect(o.ageGroup, unittest.equals('foo'));
|
| - checkUnnamed555(o.aspects);
|
| + checkUnnamed695(o.aspects);
|
| unittest.expect(o.availability, unittest.equals('foo'));
|
| unittest.expect(o.availabilityDate, unittest.equals('foo'));
|
| unittest.expect(o.brand, unittest.equals('foo'));
|
| @@ -2444,18 +2448,18 @@ checkProduct(api.Product o) {
|
| unittest.expect(o.color, unittest.equals('foo'));
|
| unittest.expect(o.condition, unittest.equals('foo'));
|
| unittest.expect(o.contentLanguage, unittest.equals('foo'));
|
| - checkUnnamed556(o.customAttributes);
|
| - checkUnnamed557(o.customGroups);
|
| + checkUnnamed696(o.customAttributes);
|
| + checkUnnamed697(o.customGroups);
|
| unittest.expect(o.customLabel0, unittest.equals('foo'));
|
| unittest.expect(o.customLabel1, unittest.equals('foo'));
|
| unittest.expect(o.customLabel2, unittest.equals('foo'));
|
| unittest.expect(o.customLabel3, unittest.equals('foo'));
|
| unittest.expect(o.customLabel4, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed558(o.destinations);
|
| + checkUnnamed698(o.destinations);
|
| unittest.expect(o.displayAdsId, unittest.equals('foo'));
|
| unittest.expect(o.displayAdsLink, unittest.equals('foo'));
|
| - checkUnnamed559(o.displayAdsSimilarIds);
|
| + checkUnnamed699(o.displayAdsSimilarIds);
|
| unittest.expect(o.displayAdsTitle, unittest.equals('foo'));
|
| unittest.expect(o.displayAdsValue, unittest.equals(42.0));
|
| unittest.expect(o.energyEfficiencyClass, unittest.equals('foo'));
|
| @@ -2483,7 +2487,7 @@ checkProduct(api.Product o) {
|
| unittest.expect(o.productType, unittest.equals('foo'));
|
| checkPrice(o.salePrice);
|
| unittest.expect(o.salePriceEffectiveDate, unittest.equals('foo'));
|
| - checkUnnamed560(o.shipping);
|
| + checkUnnamed700(o.shipping);
|
| checkProductShippingDimension(o.shippingHeight);
|
| unittest.expect(o.shippingLabel, unittest.equals('foo'));
|
| checkProductShippingDimension(o.shippingLength);
|
| @@ -2491,14 +2495,14 @@ checkProduct(api.Product o) {
|
| checkProductShippingDimension(o.shippingWidth);
|
| unittest.expect(o.sizeSystem, unittest.equals('foo'));
|
| unittest.expect(o.sizeType, unittest.equals('foo'));
|
| - checkUnnamed561(o.sizes);
|
| + checkUnnamed701(o.sizes);
|
| unittest.expect(o.targetCountry, unittest.equals('foo'));
|
| - checkUnnamed562(o.taxes);
|
| + checkUnnamed702(o.taxes);
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| checkProductUnitPricingBaseMeasure(o.unitPricingBaseMeasure);
|
| checkProductUnitPricingMeasure(o.unitPricingMeasure);
|
| - checkUnnamed563(o.validatedDestinations);
|
| - checkUnnamed564(o.warnings);
|
| + checkUnnamed703(o.validatedDestinations);
|
| + checkUnnamed704(o.warnings);
|
| }
|
| buildCounterProduct--;
|
| }
|
| @@ -2551,14 +2555,14 @@ checkProductCustomAttribute(api.ProductCustomAttribute o) {
|
| buildCounterProductCustomAttribute--;
|
| }
|
|
|
| -buildUnnamed565() {
|
| +buildUnnamed705() {
|
| var o = new core.List<api.ProductCustomAttribute>();
|
| o.add(buildProductCustomAttribute());
|
| o.add(buildProductCustomAttribute());
|
| return o;
|
| }
|
|
|
| -checkUnnamed565(core.List<api.ProductCustomAttribute> o) {
|
| +checkUnnamed705(core.List<api.ProductCustomAttribute> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductCustomAttribute(o[0]);
|
| checkProductCustomAttribute(o[1]);
|
| @@ -2569,7 +2573,7 @@ buildProductCustomGroup() {
|
| var o = new api.ProductCustomGroup();
|
| buildCounterProductCustomGroup++;
|
| if (buildCounterProductCustomGroup < 3) {
|
| - o.attributes = buildUnnamed565();
|
| + o.attributes = buildUnnamed705();
|
| o.name = "foo";
|
| }
|
| buildCounterProductCustomGroup--;
|
| @@ -2579,7 +2583,7 @@ buildProductCustomGroup() {
|
| checkProductCustomGroup(api.ProductCustomGroup o) {
|
| buildCounterProductCustomGroup++;
|
| if (buildCounterProductCustomGroup < 3) {
|
| - checkUnnamed565(o.attributes);
|
| + checkUnnamed705(o.attributes);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| }
|
| buildCounterProductCustomGroup--;
|
| @@ -2700,27 +2704,27 @@ checkProductShippingWeight(api.ProductShippingWeight o) {
|
| buildCounterProductShippingWeight--;
|
| }
|
|
|
| -buildUnnamed566() {
|
| +buildUnnamed706() {
|
| var o = new core.List<api.ProductStatusDataQualityIssue>();
|
| o.add(buildProductStatusDataQualityIssue());
|
| o.add(buildProductStatusDataQualityIssue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed566(core.List<api.ProductStatusDataQualityIssue> o) {
|
| +checkUnnamed706(core.List<api.ProductStatusDataQualityIssue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductStatusDataQualityIssue(o[0]);
|
| checkProductStatusDataQualityIssue(o[1]);
|
| }
|
|
|
| -buildUnnamed567() {
|
| +buildUnnamed707() {
|
| var o = new core.List<api.ProductStatusDestinationStatus>();
|
| o.add(buildProductStatusDestinationStatus());
|
| o.add(buildProductStatusDestinationStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed567(core.List<api.ProductStatusDestinationStatus> o) {
|
| +checkUnnamed707(core.List<api.ProductStatusDestinationStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductStatusDestinationStatus(o[0]);
|
| checkProductStatusDestinationStatus(o[1]);
|
| @@ -2732,8 +2736,8 @@ buildProductStatus() {
|
| buildCounterProductStatus++;
|
| if (buildCounterProductStatus < 3) {
|
| o.creationDate = "foo";
|
| - o.dataQualityIssues = buildUnnamed566();
|
| - o.destinationStatuses = buildUnnamed567();
|
| + o.dataQualityIssues = buildUnnamed706();
|
| + o.destinationStatuses = buildUnnamed707();
|
| o.googleExpirationDate = "foo";
|
| o.kind = "foo";
|
| o.lastUpdateDate = "foo";
|
| @@ -2749,8 +2753,8 @@ checkProductStatus(api.ProductStatus o) {
|
| buildCounterProductStatus++;
|
| if (buildCounterProductStatus < 3) {
|
| unittest.expect(o.creationDate, unittest.equals('foo'));
|
| - checkUnnamed566(o.dataQualityIssues);
|
| - checkUnnamed567(o.destinationStatuses);
|
| + checkUnnamed706(o.dataQualityIssues);
|
| + checkUnnamed707(o.destinationStatuses);
|
| unittest.expect(o.googleExpirationDate, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.lastUpdateDate, unittest.equals('foo'));
|
| @@ -2888,14 +2892,14 @@ checkProductUnitPricingMeasure(api.ProductUnitPricingMeasure o) {
|
| buildCounterProductUnitPricingMeasure--;
|
| }
|
|
|
| -buildUnnamed568() {
|
| +buildUnnamed708() {
|
| var o = new core.List<api.ProductsCustomBatchRequestEntry>();
|
| o.add(buildProductsCustomBatchRequestEntry());
|
| o.add(buildProductsCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed568(core.List<api.ProductsCustomBatchRequestEntry> o) {
|
| +checkUnnamed708(core.List<api.ProductsCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductsCustomBatchRequestEntry(o[0]);
|
| checkProductsCustomBatchRequestEntry(o[1]);
|
| @@ -2906,7 +2910,7 @@ buildProductsCustomBatchRequest() {
|
| var o = new api.ProductsCustomBatchRequest();
|
| buildCounterProductsCustomBatchRequest++;
|
| if (buildCounterProductsCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed568();
|
| + o.entries = buildUnnamed708();
|
| }
|
| buildCounterProductsCustomBatchRequest--;
|
| return o;
|
| @@ -2915,7 +2919,7 @@ buildProductsCustomBatchRequest() {
|
| checkProductsCustomBatchRequest(api.ProductsCustomBatchRequest o) {
|
| buildCounterProductsCustomBatchRequest++;
|
| if (buildCounterProductsCustomBatchRequest < 3) {
|
| - checkUnnamed568(o.entries);
|
| + checkUnnamed708(o.entries);
|
| }
|
| buildCounterProductsCustomBatchRequest--;
|
| }
|
| @@ -2947,14 +2951,14 @@ checkProductsCustomBatchRequestEntry(api.ProductsCustomBatchRequestEntry o) {
|
| buildCounterProductsCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed569() {
|
| +buildUnnamed709() {
|
| var o = new core.List<api.ProductsCustomBatchResponseEntry>();
|
| o.add(buildProductsCustomBatchResponseEntry());
|
| o.add(buildProductsCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed569(core.List<api.ProductsCustomBatchResponseEntry> o) {
|
| +checkUnnamed709(core.List<api.ProductsCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductsCustomBatchResponseEntry(o[0]);
|
| checkProductsCustomBatchResponseEntry(o[1]);
|
| @@ -2965,7 +2969,7 @@ buildProductsCustomBatchResponse() {
|
| var o = new api.ProductsCustomBatchResponse();
|
| buildCounterProductsCustomBatchResponse++;
|
| if (buildCounterProductsCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed569();
|
| + o.entries = buildUnnamed709();
|
| o.kind = "foo";
|
| }
|
| buildCounterProductsCustomBatchResponse--;
|
| @@ -2975,7 +2979,7 @@ buildProductsCustomBatchResponse() {
|
| checkProductsCustomBatchResponse(api.ProductsCustomBatchResponse o) {
|
| buildCounterProductsCustomBatchResponse++;
|
| if (buildCounterProductsCustomBatchResponse < 3) {
|
| - checkUnnamed569(o.entries);
|
| + checkUnnamed709(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterProductsCustomBatchResponse--;
|
| @@ -3006,14 +3010,14 @@ checkProductsCustomBatchResponseEntry(api.ProductsCustomBatchResponseEntry o) {
|
| buildCounterProductsCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed570() {
|
| +buildUnnamed710() {
|
| var o = new core.List<api.Product>();
|
| o.add(buildProduct());
|
| o.add(buildProduct());
|
| return o;
|
| }
|
|
|
| -checkUnnamed570(core.List<api.Product> o) {
|
| +checkUnnamed710(core.List<api.Product> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProduct(o[0]);
|
| checkProduct(o[1]);
|
| @@ -3026,7 +3030,7 @@ buildProductsListResponse() {
|
| if (buildCounterProductsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed570();
|
| + o.resources = buildUnnamed710();
|
| }
|
| buildCounterProductsListResponse--;
|
| return o;
|
| @@ -3037,19 +3041,19 @@ checkProductsListResponse(api.ProductsListResponse o) {
|
| if (buildCounterProductsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed570(o.resources);
|
| + checkUnnamed710(o.resources);
|
| }
|
| buildCounterProductsListResponse--;
|
| }
|
|
|
| -buildUnnamed571() {
|
| +buildUnnamed711() {
|
| var o = new core.List<api.ProductstatusesCustomBatchRequestEntry>();
|
| o.add(buildProductstatusesCustomBatchRequestEntry());
|
| o.add(buildProductstatusesCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed571(core.List<api.ProductstatusesCustomBatchRequestEntry> o) {
|
| +checkUnnamed711(core.List<api.ProductstatusesCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductstatusesCustomBatchRequestEntry(o[0]);
|
| checkProductstatusesCustomBatchRequestEntry(o[1]);
|
| @@ -3060,7 +3064,7 @@ buildProductstatusesCustomBatchRequest() {
|
| var o = new api.ProductstatusesCustomBatchRequest();
|
| buildCounterProductstatusesCustomBatchRequest++;
|
| if (buildCounterProductstatusesCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed571();
|
| + o.entries = buildUnnamed711();
|
| }
|
| buildCounterProductstatusesCustomBatchRequest--;
|
| return o;
|
| @@ -3069,7 +3073,7 @@ buildProductstatusesCustomBatchRequest() {
|
| checkProductstatusesCustomBatchRequest(api.ProductstatusesCustomBatchRequest o) {
|
| buildCounterProductstatusesCustomBatchRequest++;
|
| if (buildCounterProductstatusesCustomBatchRequest < 3) {
|
| - checkUnnamed571(o.entries);
|
| + checkUnnamed711(o.entries);
|
| }
|
| buildCounterProductstatusesCustomBatchRequest--;
|
| }
|
| @@ -3099,14 +3103,14 @@ checkProductstatusesCustomBatchRequestEntry(api.ProductstatusesCustomBatchReques
|
| buildCounterProductstatusesCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed572() {
|
| +buildUnnamed712() {
|
| var o = new core.List<api.ProductstatusesCustomBatchResponseEntry>();
|
| o.add(buildProductstatusesCustomBatchResponseEntry());
|
| o.add(buildProductstatusesCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed572(core.List<api.ProductstatusesCustomBatchResponseEntry> o) {
|
| +checkUnnamed712(core.List<api.ProductstatusesCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductstatusesCustomBatchResponseEntry(o[0]);
|
| checkProductstatusesCustomBatchResponseEntry(o[1]);
|
| @@ -3117,7 +3121,7 @@ buildProductstatusesCustomBatchResponse() {
|
| var o = new api.ProductstatusesCustomBatchResponse();
|
| buildCounterProductstatusesCustomBatchResponse++;
|
| if (buildCounterProductstatusesCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed572();
|
| + o.entries = buildUnnamed712();
|
| o.kind = "foo";
|
| }
|
| buildCounterProductstatusesCustomBatchResponse--;
|
| @@ -3127,7 +3131,7 @@ buildProductstatusesCustomBatchResponse() {
|
| checkProductstatusesCustomBatchResponse(api.ProductstatusesCustomBatchResponse o) {
|
| buildCounterProductstatusesCustomBatchResponse++;
|
| if (buildCounterProductstatusesCustomBatchResponse < 3) {
|
| - checkUnnamed572(o.entries);
|
| + checkUnnamed712(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterProductstatusesCustomBatchResponse--;
|
| @@ -3158,14 +3162,14 @@ checkProductstatusesCustomBatchResponseEntry(api.ProductstatusesCustomBatchRespo
|
| buildCounterProductstatusesCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed573() {
|
| +buildUnnamed713() {
|
| var o = new core.List<api.ProductStatus>();
|
| o.add(buildProductStatus());
|
| o.add(buildProductStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed573(core.List<api.ProductStatus> o) {
|
| +checkUnnamed713(core.List<api.ProductStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductStatus(o[0]);
|
| checkProductStatus(o[1]);
|
| @@ -3178,7 +3182,7 @@ buildProductstatusesListResponse() {
|
| if (buildCounterProductstatusesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed573();
|
| + o.resources = buildUnnamed713();
|
| }
|
| buildCounterProductstatusesListResponse--;
|
| return o;
|
| @@ -3189,7 +3193,7 @@ checkProductstatusesListResponse(api.ProductstatusesListResponse o) {
|
| if (buildCounterProductstatusesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed573(o.resources);
|
| + checkUnnamed713(o.resources);
|
| }
|
| buildCounterProductstatusesListResponse--;
|
| }
|
| @@ -4105,6 +4109,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.AccountsResourceApi res = new api.ContentApi(mock).accounts;
|
| var arg_request = buildAccountsCustomBatchRequest();
|
| + var arg_dryRun = true;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var obj = new api.AccountsCustomBatchRequest.fromJson(json);
|
| checkAccountsCustomBatchRequest(obj);
|
| @@ -4136,6 +4141,7 @@ main() {
|
| addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
|
| }
|
| }
|
| + unittest.expect(queryMap["dryRun"].first, unittest.equals("$arg_dryRun"));
|
|
|
|
|
| var h = {
|
| @@ -4144,7 +4150,7 @@ main() {
|
| var resp = convert.JSON.encode(buildAccountsCustomBatchResponse());
|
| return new async.Future.value(stringResponse(200, h, resp));
|
| }), true);
|
| - res.custombatch(arg_request).then(unittest.expectAsync(((api.AccountsCustomBatchResponse response) {
|
| + res.custombatch(arg_request, dryRun: arg_dryRun).then(unittest.expectAsync(((api.AccountsCustomBatchResponse response) {
|
| checkAccountsCustomBatchResponse(response);
|
| })));
|
| });
|
| @@ -4155,6 +4161,7 @@ main() {
|
| api.AccountsResourceApi res = new api.ContentApi(mock).accounts;
|
| var arg_merchantId = "foo";
|
| var arg_accountId = "foo";
|
| + var arg_dryRun = true;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -4179,6 +4186,7 @@ main() {
|
| addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
|
| }
|
| }
|
| + unittest.expect(queryMap["dryRun"].first, unittest.equals("$arg_dryRun"));
|
|
|
|
|
| var h = {
|
| @@ -4187,7 +4195,7 @@ main() {
|
| var resp = "";
|
| return new async.Future.value(stringResponse(200, h, resp));
|
| }), true);
|
| - res.delete(arg_merchantId, arg_accountId).then(unittest.expectAsync((_) {}));
|
| + res.delete(arg_merchantId, arg_accountId, dryRun: arg_dryRun).then(unittest.expectAsync((_) {}));
|
| });
|
|
|
| unittest.test("method--get", () {
|
| @@ -4239,6 +4247,7 @@ main() {
|
| api.AccountsResourceApi res = new api.ContentApi(mock).accounts;
|
| var arg_request = buildAccount();
|
| var arg_merchantId = "foo";
|
| + var arg_dryRun = true;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var obj = new api.Account.fromJson(json);
|
| checkAccount(obj);
|
| @@ -4266,6 +4275,7 @@ main() {
|
| addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
|
| }
|
| }
|
| + unittest.expect(queryMap["dryRun"].first, unittest.equals("$arg_dryRun"));
|
|
|
|
|
| var h = {
|
| @@ -4274,7 +4284,7 @@ main() {
|
| var resp = convert.JSON.encode(buildAccount());
|
| return new async.Future.value(stringResponse(200, h, resp));
|
| }), true);
|
| - res.insert(arg_request, arg_merchantId).then(unittest.expectAsync(((api.Account response) {
|
| + res.insert(arg_request, arg_merchantId, dryRun: arg_dryRun).then(unittest.expectAsync(((api.Account response) {
|
| checkAccount(response);
|
| })));
|
| });
|
| @@ -4332,6 +4342,7 @@ main() {
|
| var arg_request = buildAccount();
|
| var arg_merchantId = "foo";
|
| var arg_accountId = "foo";
|
| + var arg_dryRun = true;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var obj = new api.Account.fromJson(json);
|
| checkAccount(obj);
|
| @@ -4359,6 +4370,7 @@ main() {
|
| addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
|
| }
|
| }
|
| + unittest.expect(queryMap["dryRun"].first, unittest.equals("$arg_dryRun"));
|
|
|
|
|
| var h = {
|
| @@ -4367,7 +4379,7 @@ main() {
|
| var resp = convert.JSON.encode(buildAccount());
|
| return new async.Future.value(stringResponse(200, h, resp));
|
| }), true);
|
| - res.patch(arg_request, arg_merchantId, arg_accountId).then(unittest.expectAsync(((api.Account response) {
|
| + res.patch(arg_request, arg_merchantId, arg_accountId, dryRun: arg_dryRun).then(unittest.expectAsync(((api.Account response) {
|
| checkAccount(response);
|
| })));
|
| });
|
| @@ -4379,6 +4391,7 @@ main() {
|
| var arg_request = buildAccount();
|
| var arg_merchantId = "foo";
|
| var arg_accountId = "foo";
|
| + var arg_dryRun = true;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var obj = new api.Account.fromJson(json);
|
| checkAccount(obj);
|
| @@ -4406,6 +4419,7 @@ main() {
|
| addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
|
| }
|
| }
|
| + unittest.expect(queryMap["dryRun"].first, unittest.equals("$arg_dryRun"));
|
|
|
|
|
| var h = {
|
| @@ -4414,7 +4428,7 @@ main() {
|
| var resp = convert.JSON.encode(buildAccount());
|
| return new async.Future.value(stringResponse(200, h, resp));
|
| }), true);
|
| - res.update(arg_request, arg_merchantId, arg_accountId).then(unittest.expectAsync(((api.Account response) {
|
| + res.update(arg_request, arg_merchantId, arg_accountId, dryRun: arg_dryRun).then(unittest.expectAsync(((api.Account response) {
|
| checkAccount(response);
|
| })));
|
| });
|
| @@ -5054,6 +5068,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.DatafeedsResourceApi res = new api.ContentApi(mock).datafeeds;
|
| var arg_request = buildDatafeedsCustomBatchRequest();
|
| + var arg_dryRun = true;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var obj = new api.DatafeedsCustomBatchRequest.fromJson(json);
|
| checkDatafeedsCustomBatchRequest(obj);
|
| @@ -5085,6 +5100,7 @@ main() {
|
| addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
|
| }
|
| }
|
| + unittest.expect(queryMap["dryRun"].first, unittest.equals("$arg_dryRun"));
|
|
|
|
|
| var h = {
|
| @@ -5093,7 +5109,7 @@ main() {
|
| var resp = convert.JSON.encode(buildDatafeedsCustomBatchResponse());
|
| return new async.Future.value(stringResponse(200, h, resp));
|
| }), true);
|
| - res.custombatch(arg_request).then(unittest.expectAsync(((api.DatafeedsCustomBatchResponse response) {
|
| + res.custombatch(arg_request, dryRun: arg_dryRun).then(unittest.expectAsync(((api.DatafeedsCustomBatchResponse response) {
|
| checkDatafeedsCustomBatchResponse(response);
|
| })));
|
| });
|
| @@ -5104,6 +5120,7 @@ main() {
|
| api.DatafeedsResourceApi res = new api.ContentApi(mock).datafeeds;
|
| var arg_merchantId = "foo";
|
| var arg_datafeedId = "foo";
|
| + var arg_dryRun = true;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -5128,6 +5145,7 @@ main() {
|
| addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
|
| }
|
| }
|
| + unittest.expect(queryMap["dryRun"].first, unittest.equals("$arg_dryRun"));
|
|
|
|
|
| var h = {
|
| @@ -5136,7 +5154,7 @@ main() {
|
| var resp = "";
|
| return new async.Future.value(stringResponse(200, h, resp));
|
| }), true);
|
| - res.delete(arg_merchantId, arg_datafeedId).then(unittest.expectAsync((_) {}));
|
| + res.delete(arg_merchantId, arg_datafeedId, dryRun: arg_dryRun).then(unittest.expectAsync((_) {}));
|
| });
|
|
|
| unittest.test("method--get", () {
|
| @@ -5188,6 +5206,7 @@ main() {
|
| api.DatafeedsResourceApi res = new api.ContentApi(mock).datafeeds;
|
| var arg_request = buildDatafeed();
|
| var arg_merchantId = "foo";
|
| + var arg_dryRun = true;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var obj = new api.Datafeed.fromJson(json);
|
| checkDatafeed(obj);
|
| @@ -5215,6 +5234,7 @@ main() {
|
| addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
|
| }
|
| }
|
| + unittest.expect(queryMap["dryRun"].first, unittest.equals("$arg_dryRun"));
|
|
|
|
|
| var h = {
|
| @@ -5223,7 +5243,7 @@ main() {
|
| var resp = convert.JSON.encode(buildDatafeed());
|
| return new async.Future.value(stringResponse(200, h, resp));
|
| }), true);
|
| - res.insert(arg_request, arg_merchantId).then(unittest.expectAsync(((api.Datafeed response) {
|
| + res.insert(arg_request, arg_merchantId, dryRun: arg_dryRun).then(unittest.expectAsync(((api.Datafeed response) {
|
| checkDatafeed(response);
|
| })));
|
| });
|
| @@ -5281,6 +5301,7 @@ main() {
|
| var arg_request = buildDatafeed();
|
| var arg_merchantId = "foo";
|
| var arg_datafeedId = "foo";
|
| + var arg_dryRun = true;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var obj = new api.Datafeed.fromJson(json);
|
| checkDatafeed(obj);
|
| @@ -5308,6 +5329,7 @@ main() {
|
| addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
|
| }
|
| }
|
| + unittest.expect(queryMap["dryRun"].first, unittest.equals("$arg_dryRun"));
|
|
|
|
|
| var h = {
|
| @@ -5316,7 +5338,7 @@ main() {
|
| var resp = convert.JSON.encode(buildDatafeed());
|
| return new async.Future.value(stringResponse(200, h, resp));
|
| }), true);
|
| - res.patch(arg_request, arg_merchantId, arg_datafeedId).then(unittest.expectAsync(((api.Datafeed response) {
|
| + res.patch(arg_request, arg_merchantId, arg_datafeedId, dryRun: arg_dryRun).then(unittest.expectAsync(((api.Datafeed response) {
|
| checkDatafeed(response);
|
| })));
|
| });
|
| @@ -5328,6 +5350,7 @@ main() {
|
| var arg_request = buildDatafeed();
|
| var arg_merchantId = "foo";
|
| var arg_datafeedId = "foo";
|
| + var arg_dryRun = true;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var obj = new api.Datafeed.fromJson(json);
|
| checkDatafeed(obj);
|
| @@ -5355,6 +5378,7 @@ main() {
|
| addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
|
| }
|
| }
|
| + unittest.expect(queryMap["dryRun"].first, unittest.equals("$arg_dryRun"));
|
|
|
|
|
| var h = {
|
| @@ -5363,7 +5387,7 @@ main() {
|
| var resp = convert.JSON.encode(buildDatafeed());
|
| return new async.Future.value(stringResponse(200, h, resp));
|
| }), true);
|
| - res.update(arg_request, arg_merchantId, arg_datafeedId).then(unittest.expectAsync(((api.Datafeed response) {
|
| + res.update(arg_request, arg_merchantId, arg_datafeedId, dryRun: arg_dryRun).then(unittest.expectAsync(((api.Datafeed response) {
|
| checkDatafeed(response);
|
| })));
|
| });
|
| @@ -5519,6 +5543,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.InventoryResourceApi res = new api.ContentApi(mock).inventory;
|
| var arg_request = buildInventoryCustomBatchRequest();
|
| + var arg_dryRun = true;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var obj = new api.InventoryCustomBatchRequest.fromJson(json);
|
| checkInventoryCustomBatchRequest(obj);
|
| @@ -5550,6 +5575,7 @@ main() {
|
| addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
|
| }
|
| }
|
| + unittest.expect(queryMap["dryRun"].first, unittest.equals("$arg_dryRun"));
|
|
|
|
|
| var h = {
|
| @@ -5558,7 +5584,7 @@ main() {
|
| var resp = convert.JSON.encode(buildInventoryCustomBatchResponse());
|
| return new async.Future.value(stringResponse(200, h, resp));
|
| }), true);
|
| - res.custombatch(arg_request).then(unittest.expectAsync(((api.InventoryCustomBatchResponse response) {
|
| + res.custombatch(arg_request, dryRun: arg_dryRun).then(unittest.expectAsync(((api.InventoryCustomBatchResponse response) {
|
| checkInventoryCustomBatchResponse(response);
|
| })));
|
| });
|
| @@ -5571,6 +5597,7 @@ main() {
|
| var arg_merchantId = "foo";
|
| var arg_storeCode = "foo";
|
| var arg_productId = "foo";
|
| + var arg_dryRun = true;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var obj = new api.InventorySetRequest.fromJson(json);
|
| checkInventorySetRequest(obj);
|
| @@ -5598,6 +5625,7 @@ main() {
|
| addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
|
| }
|
| }
|
| + unittest.expect(queryMap["dryRun"].first, unittest.equals("$arg_dryRun"));
|
|
|
|
|
| var h = {
|
| @@ -5606,7 +5634,7 @@ main() {
|
| var resp = convert.JSON.encode(buildInventorySetResponse());
|
| return new async.Future.value(stringResponse(200, h, resp));
|
| }), true);
|
| - res.set(arg_request, arg_merchantId, arg_storeCode, arg_productId).then(unittest.expectAsync(((api.InventorySetResponse response) {
|
| + res.set(arg_request, arg_merchantId, arg_storeCode, arg_productId, dryRun: arg_dryRun).then(unittest.expectAsync(((api.InventorySetResponse response) {
|
| checkInventorySetResponse(response);
|
| })));
|
| });
|
|
|