| 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 3cf821da472080e0029098cf49c4cc76dad481a0..4b592e23b595c692b966dc6015437b249ef678b0 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() {
|
| +buildUnnamed252() {
|
| var o = new core.List<api.AccountAdwordsLink>();
|
| o.add(buildAccountAdwordsLink());
|
| o.add(buildAccountAdwordsLink());
|
| return o;
|
| }
|
|
|
| -checkUnnamed513(core.List<api.AccountAdwordsLink> o) {
|
| +checkUnnamed252(core.List<api.AccountAdwordsLink> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountAdwordsLink(o[0]);
|
| checkAccountAdwordsLink(o[1]);
|
| }
|
|
|
| -buildUnnamed514() {
|
| +buildUnnamed253() {
|
| var o = new core.List<api.AccountUser>();
|
| o.add(buildAccountUser());
|
| o.add(buildAccountUser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed514(core.List<api.AccountUser> o) {
|
| +checkUnnamed253(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 = buildUnnamed252();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.reviewsUrl = "foo";
|
| o.sellerId = "foo";
|
| - o.users = buildUnnamed514();
|
| + o.users = buildUnnamed253();
|
| 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);
|
| + checkUnnamed252(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);
|
| + checkUnnamed253(o.users);
|
| unittest.expect(o.websiteUrl, unittest.equals('foo'));
|
| }
|
| buildCounterAccount--;
|
| @@ -154,53 +154,53 @@ checkAccountIdentifier(api.AccountIdentifier o) {
|
| buildCounterAccountIdentifier--;
|
| }
|
|
|
| -buildUnnamed515() {
|
| +buildUnnamed254() {
|
| var o = new core.List<api.AccountShippingCarrierRate>();
|
| o.add(buildAccountShippingCarrierRate());
|
| o.add(buildAccountShippingCarrierRate());
|
| return o;
|
| }
|
|
|
| -checkUnnamed515(core.List<api.AccountShippingCarrierRate> o) {
|
| +checkUnnamed254(core.List<api.AccountShippingCarrierRate> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountShippingCarrierRate(o[0]);
|
| checkAccountShippingCarrierRate(o[1]);
|
| }
|
|
|
| -buildUnnamed516() {
|
| +buildUnnamed255() {
|
| var o = new core.List<api.AccountShippingLocationGroup>();
|
| o.add(buildAccountShippingLocationGroup());
|
| o.add(buildAccountShippingLocationGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed516(core.List<api.AccountShippingLocationGroup> o) {
|
| +checkUnnamed255(core.List<api.AccountShippingLocationGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountShippingLocationGroup(o[0]);
|
| checkAccountShippingLocationGroup(o[1]);
|
| }
|
|
|
| -buildUnnamed517() {
|
| +buildUnnamed256() {
|
| var o = new core.List<api.AccountShippingRateTable>();
|
| o.add(buildAccountShippingRateTable());
|
| o.add(buildAccountShippingRateTable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed517(core.List<api.AccountShippingRateTable> o) {
|
| +checkUnnamed256(core.List<api.AccountShippingRateTable> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountShippingRateTable(o[0]);
|
| checkAccountShippingRateTable(o[1]);
|
| }
|
|
|
| -buildUnnamed518() {
|
| +buildUnnamed257() {
|
| var o = new core.List<api.AccountShippingShippingService>();
|
| o.add(buildAccountShippingShippingService());
|
| o.add(buildAccountShippingShippingService());
|
| return o;
|
| }
|
|
|
| -checkUnnamed518(core.List<api.AccountShippingShippingService> o) {
|
| +checkUnnamed257(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 = buildUnnamed254();
|
| o.kind = "foo";
|
| - o.locationGroups = buildUnnamed516();
|
| - o.rateTables = buildUnnamed517();
|
| - o.services = buildUnnamed518();
|
| + o.locationGroups = buildUnnamed255();
|
| + o.rateTables = buildUnnamed256();
|
| + o.services = buildUnnamed257();
|
| }
|
| 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);
|
| + checkUnnamed254(o.carrierRates);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed516(o.locationGroups);
|
| - checkUnnamed517(o.rateTables);
|
| - checkUnnamed518(o.services);
|
| + checkUnnamed255(o.locationGroups);
|
| + checkUnnamed256(o.rateTables);
|
| + checkUnnamed257(o.services);
|
| }
|
| buildCounterAccountShipping--;
|
| }
|
| @@ -297,40 +297,40 @@ checkAccountShippingCondition(api.AccountShippingCondition o) {
|
| buildCounterAccountShippingCondition--;
|
| }
|
|
|
| -buildUnnamed519() {
|
| +buildUnnamed258() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed519(core.List<core.String> o) {
|
| +checkUnnamed258(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() {
|
| +buildUnnamed259() {
|
| var o = new core.List<api.AccountShippingPostalCodeRange>();
|
| o.add(buildAccountShippingPostalCodeRange());
|
| o.add(buildAccountShippingPostalCodeRange());
|
| return o;
|
| }
|
|
|
| -checkUnnamed520(core.List<api.AccountShippingPostalCodeRange> o) {
|
| +checkUnnamed259(core.List<api.AccountShippingPostalCodeRange> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountShippingPostalCodeRange(o[0]);
|
| checkAccountShippingPostalCodeRange(o[1]);
|
| }
|
|
|
| -buildUnnamed521() {
|
| +buildUnnamed260() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed521(core.List<core.String> o) {
|
| +checkUnnamed260(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 = buildUnnamed258();
|
| o.name = "foo";
|
| - o.postalCodeRanges = buildUnnamed520();
|
| - o.postalCodes = buildUnnamed521();
|
| + o.postalCodeRanges = buildUnnamed259();
|
| + o.postalCodes = buildUnnamed260();
|
| }
|
| 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);
|
| + checkUnnamed258(o.locationIds);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed520(o.postalCodeRanges);
|
| - checkUnnamed521(o.postalCodes);
|
| + checkUnnamed259(o.postalCodeRanges);
|
| + checkUnnamed260(o.postalCodes);
|
| }
|
| buildCounterAccountShippingLocationGroup--;
|
| }
|
| @@ -384,14 +384,14 @@ checkAccountShippingPostalCodeRange(api.AccountShippingPostalCodeRange o) {
|
| buildCounterAccountShippingPostalCodeRange--;
|
| }
|
|
|
| -buildUnnamed522() {
|
| +buildUnnamed261() {
|
| var o = new core.List<api.AccountShippingRateTableCell>();
|
| o.add(buildAccountShippingRateTableCell());
|
| o.add(buildAccountShippingRateTableCell());
|
| return o;
|
| }
|
|
|
| -checkUnnamed522(core.List<api.AccountShippingRateTableCell> o) {
|
| +checkUnnamed261(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 = buildUnnamed261();
|
| o.name = "foo";
|
| o.saleCountry = "foo";
|
| }
|
| @@ -413,7 +413,7 @@ buildAccountShippingRateTable() {
|
| checkAccountShippingRateTable(api.AccountShippingRateTable o) {
|
| buildCounterAccountShippingRateTable++;
|
| if (buildCounterAccountShippingRateTable < 3) {
|
| - checkUnnamed522(o.content);
|
| + checkUnnamed261(o.content);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.saleCountry, unittest.equals('foo'));
|
| }
|
| @@ -499,14 +499,14 @@ checkAccountShippingShippingServiceCalculationMethod(api.AccountShippingShipping
|
| buildCounterAccountShippingShippingServiceCalculationMethod--;
|
| }
|
|
|
| -buildUnnamed523() {
|
| +buildUnnamed262() {
|
| var o = new core.List<api.AccountShippingShippingServiceCostRule>();
|
| o.add(buildAccountShippingShippingServiceCostRule());
|
| o.add(buildAccountShippingShippingServiceCostRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed523(core.List<api.AccountShippingShippingServiceCostRule> o) {
|
| +checkUnnamed262(core.List<api.AccountShippingShippingServiceCostRule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountShippingShippingServiceCostRule(o[0]);
|
| checkAccountShippingShippingServiceCostRule(o[1]);
|
| @@ -518,7 +518,7 @@ buildAccountShippingShippingServiceCostRule() {
|
| buildCounterAccountShippingShippingServiceCostRule++;
|
| if (buildCounterAccountShippingShippingServiceCostRule < 3) {
|
| o.calculationMethod = buildAccountShippingShippingServiceCalculationMethod();
|
| - o.children = buildUnnamed523();
|
| + o.children = buildUnnamed262();
|
| o.condition = buildAccountShippingCondition();
|
| }
|
| buildCounterAccountShippingShippingServiceCostRule--;
|
| @@ -529,20 +529,20 @@ checkAccountShippingShippingServiceCostRule(api.AccountShippingShippingServiceCo
|
| buildCounterAccountShippingShippingServiceCostRule++;
|
| if (buildCounterAccountShippingShippingServiceCostRule < 3) {
|
| checkAccountShippingShippingServiceCalculationMethod(o.calculationMethod);
|
| - checkUnnamed523(o.children);
|
| + checkUnnamed262(o.children);
|
| checkAccountShippingCondition(o.condition);
|
| }
|
| buildCounterAccountShippingShippingServiceCostRule--;
|
| }
|
|
|
| -buildUnnamed524() {
|
| +buildUnnamed263() {
|
| var o = new core.List<api.AccountStatusDataQualityIssue>();
|
| o.add(buildAccountStatusDataQualityIssue());
|
| o.add(buildAccountStatusDataQualityIssue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed524(core.List<api.AccountStatusDataQualityIssue> o) {
|
| +checkUnnamed263(core.List<api.AccountStatusDataQualityIssue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountStatusDataQualityIssue(o[0]);
|
| checkAccountStatusDataQualityIssue(o[1]);
|
| @@ -554,7 +554,7 @@ buildAccountStatus() {
|
| buildCounterAccountStatus++;
|
| if (buildCounterAccountStatus < 3) {
|
| o.accountId = "foo";
|
| - o.dataQualityIssues = buildUnnamed524();
|
| + o.dataQualityIssues = buildUnnamed263();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountStatus--;
|
| @@ -565,20 +565,20 @@ checkAccountStatus(api.AccountStatus o) {
|
| buildCounterAccountStatus++;
|
| if (buildCounterAccountStatus < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed524(o.dataQualityIssues);
|
| + checkUnnamed263(o.dataQualityIssues);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountStatus--;
|
| }
|
|
|
| -buildUnnamed525() {
|
| +buildUnnamed264() {
|
| var o = new core.List<api.AccountStatusExampleItem>();
|
| o.add(buildAccountStatusExampleItem());
|
| o.add(buildAccountStatusExampleItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed525(core.List<api.AccountStatusExampleItem> o) {
|
| +checkUnnamed264(core.List<api.AccountStatusExampleItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountStatusExampleItem(o[0]);
|
| checkAccountStatusExampleItem(o[1]);
|
| @@ -591,7 +591,7 @@ buildAccountStatusDataQualityIssue() {
|
| if (buildCounterAccountStatusDataQualityIssue < 3) {
|
| o.country = "foo";
|
| o.displayedValue = "foo";
|
| - o.exampleItems = buildUnnamed525();
|
| + o.exampleItems = buildUnnamed264();
|
| o.id = "foo";
|
| o.lastChecked = "foo";
|
| o.numItems = 42;
|
| @@ -607,7 +607,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);
|
| + checkUnnamed264(o.exampleItems);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.lastChecked, unittest.equals('foo'));
|
| unittest.expect(o.numItems, unittest.equals(42));
|
| @@ -644,14 +644,14 @@ checkAccountStatusExampleItem(api.AccountStatusExampleItem o) {
|
| buildCounterAccountStatusExampleItem--;
|
| }
|
|
|
| -buildUnnamed526() {
|
| +buildUnnamed265() {
|
| var o = new core.List<api.AccountTaxTaxRule>();
|
| o.add(buildAccountTaxTaxRule());
|
| o.add(buildAccountTaxTaxRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed526(core.List<api.AccountTaxTaxRule> o) {
|
| +checkUnnamed265(core.List<api.AccountTaxTaxRule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountTaxTaxRule(o[0]);
|
| checkAccountTaxTaxRule(o[1]);
|
| @@ -664,7 +664,7 @@ buildAccountTax() {
|
| if (buildCounterAccountTax < 3) {
|
| o.accountId = "foo";
|
| o.kind = "foo";
|
| - o.rules = buildUnnamed526();
|
| + o.rules = buildUnnamed265();
|
| }
|
| buildCounterAccountTax--;
|
| return o;
|
| @@ -675,7 +675,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);
|
| + checkUnnamed265(o.rules);
|
| }
|
| buildCounterAccountTax--;
|
| }
|
| @@ -728,14 +728,14 @@ checkAccountUser(api.AccountUser o) {
|
| buildCounterAccountUser--;
|
| }
|
|
|
| -buildUnnamed527() {
|
| +buildUnnamed266() {
|
| var o = new core.List<api.AccountIdentifier>();
|
| o.add(buildAccountIdentifier());
|
| o.add(buildAccountIdentifier());
|
| return o;
|
| }
|
|
|
| -checkUnnamed527(core.List<api.AccountIdentifier> o) {
|
| +checkUnnamed266(core.List<api.AccountIdentifier> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountIdentifier(o[0]);
|
| checkAccountIdentifier(o[1]);
|
| @@ -746,7 +746,7 @@ buildAccountsAuthInfoResponse() {
|
| var o = new api.AccountsAuthInfoResponse();
|
| buildCounterAccountsAuthInfoResponse++;
|
| if (buildCounterAccountsAuthInfoResponse < 3) {
|
| - o.accountIdentifiers = buildUnnamed527();
|
| + o.accountIdentifiers = buildUnnamed266();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountsAuthInfoResponse--;
|
| @@ -756,20 +756,20 @@ buildAccountsAuthInfoResponse() {
|
| checkAccountsAuthInfoResponse(api.AccountsAuthInfoResponse o) {
|
| buildCounterAccountsAuthInfoResponse++;
|
| if (buildCounterAccountsAuthInfoResponse < 3) {
|
| - checkUnnamed527(o.accountIdentifiers);
|
| + checkUnnamed266(o.accountIdentifiers);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountsAuthInfoResponse--;
|
| }
|
|
|
| -buildUnnamed528() {
|
| +buildUnnamed267() {
|
| var o = new core.List<api.AccountsCustomBatchRequestEntry>();
|
| o.add(buildAccountsCustomBatchRequestEntry());
|
| o.add(buildAccountsCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed528(core.List<api.AccountsCustomBatchRequestEntry> o) {
|
| +checkUnnamed267(core.List<api.AccountsCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountsCustomBatchRequestEntry(o[0]);
|
| checkAccountsCustomBatchRequestEntry(o[1]);
|
| @@ -780,7 +780,7 @@ buildAccountsCustomBatchRequest() {
|
| var o = new api.AccountsCustomBatchRequest();
|
| buildCounterAccountsCustomBatchRequest++;
|
| if (buildCounterAccountsCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed528();
|
| + o.entries = buildUnnamed267();
|
| }
|
| buildCounterAccountsCustomBatchRequest--;
|
| return o;
|
| @@ -789,7 +789,7 @@ buildAccountsCustomBatchRequest() {
|
| checkAccountsCustomBatchRequest(api.AccountsCustomBatchRequest o) {
|
| buildCounterAccountsCustomBatchRequest++;
|
| if (buildCounterAccountsCustomBatchRequest < 3) {
|
| - checkUnnamed528(o.entries);
|
| + checkUnnamed267(o.entries);
|
| }
|
| buildCounterAccountsCustomBatchRequest--;
|
| }
|
| @@ -821,14 +821,14 @@ checkAccountsCustomBatchRequestEntry(api.AccountsCustomBatchRequestEntry o) {
|
| buildCounterAccountsCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed529() {
|
| +buildUnnamed268() {
|
| var o = new core.List<api.AccountsCustomBatchResponseEntry>();
|
| o.add(buildAccountsCustomBatchResponseEntry());
|
| o.add(buildAccountsCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed529(core.List<api.AccountsCustomBatchResponseEntry> o) {
|
| +checkUnnamed268(core.List<api.AccountsCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountsCustomBatchResponseEntry(o[0]);
|
| checkAccountsCustomBatchResponseEntry(o[1]);
|
| @@ -839,7 +839,7 @@ buildAccountsCustomBatchResponse() {
|
| var o = new api.AccountsCustomBatchResponse();
|
| buildCounterAccountsCustomBatchResponse++;
|
| if (buildCounterAccountsCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed529();
|
| + o.entries = buildUnnamed268();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountsCustomBatchResponse--;
|
| @@ -849,7 +849,7 @@ buildAccountsCustomBatchResponse() {
|
| checkAccountsCustomBatchResponse(api.AccountsCustomBatchResponse o) {
|
| buildCounterAccountsCustomBatchResponse++;
|
| if (buildCounterAccountsCustomBatchResponse < 3) {
|
| - checkUnnamed529(o.entries);
|
| + checkUnnamed268(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountsCustomBatchResponse--;
|
| @@ -880,14 +880,14 @@ checkAccountsCustomBatchResponseEntry(api.AccountsCustomBatchResponseEntry o) {
|
| buildCounterAccountsCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed530() {
|
| +buildUnnamed269() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed530(core.List<api.Account> o) {
|
| +checkUnnamed269(core.List<api.Account> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccount(o[0]);
|
| checkAccount(o[1]);
|
| @@ -900,7 +900,7 @@ buildAccountsListResponse() {
|
| if (buildCounterAccountsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed530();
|
| + o.resources = buildUnnamed269();
|
| }
|
| buildCounterAccountsListResponse--;
|
| return o;
|
| @@ -911,19 +911,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);
|
| + checkUnnamed269(o.resources);
|
| }
|
| buildCounterAccountsListResponse--;
|
| }
|
|
|
| -buildUnnamed531() {
|
| +buildUnnamed270() {
|
| var o = new core.List<api.AccountshippingCustomBatchRequestEntry>();
|
| o.add(buildAccountshippingCustomBatchRequestEntry());
|
| o.add(buildAccountshippingCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed531(core.List<api.AccountshippingCustomBatchRequestEntry> o) {
|
| +checkUnnamed270(core.List<api.AccountshippingCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountshippingCustomBatchRequestEntry(o[0]);
|
| checkAccountshippingCustomBatchRequestEntry(o[1]);
|
| @@ -934,7 +934,7 @@ buildAccountshippingCustomBatchRequest() {
|
| var o = new api.AccountshippingCustomBatchRequest();
|
| buildCounterAccountshippingCustomBatchRequest++;
|
| if (buildCounterAccountshippingCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed531();
|
| + o.entries = buildUnnamed270();
|
| }
|
| buildCounterAccountshippingCustomBatchRequest--;
|
| return o;
|
| @@ -943,7 +943,7 @@ buildAccountshippingCustomBatchRequest() {
|
| checkAccountshippingCustomBatchRequest(api.AccountshippingCustomBatchRequest o) {
|
| buildCounterAccountshippingCustomBatchRequest++;
|
| if (buildCounterAccountshippingCustomBatchRequest < 3) {
|
| - checkUnnamed531(o.entries);
|
| + checkUnnamed270(o.entries);
|
| }
|
| buildCounterAccountshippingCustomBatchRequest--;
|
| }
|
| @@ -975,14 +975,14 @@ checkAccountshippingCustomBatchRequestEntry(api.AccountshippingCustomBatchReques
|
| buildCounterAccountshippingCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed532() {
|
| +buildUnnamed271() {
|
| var o = new core.List<api.AccountshippingCustomBatchResponseEntry>();
|
| o.add(buildAccountshippingCustomBatchResponseEntry());
|
| o.add(buildAccountshippingCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed532(core.List<api.AccountshippingCustomBatchResponseEntry> o) {
|
| +checkUnnamed271(core.List<api.AccountshippingCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountshippingCustomBatchResponseEntry(o[0]);
|
| checkAccountshippingCustomBatchResponseEntry(o[1]);
|
| @@ -993,7 +993,7 @@ buildAccountshippingCustomBatchResponse() {
|
| var o = new api.AccountshippingCustomBatchResponse();
|
| buildCounterAccountshippingCustomBatchResponse++;
|
| if (buildCounterAccountshippingCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed532();
|
| + o.entries = buildUnnamed271();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountshippingCustomBatchResponse--;
|
| @@ -1003,7 +1003,7 @@ buildAccountshippingCustomBatchResponse() {
|
| checkAccountshippingCustomBatchResponse(api.AccountshippingCustomBatchResponse o) {
|
| buildCounterAccountshippingCustomBatchResponse++;
|
| if (buildCounterAccountshippingCustomBatchResponse < 3) {
|
| - checkUnnamed532(o.entries);
|
| + checkUnnamed271(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountshippingCustomBatchResponse--;
|
| @@ -1034,14 +1034,14 @@ checkAccountshippingCustomBatchResponseEntry(api.AccountshippingCustomBatchRespo
|
| buildCounterAccountshippingCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed533() {
|
| +buildUnnamed272() {
|
| var o = new core.List<api.AccountShipping>();
|
| o.add(buildAccountShipping());
|
| o.add(buildAccountShipping());
|
| return o;
|
| }
|
|
|
| -checkUnnamed533(core.List<api.AccountShipping> o) {
|
| +checkUnnamed272(core.List<api.AccountShipping> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountShipping(o[0]);
|
| checkAccountShipping(o[1]);
|
| @@ -1054,7 +1054,7 @@ buildAccountshippingListResponse() {
|
| if (buildCounterAccountshippingListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed533();
|
| + o.resources = buildUnnamed272();
|
| }
|
| buildCounterAccountshippingListResponse--;
|
| return o;
|
| @@ -1065,19 +1065,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);
|
| + checkUnnamed272(o.resources);
|
| }
|
| buildCounterAccountshippingListResponse--;
|
| }
|
|
|
| -buildUnnamed534() {
|
| +buildUnnamed273() {
|
| var o = new core.List<api.AccountstatusesCustomBatchRequestEntry>();
|
| o.add(buildAccountstatusesCustomBatchRequestEntry());
|
| o.add(buildAccountstatusesCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed534(core.List<api.AccountstatusesCustomBatchRequestEntry> o) {
|
| +checkUnnamed273(core.List<api.AccountstatusesCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountstatusesCustomBatchRequestEntry(o[0]);
|
| checkAccountstatusesCustomBatchRequestEntry(o[1]);
|
| @@ -1088,7 +1088,7 @@ buildAccountstatusesCustomBatchRequest() {
|
| var o = new api.AccountstatusesCustomBatchRequest();
|
| buildCounterAccountstatusesCustomBatchRequest++;
|
| if (buildCounterAccountstatusesCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed534();
|
| + o.entries = buildUnnamed273();
|
| }
|
| buildCounterAccountstatusesCustomBatchRequest--;
|
| return o;
|
| @@ -1097,7 +1097,7 @@ buildAccountstatusesCustomBatchRequest() {
|
| checkAccountstatusesCustomBatchRequest(api.AccountstatusesCustomBatchRequest o) {
|
| buildCounterAccountstatusesCustomBatchRequest++;
|
| if (buildCounterAccountstatusesCustomBatchRequest < 3) {
|
| - checkUnnamed534(o.entries);
|
| + checkUnnamed273(o.entries);
|
| }
|
| buildCounterAccountstatusesCustomBatchRequest--;
|
| }
|
| @@ -1127,14 +1127,14 @@ checkAccountstatusesCustomBatchRequestEntry(api.AccountstatusesCustomBatchReques
|
| buildCounterAccountstatusesCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed535() {
|
| +buildUnnamed274() {
|
| var o = new core.List<api.AccountstatusesCustomBatchResponseEntry>();
|
| o.add(buildAccountstatusesCustomBatchResponseEntry());
|
| o.add(buildAccountstatusesCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed535(core.List<api.AccountstatusesCustomBatchResponseEntry> o) {
|
| +checkUnnamed274(core.List<api.AccountstatusesCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountstatusesCustomBatchResponseEntry(o[0]);
|
| checkAccountstatusesCustomBatchResponseEntry(o[1]);
|
| @@ -1145,7 +1145,7 @@ buildAccountstatusesCustomBatchResponse() {
|
| var o = new api.AccountstatusesCustomBatchResponse();
|
| buildCounterAccountstatusesCustomBatchResponse++;
|
| if (buildCounterAccountstatusesCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed535();
|
| + o.entries = buildUnnamed274();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountstatusesCustomBatchResponse--;
|
| @@ -1155,7 +1155,7 @@ buildAccountstatusesCustomBatchResponse() {
|
| checkAccountstatusesCustomBatchResponse(api.AccountstatusesCustomBatchResponse o) {
|
| buildCounterAccountstatusesCustomBatchResponse++;
|
| if (buildCounterAccountstatusesCustomBatchResponse < 3) {
|
| - checkUnnamed535(o.entries);
|
| + checkUnnamed274(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountstatusesCustomBatchResponse--;
|
| @@ -1184,14 +1184,14 @@ checkAccountstatusesCustomBatchResponseEntry(api.AccountstatusesCustomBatchRespo
|
| buildCounterAccountstatusesCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed536() {
|
| +buildUnnamed275() {
|
| var o = new core.List<api.AccountStatus>();
|
| o.add(buildAccountStatus());
|
| o.add(buildAccountStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed536(core.List<api.AccountStatus> o) {
|
| +checkUnnamed275(core.List<api.AccountStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountStatus(o[0]);
|
| checkAccountStatus(o[1]);
|
| @@ -1204,7 +1204,7 @@ buildAccountstatusesListResponse() {
|
| if (buildCounterAccountstatusesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed536();
|
| + o.resources = buildUnnamed275();
|
| }
|
| buildCounterAccountstatusesListResponse--;
|
| return o;
|
| @@ -1215,19 +1215,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);
|
| + checkUnnamed275(o.resources);
|
| }
|
| buildCounterAccountstatusesListResponse--;
|
| }
|
|
|
| -buildUnnamed537() {
|
| +buildUnnamed276() {
|
| var o = new core.List<api.AccounttaxCustomBatchRequestEntry>();
|
| o.add(buildAccounttaxCustomBatchRequestEntry());
|
| o.add(buildAccounttaxCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed537(core.List<api.AccounttaxCustomBatchRequestEntry> o) {
|
| +checkUnnamed276(core.List<api.AccounttaxCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccounttaxCustomBatchRequestEntry(o[0]);
|
| checkAccounttaxCustomBatchRequestEntry(o[1]);
|
| @@ -1238,7 +1238,7 @@ buildAccounttaxCustomBatchRequest() {
|
| var o = new api.AccounttaxCustomBatchRequest();
|
| buildCounterAccounttaxCustomBatchRequest++;
|
| if (buildCounterAccounttaxCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed537();
|
| + o.entries = buildUnnamed276();
|
| }
|
| buildCounterAccounttaxCustomBatchRequest--;
|
| return o;
|
| @@ -1247,7 +1247,7 @@ buildAccounttaxCustomBatchRequest() {
|
| checkAccounttaxCustomBatchRequest(api.AccounttaxCustomBatchRequest o) {
|
| buildCounterAccounttaxCustomBatchRequest++;
|
| if (buildCounterAccounttaxCustomBatchRequest < 3) {
|
| - checkUnnamed537(o.entries);
|
| + checkUnnamed276(o.entries);
|
| }
|
| buildCounterAccounttaxCustomBatchRequest--;
|
| }
|
| @@ -1279,14 +1279,14 @@ checkAccounttaxCustomBatchRequestEntry(api.AccounttaxCustomBatchRequestEntry o)
|
| buildCounterAccounttaxCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed538() {
|
| +buildUnnamed277() {
|
| var o = new core.List<api.AccounttaxCustomBatchResponseEntry>();
|
| o.add(buildAccounttaxCustomBatchResponseEntry());
|
| o.add(buildAccounttaxCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed538(core.List<api.AccounttaxCustomBatchResponseEntry> o) {
|
| +checkUnnamed277(core.List<api.AccounttaxCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccounttaxCustomBatchResponseEntry(o[0]);
|
| checkAccounttaxCustomBatchResponseEntry(o[1]);
|
| @@ -1297,7 +1297,7 @@ buildAccounttaxCustomBatchResponse() {
|
| var o = new api.AccounttaxCustomBatchResponse();
|
| buildCounterAccounttaxCustomBatchResponse++;
|
| if (buildCounterAccounttaxCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed538();
|
| + o.entries = buildUnnamed277();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccounttaxCustomBatchResponse--;
|
| @@ -1307,7 +1307,7 @@ buildAccounttaxCustomBatchResponse() {
|
| checkAccounttaxCustomBatchResponse(api.AccounttaxCustomBatchResponse o) {
|
| buildCounterAccounttaxCustomBatchResponse++;
|
| if (buildCounterAccounttaxCustomBatchResponse < 3) {
|
| - checkUnnamed538(o.entries);
|
| + checkUnnamed277(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccounttaxCustomBatchResponse--;
|
| @@ -1338,14 +1338,14 @@ checkAccounttaxCustomBatchResponseEntry(api.AccounttaxCustomBatchResponseEntry o
|
| buildCounterAccounttaxCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed539() {
|
| +buildUnnamed278() {
|
| var o = new core.List<api.AccountTax>();
|
| o.add(buildAccountTax());
|
| o.add(buildAccountTax());
|
| return o;
|
| }
|
|
|
| -checkUnnamed539(core.List<api.AccountTax> o) {
|
| +checkUnnamed278(core.List<api.AccountTax> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountTax(o[0]);
|
| checkAccountTax(o[1]);
|
| @@ -1358,7 +1358,7 @@ buildAccounttaxListResponse() {
|
| if (buildCounterAccounttaxListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed539();
|
| + o.resources = buildUnnamed278();
|
| }
|
| buildCounterAccounttaxListResponse--;
|
| return o;
|
| @@ -1369,7 +1369,7 @@ checkAccounttaxListResponse(api.AccounttaxListResponse o) {
|
| if (buildCounterAccounttaxListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed539(o.resources);
|
| + checkUnnamed278(o.resources);
|
| }
|
| buildCounterAccounttaxListResponse--;
|
| }
|
| @@ -1403,14 +1403,14 @@ checkCarrierRate(api.CarrierRate o) {
|
| buildCounterCarrierRate--;
|
| }
|
|
|
| -buildUnnamed540() {
|
| +buildUnnamed279() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed540(core.List<core.String> o) {
|
| +checkUnnamed279(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'));
|
| @@ -1423,7 +1423,7 @@ buildCarriersCarrier() {
|
| if (buildCounterCarriersCarrier < 3) {
|
| o.country = "foo";
|
| o.name = "foo";
|
| - o.services = buildUnnamed540();
|
| + o.services = buildUnnamed279();
|
| }
|
| buildCounterCarriersCarrier--;
|
| return o;
|
| @@ -1434,19 +1434,19 @@ checkCarriersCarrier(api.CarriersCarrier o) {
|
| if (buildCounterCarriersCarrier < 3) {
|
| unittest.expect(o.country, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed540(o.services);
|
| + checkUnnamed279(o.services);
|
| }
|
| buildCounterCarriersCarrier--;
|
| }
|
|
|
| -buildUnnamed541() {
|
| +buildUnnamed280() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed541(core.List<core.String> o) {
|
| +checkUnnamed280(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'));
|
| @@ -1464,7 +1464,7 @@ buildDatafeed() {
|
| o.fileName = "foo";
|
| o.format = buildDatafeedFormat();
|
| o.id = "foo";
|
| - o.intendedDestinations = buildUnnamed541();
|
| + o.intendedDestinations = buildUnnamed280();
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.targetCountry = "foo";
|
| @@ -1483,7 +1483,7 @@ checkDatafeed(api.Datafeed o) {
|
| unittest.expect(o.fileName, unittest.equals('foo'));
|
| checkDatafeedFormat(o.format);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed541(o.intendedDestinations);
|
| + checkUnnamed280(o.intendedDestinations);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.targetCountry, unittest.equals('foo'));
|
| @@ -1547,27 +1547,27 @@ checkDatafeedFormat(api.DatafeedFormat o) {
|
| buildCounterDatafeedFormat--;
|
| }
|
|
|
| -buildUnnamed542() {
|
| +buildUnnamed281() {
|
| var o = new core.List<api.DatafeedStatusError>();
|
| o.add(buildDatafeedStatusError());
|
| o.add(buildDatafeedStatusError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed542(core.List<api.DatafeedStatusError> o) {
|
| +checkUnnamed281(core.List<api.DatafeedStatusError> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeedStatusError(o[0]);
|
| checkDatafeedStatusError(o[1]);
|
| }
|
|
|
| -buildUnnamed543() {
|
| +buildUnnamed282() {
|
| var o = new core.List<api.DatafeedStatusError>();
|
| o.add(buildDatafeedStatusError());
|
| o.add(buildDatafeedStatusError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed543(core.List<api.DatafeedStatusError> o) {
|
| +checkUnnamed282(core.List<api.DatafeedStatusError> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeedStatusError(o[0]);
|
| checkDatafeedStatusError(o[1]);
|
| @@ -1579,13 +1579,13 @@ buildDatafeedStatus() {
|
| buildCounterDatafeedStatus++;
|
| if (buildCounterDatafeedStatus < 3) {
|
| o.datafeedId = "foo";
|
| - o.errors = buildUnnamed542();
|
| + o.errors = buildUnnamed281();
|
| o.itemsTotal = "foo";
|
| o.itemsValid = "foo";
|
| o.kind = "foo";
|
| o.lastUploadDate = "foo";
|
| o.processingStatus = "foo";
|
| - o.warnings = buildUnnamed543();
|
| + o.warnings = buildUnnamed282();
|
| }
|
| buildCounterDatafeedStatus--;
|
| return o;
|
| @@ -1595,25 +1595,25 @@ checkDatafeedStatus(api.DatafeedStatus o) {
|
| buildCounterDatafeedStatus++;
|
| if (buildCounterDatafeedStatus < 3) {
|
| unittest.expect(o.datafeedId, unittest.equals('foo'));
|
| - checkUnnamed542(o.errors);
|
| + checkUnnamed281(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'));
|
| - checkUnnamed543(o.warnings);
|
| + checkUnnamed282(o.warnings);
|
| }
|
| buildCounterDatafeedStatus--;
|
| }
|
|
|
| -buildUnnamed544() {
|
| +buildUnnamed283() {
|
| var o = new core.List<api.DatafeedStatusExample>();
|
| o.add(buildDatafeedStatusExample());
|
| o.add(buildDatafeedStatusExample());
|
| return o;
|
| }
|
|
|
| -checkUnnamed544(core.List<api.DatafeedStatusExample> o) {
|
| +checkUnnamed283(core.List<api.DatafeedStatusExample> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeedStatusExample(o[0]);
|
| checkDatafeedStatusExample(o[1]);
|
| @@ -1626,7 +1626,7 @@ buildDatafeedStatusError() {
|
| if (buildCounterDatafeedStatusError < 3) {
|
| o.code = "foo";
|
| o.count = "foo";
|
| - o.examples = buildUnnamed544();
|
| + o.examples = buildUnnamed283();
|
| o.message = "foo";
|
| }
|
| buildCounterDatafeedStatusError--;
|
| @@ -1638,7 +1638,7 @@ checkDatafeedStatusError(api.DatafeedStatusError o) {
|
| if (buildCounterDatafeedStatusError < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| unittest.expect(o.count, unittest.equals('foo'));
|
| - checkUnnamed544(o.examples);
|
| + checkUnnamed283(o.examples);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterDatafeedStatusError--;
|
| @@ -1667,14 +1667,14 @@ checkDatafeedStatusExample(api.DatafeedStatusExample o) {
|
| buildCounterDatafeedStatusExample--;
|
| }
|
|
|
| -buildUnnamed545() {
|
| +buildUnnamed284() {
|
| var o = new core.List<api.DatafeedsCustomBatchRequestEntry>();
|
| o.add(buildDatafeedsCustomBatchRequestEntry());
|
| o.add(buildDatafeedsCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed545(core.List<api.DatafeedsCustomBatchRequestEntry> o) {
|
| +checkUnnamed284(core.List<api.DatafeedsCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeedsCustomBatchRequestEntry(o[0]);
|
| checkDatafeedsCustomBatchRequestEntry(o[1]);
|
| @@ -1685,7 +1685,7 @@ buildDatafeedsCustomBatchRequest() {
|
| var o = new api.DatafeedsCustomBatchRequest();
|
| buildCounterDatafeedsCustomBatchRequest++;
|
| if (buildCounterDatafeedsCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed545();
|
| + o.entries = buildUnnamed284();
|
| }
|
| buildCounterDatafeedsCustomBatchRequest--;
|
| return o;
|
| @@ -1694,7 +1694,7 @@ buildDatafeedsCustomBatchRequest() {
|
| checkDatafeedsCustomBatchRequest(api.DatafeedsCustomBatchRequest o) {
|
| buildCounterDatafeedsCustomBatchRequest++;
|
| if (buildCounterDatafeedsCustomBatchRequest < 3) {
|
| - checkUnnamed545(o.entries);
|
| + checkUnnamed284(o.entries);
|
| }
|
| buildCounterDatafeedsCustomBatchRequest--;
|
| }
|
| @@ -1726,14 +1726,14 @@ checkDatafeedsCustomBatchRequestEntry(api.DatafeedsCustomBatchRequestEntry o) {
|
| buildCounterDatafeedsCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed546() {
|
| +buildUnnamed285() {
|
| var o = new core.List<api.DatafeedsCustomBatchResponseEntry>();
|
| o.add(buildDatafeedsCustomBatchResponseEntry());
|
| o.add(buildDatafeedsCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed546(core.List<api.DatafeedsCustomBatchResponseEntry> o) {
|
| +checkUnnamed285(core.List<api.DatafeedsCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeedsCustomBatchResponseEntry(o[0]);
|
| checkDatafeedsCustomBatchResponseEntry(o[1]);
|
| @@ -1744,7 +1744,7 @@ buildDatafeedsCustomBatchResponse() {
|
| var o = new api.DatafeedsCustomBatchResponse();
|
| buildCounterDatafeedsCustomBatchResponse++;
|
| if (buildCounterDatafeedsCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed546();
|
| + o.entries = buildUnnamed285();
|
| o.kind = "foo";
|
| }
|
| buildCounterDatafeedsCustomBatchResponse--;
|
| @@ -1754,7 +1754,7 @@ buildDatafeedsCustomBatchResponse() {
|
| checkDatafeedsCustomBatchResponse(api.DatafeedsCustomBatchResponse o) {
|
| buildCounterDatafeedsCustomBatchResponse++;
|
| if (buildCounterDatafeedsCustomBatchResponse < 3) {
|
| - checkUnnamed546(o.entries);
|
| + checkUnnamed285(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterDatafeedsCustomBatchResponse--;
|
| @@ -1783,14 +1783,14 @@ checkDatafeedsCustomBatchResponseEntry(api.DatafeedsCustomBatchResponseEntry o)
|
| buildCounterDatafeedsCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed547() {
|
| +buildUnnamed286() {
|
| var o = new core.List<api.Datafeed>();
|
| o.add(buildDatafeed());
|
| o.add(buildDatafeed());
|
| return o;
|
| }
|
|
|
| -checkUnnamed547(core.List<api.Datafeed> o) {
|
| +checkUnnamed286(core.List<api.Datafeed> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeed(o[0]);
|
| checkDatafeed(o[1]);
|
| @@ -1803,7 +1803,7 @@ buildDatafeedsListResponse() {
|
| if (buildCounterDatafeedsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed547();
|
| + o.resources = buildUnnamed286();
|
| }
|
| buildCounterDatafeedsListResponse--;
|
| return o;
|
| @@ -1814,19 +1814,19 @@ checkDatafeedsListResponse(api.DatafeedsListResponse o) {
|
| if (buildCounterDatafeedsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed547(o.resources);
|
| + checkUnnamed286(o.resources);
|
| }
|
| buildCounterDatafeedsListResponse--;
|
| }
|
|
|
| -buildUnnamed548() {
|
| +buildUnnamed287() {
|
| var o = new core.List<api.DatafeedstatusesCustomBatchRequestEntry>();
|
| o.add(buildDatafeedstatusesCustomBatchRequestEntry());
|
| o.add(buildDatafeedstatusesCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed548(core.List<api.DatafeedstatusesCustomBatchRequestEntry> o) {
|
| +checkUnnamed287(core.List<api.DatafeedstatusesCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeedstatusesCustomBatchRequestEntry(o[0]);
|
| checkDatafeedstatusesCustomBatchRequestEntry(o[1]);
|
| @@ -1837,7 +1837,7 @@ buildDatafeedstatusesCustomBatchRequest() {
|
| var o = new api.DatafeedstatusesCustomBatchRequest();
|
| buildCounterDatafeedstatusesCustomBatchRequest++;
|
| if (buildCounterDatafeedstatusesCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed548();
|
| + o.entries = buildUnnamed287();
|
| }
|
| buildCounterDatafeedstatusesCustomBatchRequest--;
|
| return o;
|
| @@ -1846,7 +1846,7 @@ buildDatafeedstatusesCustomBatchRequest() {
|
| checkDatafeedstatusesCustomBatchRequest(api.DatafeedstatusesCustomBatchRequest o) {
|
| buildCounterDatafeedstatusesCustomBatchRequest++;
|
| if (buildCounterDatafeedstatusesCustomBatchRequest < 3) {
|
| - checkUnnamed548(o.entries);
|
| + checkUnnamed287(o.entries);
|
| }
|
| buildCounterDatafeedstatusesCustomBatchRequest--;
|
| }
|
| @@ -1876,14 +1876,14 @@ checkDatafeedstatusesCustomBatchRequestEntry(api.DatafeedstatusesCustomBatchRequ
|
| buildCounterDatafeedstatusesCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed549() {
|
| +buildUnnamed288() {
|
| var o = new core.List<api.DatafeedstatusesCustomBatchResponseEntry>();
|
| o.add(buildDatafeedstatusesCustomBatchResponseEntry());
|
| o.add(buildDatafeedstatusesCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed549(core.List<api.DatafeedstatusesCustomBatchResponseEntry> o) {
|
| +checkUnnamed288(core.List<api.DatafeedstatusesCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeedstatusesCustomBatchResponseEntry(o[0]);
|
| checkDatafeedstatusesCustomBatchResponseEntry(o[1]);
|
| @@ -1894,7 +1894,7 @@ buildDatafeedstatusesCustomBatchResponse() {
|
| var o = new api.DatafeedstatusesCustomBatchResponse();
|
| buildCounterDatafeedstatusesCustomBatchResponse++;
|
| if (buildCounterDatafeedstatusesCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed549();
|
| + o.entries = buildUnnamed288();
|
| o.kind = "foo";
|
| }
|
| buildCounterDatafeedstatusesCustomBatchResponse--;
|
| @@ -1904,7 +1904,7 @@ buildDatafeedstatusesCustomBatchResponse() {
|
| checkDatafeedstatusesCustomBatchResponse(api.DatafeedstatusesCustomBatchResponse o) {
|
| buildCounterDatafeedstatusesCustomBatchResponse++;
|
| if (buildCounterDatafeedstatusesCustomBatchResponse < 3) {
|
| - checkUnnamed549(o.entries);
|
| + checkUnnamed288(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterDatafeedstatusesCustomBatchResponse--;
|
| @@ -1933,14 +1933,14 @@ checkDatafeedstatusesCustomBatchResponseEntry(api.DatafeedstatusesCustomBatchRes
|
| buildCounterDatafeedstatusesCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed550() {
|
| +buildUnnamed289() {
|
| var o = new core.List<api.DatafeedStatus>();
|
| o.add(buildDatafeedStatus());
|
| o.add(buildDatafeedStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed550(core.List<api.DatafeedStatus> o) {
|
| +checkUnnamed289(core.List<api.DatafeedStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeedStatus(o[0]);
|
| checkDatafeedStatus(o[1]);
|
| @@ -1953,7 +1953,7 @@ buildDatafeedstatusesListResponse() {
|
| if (buildCounterDatafeedstatusesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed550();
|
| + o.resources = buildUnnamed289();
|
| }
|
| buildCounterDatafeedstatusesListResponse--;
|
| return o;
|
| @@ -1964,7 +1964,7 @@ checkDatafeedstatusesListResponse(api.DatafeedstatusesListResponse o) {
|
| if (buildCounterDatafeedstatusesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed550(o.resources);
|
| + checkUnnamed289(o.resources);
|
| }
|
| buildCounterDatafeedstatusesListResponse--;
|
| }
|
| @@ -2013,14 +2013,14 @@ checkError(api.Error o) {
|
| buildCounterError--;
|
| }
|
|
|
| -buildUnnamed551() {
|
| +buildUnnamed290() {
|
| var o = new core.List<api.Error>();
|
| o.add(buildError());
|
| o.add(buildError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed551(core.List<api.Error> o) {
|
| +checkUnnamed290(core.List<api.Error> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkError(o[0]);
|
| checkError(o[1]);
|
| @@ -2032,7 +2032,7 @@ buildErrors() {
|
| buildCounterErrors++;
|
| if (buildCounterErrors < 3) {
|
| o.code = 42;
|
| - o.errors = buildUnnamed551();
|
| + o.errors = buildUnnamed290();
|
| o.message = "foo";
|
| }
|
| buildCounterErrors--;
|
| @@ -2043,72 +2043,72 @@ checkErrors(api.Errors o) {
|
| buildCounterErrors++;
|
| if (buildCounterErrors < 3) {
|
| unittest.expect(o.code, unittest.equals(42));
|
| - checkUnnamed551(o.errors);
|
| + checkUnnamed290(o.errors);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterErrors--;
|
| }
|
|
|
| -buildUnnamed552() {
|
| +buildUnnamed291() {
|
| var o = new core.List<api.LocationIdSet>();
|
| o.add(buildLocationIdSet());
|
| o.add(buildLocationIdSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed552(core.List<api.LocationIdSet> o) {
|
| +checkUnnamed291(core.List<api.LocationIdSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLocationIdSet(o[0]);
|
| checkLocationIdSet(o[1]);
|
| }
|
|
|
| -buildUnnamed553() {
|
| +buildUnnamed292() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed553(core.List<core.String> o) {
|
| +checkUnnamed292(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() {
|
| +buildUnnamed293() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed554(core.List<core.String> o) {
|
| +checkUnnamed293(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() {
|
| +buildUnnamed294() {
|
| var o = new core.List<api.Price>();
|
| o.add(buildPrice());
|
| o.add(buildPrice());
|
| return o;
|
| }
|
|
|
| -checkUnnamed555(core.List<api.Price> o) {
|
| +checkUnnamed294(core.List<api.Price> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPrice(o[0]);
|
| checkPrice(o[1]);
|
| }
|
|
|
| -buildUnnamed556() {
|
| +buildUnnamed295() {
|
| var o = new core.List<api.Weight>();
|
| o.add(buildWeight());
|
| o.add(buildWeight());
|
| return o;
|
| }
|
|
|
| -checkUnnamed556(core.List<api.Weight> o) {
|
| +checkUnnamed295(core.List<api.Weight> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkWeight(o[0]);
|
| checkWeight(o[1]);
|
| @@ -2119,11 +2119,11 @@ buildHeaders() {
|
| var o = new api.Headers();
|
| buildCounterHeaders++;
|
| if (buildCounterHeaders < 3) {
|
| - o.locations = buildUnnamed552();
|
| - o.numberOfItems = buildUnnamed553();
|
| - o.postalCodeGroupNames = buildUnnamed554();
|
| - o.prices = buildUnnamed555();
|
| - o.weights = buildUnnamed556();
|
| + o.locations = buildUnnamed291();
|
| + o.numberOfItems = buildUnnamed292();
|
| + o.postalCodeGroupNames = buildUnnamed293();
|
| + o.prices = buildUnnamed294();
|
| + o.weights = buildUnnamed295();
|
| }
|
| buildCounterHeaders--;
|
| return o;
|
| @@ -2132,11 +2132,11 @@ buildHeaders() {
|
| checkHeaders(api.Headers o) {
|
| buildCounterHeaders++;
|
| if (buildCounterHeaders < 3) {
|
| - checkUnnamed552(o.locations);
|
| - checkUnnamed553(o.numberOfItems);
|
| - checkUnnamed554(o.postalCodeGroupNames);
|
| - checkUnnamed555(o.prices);
|
| - checkUnnamed556(o.weights);
|
| + checkUnnamed291(o.locations);
|
| + checkUnnamed292(o.numberOfItems);
|
| + checkUnnamed293(o.postalCodeGroupNames);
|
| + checkUnnamed294(o.prices);
|
| + checkUnnamed295(o.weights);
|
| }
|
| buildCounterHeaders--;
|
| }
|
| @@ -2199,14 +2199,14 @@ checkInventory(api.Inventory o) {
|
| buildCounterInventory--;
|
| }
|
|
|
| -buildUnnamed557() {
|
| +buildUnnamed296() {
|
| var o = new core.List<api.InventoryCustomBatchRequestEntry>();
|
| o.add(buildInventoryCustomBatchRequestEntry());
|
| o.add(buildInventoryCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed557(core.List<api.InventoryCustomBatchRequestEntry> o) {
|
| +checkUnnamed296(core.List<api.InventoryCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInventoryCustomBatchRequestEntry(o[0]);
|
| checkInventoryCustomBatchRequestEntry(o[1]);
|
| @@ -2217,7 +2217,7 @@ buildInventoryCustomBatchRequest() {
|
| var o = new api.InventoryCustomBatchRequest();
|
| buildCounterInventoryCustomBatchRequest++;
|
| if (buildCounterInventoryCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed557();
|
| + o.entries = buildUnnamed296();
|
| }
|
| buildCounterInventoryCustomBatchRequest--;
|
| return o;
|
| @@ -2226,7 +2226,7 @@ buildInventoryCustomBatchRequest() {
|
| checkInventoryCustomBatchRequest(api.InventoryCustomBatchRequest o) {
|
| buildCounterInventoryCustomBatchRequest++;
|
| if (buildCounterInventoryCustomBatchRequest < 3) {
|
| - checkUnnamed557(o.entries);
|
| + checkUnnamed296(o.entries);
|
| }
|
| buildCounterInventoryCustomBatchRequest--;
|
| }
|
| @@ -2258,14 +2258,14 @@ checkInventoryCustomBatchRequestEntry(api.InventoryCustomBatchRequestEntry o) {
|
| buildCounterInventoryCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed558() {
|
| +buildUnnamed297() {
|
| var o = new core.List<api.InventoryCustomBatchResponseEntry>();
|
| o.add(buildInventoryCustomBatchResponseEntry());
|
| o.add(buildInventoryCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed558(core.List<api.InventoryCustomBatchResponseEntry> o) {
|
| +checkUnnamed297(core.List<api.InventoryCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInventoryCustomBatchResponseEntry(o[0]);
|
| checkInventoryCustomBatchResponseEntry(o[1]);
|
| @@ -2276,7 +2276,7 @@ buildInventoryCustomBatchResponse() {
|
| var o = new api.InventoryCustomBatchResponse();
|
| buildCounterInventoryCustomBatchResponse++;
|
| if (buildCounterInventoryCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed558();
|
| + o.entries = buildUnnamed297();
|
| o.kind = "foo";
|
| }
|
| buildCounterInventoryCustomBatchResponse--;
|
| @@ -2286,7 +2286,7 @@ buildInventoryCustomBatchResponse() {
|
| checkInventoryCustomBatchResponse(api.InventoryCustomBatchResponse o) {
|
| buildCounterInventoryCustomBatchResponse++;
|
| if (buildCounterInventoryCustomBatchResponse < 3) {
|
| - checkUnnamed558(o.entries);
|
| + checkUnnamed297(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterInventoryCustomBatchResponse--;
|
| @@ -2390,14 +2390,14 @@ checkInventorySetResponse(api.InventorySetResponse o) {
|
| buildCounterInventorySetResponse--;
|
| }
|
|
|
| -buildUnnamed559() {
|
| +buildUnnamed298() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed559(core.List<core.String> o) {
|
| +checkUnnamed298(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'));
|
| @@ -2408,7 +2408,7 @@ buildLocationIdSet() {
|
| var o = new api.LocationIdSet();
|
| buildCounterLocationIdSet++;
|
| if (buildCounterLocationIdSet < 3) {
|
| - o.locationIds = buildUnnamed559();
|
| + o.locationIds = buildUnnamed298();
|
| }
|
| buildCounterLocationIdSet--;
|
| return o;
|
| @@ -2417,7 +2417,7 @@ buildLocationIdSet() {
|
| checkLocationIdSet(api.LocationIdSet o) {
|
| buildCounterLocationIdSet++;
|
| if (buildCounterLocationIdSet < 3) {
|
| - checkUnnamed559(o.locationIds);
|
| + checkUnnamed298(o.locationIds);
|
| }
|
| buildCounterLocationIdSet--;
|
| }
|
| @@ -2445,53 +2445,53 @@ checkLoyaltyPoints(api.LoyaltyPoints o) {
|
| buildCounterLoyaltyPoints--;
|
| }
|
|
|
| -buildUnnamed560() {
|
| +buildUnnamed299() {
|
| var o = new core.List<api.OrderLineItem>();
|
| o.add(buildOrderLineItem());
|
| o.add(buildOrderLineItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed560(core.List<api.OrderLineItem> o) {
|
| +checkUnnamed299(core.List<api.OrderLineItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderLineItem(o[0]);
|
| checkOrderLineItem(o[1]);
|
| }
|
|
|
| -buildUnnamed561() {
|
| +buildUnnamed300() {
|
| var o = new core.List<api.OrderPromotion>();
|
| o.add(buildOrderPromotion());
|
| o.add(buildOrderPromotion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed561(core.List<api.OrderPromotion> o) {
|
| +checkUnnamed300(core.List<api.OrderPromotion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderPromotion(o[0]);
|
| checkOrderPromotion(o[1]);
|
| }
|
|
|
| -buildUnnamed562() {
|
| +buildUnnamed301() {
|
| var o = new core.List<api.OrderRefund>();
|
| o.add(buildOrderRefund());
|
| o.add(buildOrderRefund());
|
| return o;
|
| }
|
|
|
| -checkUnnamed562(core.List<api.OrderRefund> o) {
|
| +checkUnnamed301(core.List<api.OrderRefund> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderRefund(o[0]);
|
| checkOrderRefund(o[1]);
|
| }
|
|
|
| -buildUnnamed563() {
|
| +buildUnnamed302() {
|
| var o = new core.List<api.OrderShipment>();
|
| o.add(buildOrderShipment());
|
| o.add(buildOrderShipment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed563(core.List<api.OrderShipment> o) {
|
| +checkUnnamed302(core.List<api.OrderShipment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderShipment(o[0]);
|
| checkOrderShipment(o[1]);
|
| @@ -2508,16 +2508,16 @@ buildOrder() {
|
| o.deliveryDetails = buildOrderDeliveryDetails();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.lineItems = buildUnnamed560();
|
| + o.lineItems = buildUnnamed299();
|
| o.merchantId = "foo";
|
| o.merchantOrderId = "foo";
|
| o.netAmount = buildPrice();
|
| o.paymentMethod = buildOrderPaymentMethod();
|
| o.paymentStatus = "foo";
|
| o.placedDate = "foo";
|
| - o.promotions = buildUnnamed561();
|
| - o.refunds = buildUnnamed562();
|
| - o.shipments = buildUnnamed563();
|
| + o.promotions = buildUnnamed300();
|
| + o.refunds = buildUnnamed301();
|
| + o.shipments = buildUnnamed302();
|
| o.shippingCost = buildPrice();
|
| o.shippingCostTax = buildPrice();
|
| o.shippingOption = "foo";
|
| @@ -2536,16 +2536,16 @@ checkOrder(api.Order o) {
|
| checkOrderDeliveryDetails(o.deliveryDetails);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed560(o.lineItems);
|
| + checkUnnamed299(o.lineItems);
|
| unittest.expect(o.merchantId, unittest.equals('foo'));
|
| unittest.expect(o.merchantOrderId, unittest.equals('foo'));
|
| checkPrice(o.netAmount);
|
| checkOrderPaymentMethod(o.paymentMethod);
|
| unittest.expect(o.paymentStatus, unittest.equals('foo'));
|
| unittest.expect(o.placedDate, unittest.equals('foo'));
|
| - checkUnnamed561(o.promotions);
|
| - checkUnnamed562(o.refunds);
|
| - checkUnnamed563(o.shipments);
|
| + checkUnnamed300(o.promotions);
|
| + checkUnnamed301(o.refunds);
|
| + checkUnnamed302(o.shipments);
|
| checkPrice(o.shippingCost);
|
| checkPrice(o.shippingCostTax);
|
| unittest.expect(o.shippingOption, unittest.equals('foo'));
|
| @@ -2554,27 +2554,27 @@ checkOrder(api.Order o) {
|
| buildCounterOrder--;
|
| }
|
|
|
| -buildUnnamed564() {
|
| +buildUnnamed303() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed564(core.List<core.String> o) {
|
| +checkUnnamed303(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'));
|
| }
|
|
|
| -buildUnnamed565() {
|
| +buildUnnamed304() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed565(core.List<core.String> o) {
|
| +checkUnnamed304(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'));
|
| @@ -2586,13 +2586,13 @@ buildOrderAddress() {
|
| buildCounterOrderAddress++;
|
| if (buildCounterOrderAddress < 3) {
|
| o.country = "foo";
|
| - o.fullAddress = buildUnnamed564();
|
| + o.fullAddress = buildUnnamed303();
|
| o.isPostOfficeBox = true;
|
| o.locality = "foo";
|
| o.postalCode = "foo";
|
| o.recipientName = "foo";
|
| o.region = "foo";
|
| - o.streetAddress = buildUnnamed565();
|
| + o.streetAddress = buildUnnamed304();
|
| }
|
| buildCounterOrderAddress--;
|
| return o;
|
| @@ -2602,13 +2602,13 @@ checkOrderAddress(api.OrderAddress o) {
|
| buildCounterOrderAddress++;
|
| if (buildCounterOrderAddress < 3) {
|
| unittest.expect(o.country, unittest.equals('foo'));
|
| - checkUnnamed564(o.fullAddress);
|
| + checkUnnamed303(o.fullAddress);
|
| unittest.expect(o.isPostOfficeBox, unittest.isTrue);
|
| unittest.expect(o.locality, unittest.equals('foo'));
|
| unittest.expect(o.postalCode, unittest.equals('foo'));
|
| unittest.expect(o.recipientName, unittest.equals('foo'));
|
| unittest.expect(o.region, unittest.equals('foo'));
|
| - checkUnnamed565(o.streetAddress);
|
| + checkUnnamed304(o.streetAddress);
|
| }
|
| buildCounterOrderAddress--;
|
| }
|
| @@ -2684,27 +2684,27 @@ checkOrderDeliveryDetails(api.OrderDeliveryDetails o) {
|
| buildCounterOrderDeliveryDetails--;
|
| }
|
|
|
| -buildUnnamed566() {
|
| +buildUnnamed305() {
|
| var o = new core.List<api.OrderCancellation>();
|
| o.add(buildOrderCancellation());
|
| o.add(buildOrderCancellation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed566(core.List<api.OrderCancellation> o) {
|
| +checkUnnamed305(core.List<api.OrderCancellation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderCancellation(o[0]);
|
| checkOrderCancellation(o[1]);
|
| }
|
|
|
| -buildUnnamed567() {
|
| +buildUnnamed306() {
|
| var o = new core.List<api.OrderReturn>();
|
| o.add(buildOrderReturn());
|
| o.add(buildOrderReturn());
|
| return o;
|
| }
|
|
|
| -checkUnnamed567(core.List<api.OrderReturn> o) {
|
| +checkUnnamed306(core.List<api.OrderReturn> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderReturn(o[0]);
|
| checkOrderReturn(o[1]);
|
| @@ -2715,7 +2715,7 @@ buildOrderLineItem() {
|
| var o = new api.OrderLineItem();
|
| buildCounterOrderLineItem++;
|
| if (buildCounterOrderLineItem < 3) {
|
| - o.cancellations = buildUnnamed566();
|
| + o.cancellations = buildUnnamed305();
|
| o.id = "foo";
|
| o.price = buildPrice();
|
| o.product = buildOrderLineItemProduct();
|
| @@ -2726,7 +2726,7 @@ buildOrderLineItem() {
|
| o.quantityReturned = 42;
|
| o.quantityShipped = 42;
|
| o.returnInfo = buildOrderLineItemReturnInfo();
|
| - o.returns = buildUnnamed567();
|
| + o.returns = buildUnnamed306();
|
| o.shippingDetails = buildOrderLineItemShippingDetails();
|
| o.tax = buildPrice();
|
| }
|
| @@ -2737,7 +2737,7 @@ buildOrderLineItem() {
|
| checkOrderLineItem(api.OrderLineItem o) {
|
| buildCounterOrderLineItem++;
|
| if (buildCounterOrderLineItem < 3) {
|
| - checkUnnamed566(o.cancellations);
|
| + checkUnnamed305(o.cancellations);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| checkPrice(o.price);
|
| checkOrderLineItemProduct(o.product);
|
| @@ -2748,21 +2748,21 @@ checkOrderLineItem(api.OrderLineItem o) {
|
| unittest.expect(o.quantityReturned, unittest.equals(42));
|
| unittest.expect(o.quantityShipped, unittest.equals(42));
|
| checkOrderLineItemReturnInfo(o.returnInfo);
|
| - checkUnnamed567(o.returns);
|
| + checkUnnamed306(o.returns);
|
| checkOrderLineItemShippingDetails(o.shippingDetails);
|
| checkPrice(o.tax);
|
| }
|
| buildCounterOrderLineItem--;
|
| }
|
|
|
| -buildUnnamed568() {
|
| +buildUnnamed307() {
|
| var o = new core.List<api.OrderLineItemProductVariantAttribute>();
|
| o.add(buildOrderLineItemProductVariantAttribute());
|
| o.add(buildOrderLineItemProductVariantAttribute());
|
| return o;
|
| }
|
|
|
| -checkUnnamed568(core.List<api.OrderLineItemProductVariantAttribute> o) {
|
| +checkUnnamed307(core.List<api.OrderLineItemProductVariantAttribute> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderLineItemProductVariantAttribute(o[0]);
|
| checkOrderLineItemProductVariantAttribute(o[1]);
|
| @@ -2787,7 +2787,7 @@ buildOrderLineItemProduct() {
|
| o.shownImage = "foo";
|
| o.targetCountry = "foo";
|
| o.title = "foo";
|
| - o.variantAttributes = buildUnnamed568();
|
| + o.variantAttributes = buildUnnamed307();
|
| }
|
| buildCounterOrderLineItemProduct--;
|
| return o;
|
| @@ -2810,7 +2810,7 @@ checkOrderLineItemProduct(api.OrderLineItemProduct o) {
|
| unittest.expect(o.shownImage, unittest.equals('foo'));
|
| unittest.expect(o.targetCountry, unittest.equals('foo'));
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| - checkUnnamed568(o.variantAttributes);
|
| + checkUnnamed307(o.variantAttributes);
|
| }
|
| buildCounterOrderLineItemProduct--;
|
| }
|
| @@ -2936,14 +2936,14 @@ checkOrderPaymentMethod(api.OrderPaymentMethod o) {
|
| buildCounterOrderPaymentMethod--;
|
| }
|
|
|
| -buildUnnamed569() {
|
| +buildUnnamed308() {
|
| var o = new core.List<api.OrderPromotionBenefit>();
|
| o.add(buildOrderPromotionBenefit());
|
| o.add(buildOrderPromotionBenefit());
|
| return o;
|
| }
|
|
|
| -checkUnnamed569(core.List<api.OrderPromotionBenefit> o) {
|
| +checkUnnamed308(core.List<api.OrderPromotionBenefit> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderPromotionBenefit(o[0]);
|
| checkOrderPromotionBenefit(o[1]);
|
| @@ -2954,7 +2954,7 @@ buildOrderPromotion() {
|
| var o = new api.OrderPromotion();
|
| buildCounterOrderPromotion++;
|
| if (buildCounterOrderPromotion < 3) {
|
| - o.benefits = buildUnnamed569();
|
| + o.benefits = buildUnnamed308();
|
| o.effectiveDates = "foo";
|
| o.genericRedemptionCode = "foo";
|
| o.id = "foo";
|
| @@ -2969,7 +2969,7 @@ buildOrderPromotion() {
|
| checkOrderPromotion(api.OrderPromotion o) {
|
| buildCounterOrderPromotion++;
|
| if (buildCounterOrderPromotion < 3) {
|
| - checkUnnamed569(o.benefits);
|
| + checkUnnamed308(o.benefits);
|
| unittest.expect(o.effectiveDates, unittest.equals('foo'));
|
| unittest.expect(o.genericRedemptionCode, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| @@ -2980,14 +2980,14 @@ checkOrderPromotion(api.OrderPromotion o) {
|
| buildCounterOrderPromotion--;
|
| }
|
|
|
| -buildUnnamed570() {
|
| +buildUnnamed309() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed570(core.List<core.String> o) {
|
| +checkUnnamed309(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'));
|
| @@ -2999,7 +2999,7 @@ buildOrderPromotionBenefit() {
|
| buildCounterOrderPromotionBenefit++;
|
| if (buildCounterOrderPromotionBenefit < 3) {
|
| o.discount = buildPrice();
|
| - o.offerIds = buildUnnamed570();
|
| + o.offerIds = buildUnnamed309();
|
| o.subType = "foo";
|
| o.taxImpact = buildPrice();
|
| o.type = "foo";
|
| @@ -3012,7 +3012,7 @@ checkOrderPromotionBenefit(api.OrderPromotionBenefit o) {
|
| buildCounterOrderPromotionBenefit++;
|
| if (buildCounterOrderPromotionBenefit < 3) {
|
| checkPrice(o.discount);
|
| - checkUnnamed570(o.offerIds);
|
| + checkUnnamed309(o.offerIds);
|
| unittest.expect(o.subType, unittest.equals('foo'));
|
| checkPrice(o.taxImpact);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| @@ -3074,14 +3074,14 @@ checkOrderReturn(api.OrderReturn o) {
|
| buildCounterOrderReturn--;
|
| }
|
|
|
| -buildUnnamed571() {
|
| +buildUnnamed310() {
|
| var o = new core.List<api.OrderShipmentLineItemShipment>();
|
| o.add(buildOrderShipmentLineItemShipment());
|
| o.add(buildOrderShipmentLineItemShipment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed571(core.List<api.OrderShipmentLineItemShipment> o) {
|
| +checkUnnamed310(core.List<api.OrderShipmentLineItemShipment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderShipmentLineItemShipment(o[0]);
|
| checkOrderShipmentLineItemShipment(o[1]);
|
| @@ -3096,7 +3096,7 @@ buildOrderShipment() {
|
| o.creationDate = "foo";
|
| o.deliveryDate = "foo";
|
| o.id = "foo";
|
| - o.lineItems = buildUnnamed571();
|
| + o.lineItems = buildUnnamed310();
|
| o.status = "foo";
|
| o.trackingId = "foo";
|
| }
|
| @@ -3111,7 +3111,7 @@ checkOrderShipment(api.OrderShipment o) {
|
| unittest.expect(o.creationDate, unittest.equals('foo'));
|
| unittest.expect(o.deliveryDate, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed571(o.lineItems);
|
| + checkUnnamed310(o.lineItems);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| unittest.expect(o.trackingId, unittest.equals('foo'));
|
| }
|
| @@ -3334,14 +3334,14 @@ checkOrdersCreateTestOrderResponse(api.OrdersCreateTestOrderResponse o) {
|
| buildCounterOrdersCreateTestOrderResponse--;
|
| }
|
|
|
| -buildUnnamed572() {
|
| +buildUnnamed311() {
|
| var o = new core.List<api.OrdersCustomBatchRequestEntry>();
|
| o.add(buildOrdersCustomBatchRequestEntry());
|
| o.add(buildOrdersCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed572(core.List<api.OrdersCustomBatchRequestEntry> o) {
|
| +checkUnnamed311(core.List<api.OrdersCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrdersCustomBatchRequestEntry(o[0]);
|
| checkOrdersCustomBatchRequestEntry(o[1]);
|
| @@ -3352,7 +3352,7 @@ buildOrdersCustomBatchRequest() {
|
| var o = new api.OrdersCustomBatchRequest();
|
| buildCounterOrdersCustomBatchRequest++;
|
| if (buildCounterOrdersCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed572();
|
| + o.entries = buildUnnamed311();
|
| }
|
| buildCounterOrdersCustomBatchRequest--;
|
| return o;
|
| @@ -3361,7 +3361,7 @@ buildOrdersCustomBatchRequest() {
|
| checkOrdersCustomBatchRequest(api.OrdersCustomBatchRequest o) {
|
| buildCounterOrdersCustomBatchRequest++;
|
| if (buildCounterOrdersCustomBatchRequest < 3) {
|
| - checkUnnamed572(o.entries);
|
| + checkUnnamed311(o.entries);
|
| }
|
| buildCounterOrdersCustomBatchRequest--;
|
| }
|
| @@ -3503,14 +3503,14 @@ checkOrdersCustomBatchRequestEntryReturnLineItem(api.OrdersCustomBatchRequestEnt
|
| buildCounterOrdersCustomBatchRequestEntryReturnLineItem--;
|
| }
|
|
|
| -buildUnnamed573() {
|
| +buildUnnamed312() {
|
| var o = new core.List<api.OrderShipmentLineItemShipment>();
|
| o.add(buildOrderShipmentLineItemShipment());
|
| o.add(buildOrderShipmentLineItemShipment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed573(core.List<api.OrderShipmentLineItemShipment> o) {
|
| +checkUnnamed312(core.List<api.OrderShipmentLineItemShipment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderShipmentLineItemShipment(o[0]);
|
| checkOrderShipmentLineItemShipment(o[1]);
|
| @@ -3522,7 +3522,7 @@ buildOrdersCustomBatchRequestEntryShipLineItems() {
|
| buildCounterOrdersCustomBatchRequestEntryShipLineItems++;
|
| if (buildCounterOrdersCustomBatchRequestEntryShipLineItems < 3) {
|
| o.carrier = "foo";
|
| - o.lineItems = buildUnnamed573();
|
| + o.lineItems = buildUnnamed312();
|
| o.shipmentId = "foo";
|
| o.trackingId = "foo";
|
| }
|
| @@ -3534,7 +3534,7 @@ checkOrdersCustomBatchRequestEntryShipLineItems(api.OrdersCustomBatchRequestEntr
|
| buildCounterOrdersCustomBatchRequestEntryShipLineItems++;
|
| if (buildCounterOrdersCustomBatchRequestEntryShipLineItems < 3) {
|
| unittest.expect(o.carrier, unittest.equals('foo'));
|
| - checkUnnamed573(o.lineItems);
|
| + checkUnnamed312(o.lineItems);
|
| unittest.expect(o.shipmentId, unittest.equals('foo'));
|
| unittest.expect(o.trackingId, unittest.equals('foo'));
|
| }
|
| @@ -3566,14 +3566,14 @@ checkOrdersCustomBatchRequestEntryUpdateShipment(api.OrdersCustomBatchRequestEnt
|
| buildCounterOrdersCustomBatchRequestEntryUpdateShipment--;
|
| }
|
|
|
| -buildUnnamed574() {
|
| +buildUnnamed313() {
|
| var o = new core.List<api.OrdersCustomBatchResponseEntry>();
|
| o.add(buildOrdersCustomBatchResponseEntry());
|
| o.add(buildOrdersCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed574(core.List<api.OrdersCustomBatchResponseEntry> o) {
|
| +checkUnnamed313(core.List<api.OrdersCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrdersCustomBatchResponseEntry(o[0]);
|
| checkOrdersCustomBatchResponseEntry(o[1]);
|
| @@ -3584,7 +3584,7 @@ buildOrdersCustomBatchResponse() {
|
| var o = new api.OrdersCustomBatchResponse();
|
| buildCounterOrdersCustomBatchResponse++;
|
| if (buildCounterOrdersCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed574();
|
| + o.entries = buildUnnamed313();
|
| o.kind = "foo";
|
| }
|
| buildCounterOrdersCustomBatchResponse--;
|
| @@ -3594,7 +3594,7 @@ buildOrdersCustomBatchResponse() {
|
| checkOrdersCustomBatchResponse(api.OrdersCustomBatchResponse o) {
|
| buildCounterOrdersCustomBatchResponse++;
|
| if (buildCounterOrdersCustomBatchResponse < 3) {
|
| - checkUnnamed574(o.entries);
|
| + checkUnnamed313(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterOrdersCustomBatchResponse--;
|
| @@ -3669,14 +3669,14 @@ checkOrdersGetTestOrderTemplateResponse(api.OrdersGetTestOrderTemplateResponse o
|
| buildCounterOrdersGetTestOrderTemplateResponse--;
|
| }
|
|
|
| -buildUnnamed575() {
|
| +buildUnnamed314() {
|
| var o = new core.List<api.Order>();
|
| o.add(buildOrder());
|
| o.add(buildOrder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed575(core.List<api.Order> o) {
|
| +checkUnnamed314(core.List<api.Order> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrder(o[0]);
|
| checkOrder(o[1]);
|
| @@ -3689,7 +3689,7 @@ buildOrdersListResponse() {
|
| if (buildCounterOrdersListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed575();
|
| + o.resources = buildUnnamed314();
|
| }
|
| buildCounterOrdersListResponse--;
|
| return o;
|
| @@ -3700,7 +3700,7 @@ checkOrdersListResponse(api.OrdersListResponse o) {
|
| if (buildCounterOrdersListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed575(o.resources);
|
| + checkUnnamed314(o.resources);
|
| }
|
| buildCounterOrdersListResponse--;
|
| }
|
| @@ -3799,14 +3799,14 @@ checkOrdersReturnLineItemResponse(api.OrdersReturnLineItemResponse o) {
|
| buildCounterOrdersReturnLineItemResponse--;
|
| }
|
|
|
| -buildUnnamed576() {
|
| +buildUnnamed315() {
|
| var o = new core.List<api.OrderShipmentLineItemShipment>();
|
| o.add(buildOrderShipmentLineItemShipment());
|
| o.add(buildOrderShipmentLineItemShipment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed576(core.List<api.OrderShipmentLineItemShipment> o) {
|
| +checkUnnamed315(core.List<api.OrderShipmentLineItemShipment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderShipmentLineItemShipment(o[0]);
|
| checkOrderShipmentLineItemShipment(o[1]);
|
| @@ -3818,7 +3818,7 @@ buildOrdersShipLineItemsRequest() {
|
| buildCounterOrdersShipLineItemsRequest++;
|
| if (buildCounterOrdersShipLineItemsRequest < 3) {
|
| o.carrier = "foo";
|
| - o.lineItems = buildUnnamed576();
|
| + o.lineItems = buildUnnamed315();
|
| o.operationId = "foo";
|
| o.shipmentId = "foo";
|
| o.trackingId = "foo";
|
| @@ -3831,7 +3831,7 @@ checkOrdersShipLineItemsRequest(api.OrdersShipLineItemsRequest o) {
|
| buildCounterOrdersShipLineItemsRequest++;
|
| if (buildCounterOrdersShipLineItemsRequest < 3) {
|
| unittest.expect(o.carrier, unittest.equals('foo'));
|
| - checkUnnamed576(o.lineItems);
|
| + checkUnnamed315(o.lineItems);
|
| unittest.expect(o.operationId, unittest.equals('foo'));
|
| unittest.expect(o.shipmentId, unittest.equals('foo'));
|
| unittest.expect(o.trackingId, unittest.equals('foo'));
|
| @@ -3950,14 +3950,14 @@ checkOrdersUpdateShipmentResponse(api.OrdersUpdateShipmentResponse o) {
|
| buildCounterOrdersUpdateShipmentResponse--;
|
| }
|
|
|
| -buildUnnamed577() {
|
| +buildUnnamed316() {
|
| var o = new core.List<api.PostalCodeRange>();
|
| o.add(buildPostalCodeRange());
|
| o.add(buildPostalCodeRange());
|
| return o;
|
| }
|
|
|
| -checkUnnamed577(core.List<api.PostalCodeRange> o) {
|
| +checkUnnamed316(core.List<api.PostalCodeRange> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPostalCodeRange(o[0]);
|
| checkPostalCodeRange(o[1]);
|
| @@ -3970,7 +3970,7 @@ buildPostalCodeGroup() {
|
| if (buildCounterPostalCodeGroup < 3) {
|
| o.country = "foo";
|
| o.name = "foo";
|
| - o.postalCodeRanges = buildUnnamed577();
|
| + o.postalCodeRanges = buildUnnamed316();
|
| }
|
| buildCounterPostalCodeGroup--;
|
| return o;
|
| @@ -3981,7 +3981,7 @@ checkPostalCodeGroup(api.PostalCodeGroup o) {
|
| if (buildCounterPostalCodeGroup < 3) {
|
| unittest.expect(o.country, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed577(o.postalCodeRanges);
|
| + checkUnnamed316(o.postalCodeRanges);
|
| }
|
| buildCounterPostalCodeGroup--;
|
| }
|
| @@ -4028,183 +4028,183 @@ checkPrice(api.Price o) {
|
| buildCounterPrice--;
|
| }
|
|
|
| -buildUnnamed578() {
|
| +buildUnnamed317() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed578(core.List<core.String> o) {
|
| +checkUnnamed317(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'));
|
| }
|
|
|
| -buildUnnamed579() {
|
| +buildUnnamed318() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed579(core.List<core.String> o) {
|
| +checkUnnamed318(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'));
|
| }
|
|
|
| -buildUnnamed580() {
|
| +buildUnnamed319() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed580(core.List<core.String> o) {
|
| +checkUnnamed319(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'));
|
| }
|
|
|
| -buildUnnamed581() {
|
| +buildUnnamed320() {
|
| var o = new core.List<api.ProductAspect>();
|
| o.add(buildProductAspect());
|
| o.add(buildProductAspect());
|
| return o;
|
| }
|
|
|
| -checkUnnamed581(core.List<api.ProductAspect> o) {
|
| +checkUnnamed320(core.List<api.ProductAspect> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductAspect(o[0]);
|
| checkProductAspect(o[1]);
|
| }
|
|
|
| -buildUnnamed582() {
|
| +buildUnnamed321() {
|
| var o = new core.List<api.ProductCustomAttribute>();
|
| o.add(buildProductCustomAttribute());
|
| o.add(buildProductCustomAttribute());
|
| return o;
|
| }
|
|
|
| -checkUnnamed582(core.List<api.ProductCustomAttribute> o) {
|
| +checkUnnamed321(core.List<api.ProductCustomAttribute> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductCustomAttribute(o[0]);
|
| checkProductCustomAttribute(o[1]);
|
| }
|
|
|
| -buildUnnamed583() {
|
| +buildUnnamed322() {
|
| var o = new core.List<api.ProductCustomGroup>();
|
| o.add(buildProductCustomGroup());
|
| o.add(buildProductCustomGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed583(core.List<api.ProductCustomGroup> o) {
|
| +checkUnnamed322(core.List<api.ProductCustomGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductCustomGroup(o[0]);
|
| checkProductCustomGroup(o[1]);
|
| }
|
|
|
| -buildUnnamed584() {
|
| +buildUnnamed323() {
|
| var o = new core.List<api.ProductDestination>();
|
| o.add(buildProductDestination());
|
| o.add(buildProductDestination());
|
| return o;
|
| }
|
|
|
| -checkUnnamed584(core.List<api.ProductDestination> o) {
|
| +checkUnnamed323(core.List<api.ProductDestination> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductDestination(o[0]);
|
| checkProductDestination(o[1]);
|
| }
|
|
|
| -buildUnnamed585() {
|
| +buildUnnamed324() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed585(core.List<core.String> o) {
|
| +checkUnnamed324(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'));
|
| }
|
|
|
| -buildUnnamed586() {
|
| +buildUnnamed325() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed586(core.List<core.String> o) {
|
| +checkUnnamed325(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'));
|
| }
|
|
|
| -buildUnnamed587() {
|
| +buildUnnamed326() {
|
| var o = new core.List<api.ProductShipping>();
|
| o.add(buildProductShipping());
|
| o.add(buildProductShipping());
|
| return o;
|
| }
|
|
|
| -checkUnnamed587(core.List<api.ProductShipping> o) {
|
| +checkUnnamed326(core.List<api.ProductShipping> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductShipping(o[0]);
|
| checkProductShipping(o[1]);
|
| }
|
|
|
| -buildUnnamed588() {
|
| +buildUnnamed327() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed588(core.List<core.String> o) {
|
| +checkUnnamed327(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'));
|
| }
|
|
|
| -buildUnnamed589() {
|
| +buildUnnamed328() {
|
| var o = new core.List<api.ProductTax>();
|
| o.add(buildProductTax());
|
| o.add(buildProductTax());
|
| return o;
|
| }
|
|
|
| -checkUnnamed589(core.List<api.ProductTax> o) {
|
| +checkUnnamed328(core.List<api.ProductTax> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductTax(o[0]);
|
| checkProductTax(o[1]);
|
| }
|
|
|
| -buildUnnamed590() {
|
| +buildUnnamed329() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed590(core.List<core.String> o) {
|
| +checkUnnamed329(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'));
|
| }
|
|
|
| -buildUnnamed591() {
|
| +buildUnnamed330() {
|
| var o = new core.List<api.Error>();
|
| o.add(buildError());
|
| o.add(buildError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed591(core.List<api.Error> o) {
|
| +checkUnnamed330(core.List<api.Error> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkError(o[0]);
|
| checkError(o[1]);
|
| @@ -4215,14 +4215,14 @@ buildProduct() {
|
| var o = new api.Product();
|
| buildCounterProduct++;
|
| if (buildCounterProduct < 3) {
|
| - o.additionalImageLinks = buildUnnamed578();
|
| - o.additionalProductTypes = buildUnnamed579();
|
| + o.additionalImageLinks = buildUnnamed317();
|
| + o.additionalProductTypes = buildUnnamed318();
|
| o.adult = true;
|
| o.adwordsGrouping = "foo";
|
| - o.adwordsLabels = buildUnnamed580();
|
| + o.adwordsLabels = buildUnnamed319();
|
| o.adwordsRedirect = "foo";
|
| o.ageGroup = "foo";
|
| - o.aspects = buildUnnamed581();
|
| + o.aspects = buildUnnamed320();
|
| o.availability = "foo";
|
| o.availabilityDate = "foo";
|
| o.brand = "foo";
|
| @@ -4230,18 +4230,18 @@ buildProduct() {
|
| o.color = "foo";
|
| o.condition = "foo";
|
| o.contentLanguage = "foo";
|
| - o.customAttributes = buildUnnamed582();
|
| - o.customGroups = buildUnnamed583();
|
| + o.customAttributes = buildUnnamed321();
|
| + o.customGroups = buildUnnamed322();
|
| o.customLabel0 = "foo";
|
| o.customLabel1 = "foo";
|
| o.customLabel2 = "foo";
|
| o.customLabel3 = "foo";
|
| o.customLabel4 = "foo";
|
| o.description = "foo";
|
| - o.destinations = buildUnnamed584();
|
| + o.destinations = buildUnnamed323();
|
| o.displayAdsId = "foo";
|
| o.displayAdsLink = "foo";
|
| - o.displayAdsSimilarIds = buildUnnamed585();
|
| + o.displayAdsSimilarIds = buildUnnamed324();
|
| o.displayAdsTitle = "foo";
|
| o.displayAdsValue = 42.0;
|
| o.energyEfficiencyClass = "foo";
|
| @@ -4267,11 +4267,11 @@ buildProduct() {
|
| o.pattern = "foo";
|
| o.price = buildPrice();
|
| o.productType = "foo";
|
| - o.promotionIds = buildUnnamed586();
|
| + o.promotionIds = buildUnnamed325();
|
| o.salePrice = buildPrice();
|
| o.salePriceEffectiveDate = "foo";
|
| o.sellOnGoogleQuantity = "foo";
|
| - o.shipping = buildUnnamed587();
|
| + o.shipping = buildUnnamed326();
|
| o.shippingHeight = buildProductShippingDimension();
|
| o.shippingLabel = "foo";
|
| o.shippingLength = buildProductShippingDimension();
|
| @@ -4279,14 +4279,14 @@ buildProduct() {
|
| o.shippingWidth = buildProductShippingDimension();
|
| o.sizeSystem = "foo";
|
| o.sizeType = "foo";
|
| - o.sizes = buildUnnamed588();
|
| + o.sizes = buildUnnamed327();
|
| o.targetCountry = "foo";
|
| - o.taxes = buildUnnamed589();
|
| + o.taxes = buildUnnamed328();
|
| o.title = "foo";
|
| o.unitPricingBaseMeasure = buildProductUnitPricingBaseMeasure();
|
| o.unitPricingMeasure = buildProductUnitPricingMeasure();
|
| - o.validatedDestinations = buildUnnamed590();
|
| - o.warnings = buildUnnamed591();
|
| + o.validatedDestinations = buildUnnamed329();
|
| + o.warnings = buildUnnamed330();
|
| }
|
| buildCounterProduct--;
|
| return o;
|
| @@ -4295,14 +4295,14 @@ buildProduct() {
|
| checkProduct(api.Product o) {
|
| buildCounterProduct++;
|
| if (buildCounterProduct < 3) {
|
| - checkUnnamed578(o.additionalImageLinks);
|
| - checkUnnamed579(o.additionalProductTypes);
|
| + checkUnnamed317(o.additionalImageLinks);
|
| + checkUnnamed318(o.additionalProductTypes);
|
| unittest.expect(o.adult, unittest.isTrue);
|
| unittest.expect(o.adwordsGrouping, unittest.equals('foo'));
|
| - checkUnnamed580(o.adwordsLabels);
|
| + checkUnnamed319(o.adwordsLabels);
|
| unittest.expect(o.adwordsRedirect, unittest.equals('foo'));
|
| unittest.expect(o.ageGroup, unittest.equals('foo'));
|
| - checkUnnamed581(o.aspects);
|
| + checkUnnamed320(o.aspects);
|
| unittest.expect(o.availability, unittest.equals('foo'));
|
| unittest.expect(o.availabilityDate, unittest.equals('foo'));
|
| unittest.expect(o.brand, unittest.equals('foo'));
|
| @@ -4310,18 +4310,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'));
|
| - checkUnnamed582(o.customAttributes);
|
| - checkUnnamed583(o.customGroups);
|
| + checkUnnamed321(o.customAttributes);
|
| + checkUnnamed322(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'));
|
| - checkUnnamed584(o.destinations);
|
| + checkUnnamed323(o.destinations);
|
| unittest.expect(o.displayAdsId, unittest.equals('foo'));
|
| unittest.expect(o.displayAdsLink, unittest.equals('foo'));
|
| - checkUnnamed585(o.displayAdsSimilarIds);
|
| + checkUnnamed324(o.displayAdsSimilarIds);
|
| unittest.expect(o.displayAdsTitle, unittest.equals('foo'));
|
| unittest.expect(o.displayAdsValue, unittest.equals(42.0));
|
| unittest.expect(o.energyEfficiencyClass, unittest.equals('foo'));
|
| @@ -4347,11 +4347,11 @@ checkProduct(api.Product o) {
|
| unittest.expect(o.pattern, unittest.equals('foo'));
|
| checkPrice(o.price);
|
| unittest.expect(o.productType, unittest.equals('foo'));
|
| - checkUnnamed586(o.promotionIds);
|
| + checkUnnamed325(o.promotionIds);
|
| checkPrice(o.salePrice);
|
| unittest.expect(o.salePriceEffectiveDate, unittest.equals('foo'));
|
| unittest.expect(o.sellOnGoogleQuantity, unittest.equals('foo'));
|
| - checkUnnamed587(o.shipping);
|
| + checkUnnamed326(o.shipping);
|
| checkProductShippingDimension(o.shippingHeight);
|
| unittest.expect(o.shippingLabel, unittest.equals('foo'));
|
| checkProductShippingDimension(o.shippingLength);
|
| @@ -4359,14 +4359,14 @@ checkProduct(api.Product o) {
|
| checkProductShippingDimension(o.shippingWidth);
|
| unittest.expect(o.sizeSystem, unittest.equals('foo'));
|
| unittest.expect(o.sizeType, unittest.equals('foo'));
|
| - checkUnnamed588(o.sizes);
|
| + checkUnnamed327(o.sizes);
|
| unittest.expect(o.targetCountry, unittest.equals('foo'));
|
| - checkUnnamed589(o.taxes);
|
| + checkUnnamed328(o.taxes);
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| checkProductUnitPricingBaseMeasure(o.unitPricingBaseMeasure);
|
| checkProductUnitPricingMeasure(o.unitPricingMeasure);
|
| - checkUnnamed590(o.validatedDestinations);
|
| - checkUnnamed591(o.warnings);
|
| + checkUnnamed329(o.validatedDestinations);
|
| + checkUnnamed330(o.warnings);
|
| }
|
| buildCounterProduct--;
|
| }
|
| @@ -4419,14 +4419,14 @@ checkProductCustomAttribute(api.ProductCustomAttribute o) {
|
| buildCounterProductCustomAttribute--;
|
| }
|
|
|
| -buildUnnamed592() {
|
| +buildUnnamed331() {
|
| var o = new core.List<api.ProductCustomAttribute>();
|
| o.add(buildProductCustomAttribute());
|
| o.add(buildProductCustomAttribute());
|
| return o;
|
| }
|
|
|
| -checkUnnamed592(core.List<api.ProductCustomAttribute> o) {
|
| +checkUnnamed331(core.List<api.ProductCustomAttribute> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductCustomAttribute(o[0]);
|
| checkProductCustomAttribute(o[1]);
|
| @@ -4437,7 +4437,7 @@ buildProductCustomGroup() {
|
| var o = new api.ProductCustomGroup();
|
| buildCounterProductCustomGroup++;
|
| if (buildCounterProductCustomGroup < 3) {
|
| - o.attributes = buildUnnamed592();
|
| + o.attributes = buildUnnamed331();
|
| o.name = "foo";
|
| }
|
| buildCounterProductCustomGroup--;
|
| @@ -4447,7 +4447,7 @@ buildProductCustomGroup() {
|
| checkProductCustomGroup(api.ProductCustomGroup o) {
|
| buildCounterProductCustomGroup++;
|
| if (buildCounterProductCustomGroup < 3) {
|
| - checkUnnamed592(o.attributes);
|
| + checkUnnamed331(o.attributes);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| }
|
| buildCounterProductCustomGroup--;
|
| @@ -4547,27 +4547,27 @@ checkProductShippingWeight(api.ProductShippingWeight o) {
|
| buildCounterProductShippingWeight--;
|
| }
|
|
|
| -buildUnnamed593() {
|
| +buildUnnamed332() {
|
| var o = new core.List<api.ProductStatusDataQualityIssue>();
|
| o.add(buildProductStatusDataQualityIssue());
|
| o.add(buildProductStatusDataQualityIssue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed593(core.List<api.ProductStatusDataQualityIssue> o) {
|
| +checkUnnamed332(core.List<api.ProductStatusDataQualityIssue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductStatusDataQualityIssue(o[0]);
|
| checkProductStatusDataQualityIssue(o[1]);
|
| }
|
|
|
| -buildUnnamed594() {
|
| +buildUnnamed333() {
|
| var o = new core.List<api.ProductStatusDestinationStatus>();
|
| o.add(buildProductStatusDestinationStatus());
|
| o.add(buildProductStatusDestinationStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed594(core.List<api.ProductStatusDestinationStatus> o) {
|
| +checkUnnamed333(core.List<api.ProductStatusDestinationStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductStatusDestinationStatus(o[0]);
|
| checkProductStatusDestinationStatus(o[1]);
|
| @@ -4579,8 +4579,8 @@ buildProductStatus() {
|
| buildCounterProductStatus++;
|
| if (buildCounterProductStatus < 3) {
|
| o.creationDate = "foo";
|
| - o.dataQualityIssues = buildUnnamed593();
|
| - o.destinationStatuses = buildUnnamed594();
|
| + o.dataQualityIssues = buildUnnamed332();
|
| + o.destinationStatuses = buildUnnamed333();
|
| o.googleExpirationDate = "foo";
|
| o.kind = "foo";
|
| o.lastUpdateDate = "foo";
|
| @@ -4596,8 +4596,8 @@ checkProductStatus(api.ProductStatus o) {
|
| buildCounterProductStatus++;
|
| if (buildCounterProductStatus < 3) {
|
| unittest.expect(o.creationDate, unittest.equals('foo'));
|
| - checkUnnamed593(o.dataQualityIssues);
|
| - checkUnnamed594(o.destinationStatuses);
|
| + checkUnnamed332(o.dataQualityIssues);
|
| + checkUnnamed333(o.destinationStatuses);
|
| unittest.expect(o.googleExpirationDate, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.lastUpdateDate, unittest.equals('foo'));
|
| @@ -4735,14 +4735,14 @@ checkProductUnitPricingMeasure(api.ProductUnitPricingMeasure o) {
|
| buildCounterProductUnitPricingMeasure--;
|
| }
|
|
|
| -buildUnnamed595() {
|
| +buildUnnamed334() {
|
| var o = new core.List<api.ProductsCustomBatchRequestEntry>();
|
| o.add(buildProductsCustomBatchRequestEntry());
|
| o.add(buildProductsCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed595(core.List<api.ProductsCustomBatchRequestEntry> o) {
|
| +checkUnnamed334(core.List<api.ProductsCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductsCustomBatchRequestEntry(o[0]);
|
| checkProductsCustomBatchRequestEntry(o[1]);
|
| @@ -4753,7 +4753,7 @@ buildProductsCustomBatchRequest() {
|
| var o = new api.ProductsCustomBatchRequest();
|
| buildCounterProductsCustomBatchRequest++;
|
| if (buildCounterProductsCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed595();
|
| + o.entries = buildUnnamed334();
|
| }
|
| buildCounterProductsCustomBatchRequest--;
|
| return o;
|
| @@ -4762,7 +4762,7 @@ buildProductsCustomBatchRequest() {
|
| checkProductsCustomBatchRequest(api.ProductsCustomBatchRequest o) {
|
| buildCounterProductsCustomBatchRequest++;
|
| if (buildCounterProductsCustomBatchRequest < 3) {
|
| - checkUnnamed595(o.entries);
|
| + checkUnnamed334(o.entries);
|
| }
|
| buildCounterProductsCustomBatchRequest--;
|
| }
|
| @@ -4794,14 +4794,14 @@ checkProductsCustomBatchRequestEntry(api.ProductsCustomBatchRequestEntry o) {
|
| buildCounterProductsCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed596() {
|
| +buildUnnamed335() {
|
| var o = new core.List<api.ProductsCustomBatchResponseEntry>();
|
| o.add(buildProductsCustomBatchResponseEntry());
|
| o.add(buildProductsCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed596(core.List<api.ProductsCustomBatchResponseEntry> o) {
|
| +checkUnnamed335(core.List<api.ProductsCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductsCustomBatchResponseEntry(o[0]);
|
| checkProductsCustomBatchResponseEntry(o[1]);
|
| @@ -4812,7 +4812,7 @@ buildProductsCustomBatchResponse() {
|
| var o = new api.ProductsCustomBatchResponse();
|
| buildCounterProductsCustomBatchResponse++;
|
| if (buildCounterProductsCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed596();
|
| + o.entries = buildUnnamed335();
|
| o.kind = "foo";
|
| }
|
| buildCounterProductsCustomBatchResponse--;
|
| @@ -4822,7 +4822,7 @@ buildProductsCustomBatchResponse() {
|
| checkProductsCustomBatchResponse(api.ProductsCustomBatchResponse o) {
|
| buildCounterProductsCustomBatchResponse++;
|
| if (buildCounterProductsCustomBatchResponse < 3) {
|
| - checkUnnamed596(o.entries);
|
| + checkUnnamed335(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterProductsCustomBatchResponse--;
|
| @@ -4853,14 +4853,14 @@ checkProductsCustomBatchResponseEntry(api.ProductsCustomBatchResponseEntry o) {
|
| buildCounterProductsCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed597() {
|
| +buildUnnamed336() {
|
| var o = new core.List<api.Product>();
|
| o.add(buildProduct());
|
| o.add(buildProduct());
|
| return o;
|
| }
|
|
|
| -checkUnnamed597(core.List<api.Product> o) {
|
| +checkUnnamed336(core.List<api.Product> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProduct(o[0]);
|
| checkProduct(o[1]);
|
| @@ -4873,7 +4873,7 @@ buildProductsListResponse() {
|
| if (buildCounterProductsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed597();
|
| + o.resources = buildUnnamed336();
|
| }
|
| buildCounterProductsListResponse--;
|
| return o;
|
| @@ -4884,19 +4884,19 @@ checkProductsListResponse(api.ProductsListResponse o) {
|
| if (buildCounterProductsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed597(o.resources);
|
| + checkUnnamed336(o.resources);
|
| }
|
| buildCounterProductsListResponse--;
|
| }
|
|
|
| -buildUnnamed598() {
|
| +buildUnnamed337() {
|
| var o = new core.List<api.ProductstatusesCustomBatchRequestEntry>();
|
| o.add(buildProductstatusesCustomBatchRequestEntry());
|
| o.add(buildProductstatusesCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed598(core.List<api.ProductstatusesCustomBatchRequestEntry> o) {
|
| +checkUnnamed337(core.List<api.ProductstatusesCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductstatusesCustomBatchRequestEntry(o[0]);
|
| checkProductstatusesCustomBatchRequestEntry(o[1]);
|
| @@ -4907,7 +4907,7 @@ buildProductstatusesCustomBatchRequest() {
|
| var o = new api.ProductstatusesCustomBatchRequest();
|
| buildCounterProductstatusesCustomBatchRequest++;
|
| if (buildCounterProductstatusesCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed598();
|
| + o.entries = buildUnnamed337();
|
| }
|
| buildCounterProductstatusesCustomBatchRequest--;
|
| return o;
|
| @@ -4916,7 +4916,7 @@ buildProductstatusesCustomBatchRequest() {
|
| checkProductstatusesCustomBatchRequest(api.ProductstatusesCustomBatchRequest o) {
|
| buildCounterProductstatusesCustomBatchRequest++;
|
| if (buildCounterProductstatusesCustomBatchRequest < 3) {
|
| - checkUnnamed598(o.entries);
|
| + checkUnnamed337(o.entries);
|
| }
|
| buildCounterProductstatusesCustomBatchRequest--;
|
| }
|
| @@ -4946,14 +4946,14 @@ checkProductstatusesCustomBatchRequestEntry(api.ProductstatusesCustomBatchReques
|
| buildCounterProductstatusesCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed599() {
|
| +buildUnnamed338() {
|
| var o = new core.List<api.ProductstatusesCustomBatchResponseEntry>();
|
| o.add(buildProductstatusesCustomBatchResponseEntry());
|
| o.add(buildProductstatusesCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed599(core.List<api.ProductstatusesCustomBatchResponseEntry> o) {
|
| +checkUnnamed338(core.List<api.ProductstatusesCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductstatusesCustomBatchResponseEntry(o[0]);
|
| checkProductstatusesCustomBatchResponseEntry(o[1]);
|
| @@ -4964,7 +4964,7 @@ buildProductstatusesCustomBatchResponse() {
|
| var o = new api.ProductstatusesCustomBatchResponse();
|
| buildCounterProductstatusesCustomBatchResponse++;
|
| if (buildCounterProductstatusesCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed599();
|
| + o.entries = buildUnnamed338();
|
| o.kind = "foo";
|
| }
|
| buildCounterProductstatusesCustomBatchResponse--;
|
| @@ -4974,7 +4974,7 @@ buildProductstatusesCustomBatchResponse() {
|
| checkProductstatusesCustomBatchResponse(api.ProductstatusesCustomBatchResponse o) {
|
| buildCounterProductstatusesCustomBatchResponse++;
|
| if (buildCounterProductstatusesCustomBatchResponse < 3) {
|
| - checkUnnamed599(o.entries);
|
| + checkUnnamed338(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterProductstatusesCustomBatchResponse--;
|
| @@ -5005,14 +5005,14 @@ checkProductstatusesCustomBatchResponseEntry(api.ProductstatusesCustomBatchRespo
|
| buildCounterProductstatusesCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed600() {
|
| +buildUnnamed339() {
|
| var o = new core.List<api.ProductStatus>();
|
| o.add(buildProductStatus());
|
| o.add(buildProductStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed600(core.List<api.ProductStatus> o) {
|
| +checkUnnamed339(core.List<api.ProductStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductStatus(o[0]);
|
| checkProductStatus(o[1]);
|
| @@ -5025,7 +5025,7 @@ buildProductstatusesListResponse() {
|
| if (buildCounterProductstatusesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed600();
|
| + o.resources = buildUnnamed339();
|
| }
|
| buildCounterProductstatusesListResponse--;
|
| return o;
|
| @@ -5036,45 +5036,45 @@ checkProductstatusesListResponse(api.ProductstatusesListResponse o) {
|
| if (buildCounterProductstatusesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed600(o.resources);
|
| + checkUnnamed339(o.resources);
|
| }
|
| buildCounterProductstatusesListResponse--;
|
| }
|
|
|
| -buildUnnamed601() {
|
| +buildUnnamed340() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed601(core.List<core.String> o) {
|
| +checkUnnamed340(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'));
|
| }
|
|
|
| -buildUnnamed602() {
|
| +buildUnnamed341() {
|
| var o = new core.List<api.CarrierRate>();
|
| o.add(buildCarrierRate());
|
| o.add(buildCarrierRate());
|
| return o;
|
| }
|
|
|
| -checkUnnamed602(core.List<api.CarrierRate> o) {
|
| +checkUnnamed341(core.List<api.CarrierRate> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCarrierRate(o[0]);
|
| checkCarrierRate(o[1]);
|
| }
|
|
|
| -buildUnnamed603() {
|
| +buildUnnamed342() {
|
| var o = new core.List<api.Table>();
|
| o.add(buildTable());
|
| o.add(buildTable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed603(core.List<api.Table> o) {
|
| +checkUnnamed342(core.List<api.Table> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTable(o[0]);
|
| checkTable(o[1]);
|
| @@ -5085,11 +5085,11 @@ buildRateGroup() {
|
| var o = new api.RateGroup();
|
| buildCounterRateGroup++;
|
| if (buildCounterRateGroup < 3) {
|
| - o.applicableShippingLabels = buildUnnamed601();
|
| - o.carrierRates = buildUnnamed602();
|
| + o.applicableShippingLabels = buildUnnamed340();
|
| + o.carrierRates = buildUnnamed341();
|
| o.mainTable = buildTable();
|
| o.singleValue = buildValue();
|
| - o.subtables = buildUnnamed603();
|
| + o.subtables = buildUnnamed342();
|
| }
|
| buildCounterRateGroup--;
|
| return o;
|
| @@ -5098,23 +5098,23 @@ buildRateGroup() {
|
| checkRateGroup(api.RateGroup o) {
|
| buildCounterRateGroup++;
|
| if (buildCounterRateGroup < 3) {
|
| - checkUnnamed601(o.applicableShippingLabels);
|
| - checkUnnamed602(o.carrierRates);
|
| + checkUnnamed340(o.applicableShippingLabels);
|
| + checkUnnamed341(o.carrierRates);
|
| checkTable(o.mainTable);
|
| checkValue(o.singleValue);
|
| - checkUnnamed603(o.subtables);
|
| + checkUnnamed342(o.subtables);
|
| }
|
| buildCounterRateGroup--;
|
| }
|
|
|
| -buildUnnamed604() {
|
| +buildUnnamed343() {
|
| var o = new core.List<api.Value>();
|
| o.add(buildValue());
|
| o.add(buildValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed604(core.List<api.Value> o) {
|
| +checkUnnamed343(core.List<api.Value> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkValue(o[0]);
|
| checkValue(o[1]);
|
| @@ -5125,7 +5125,7 @@ buildRow() {
|
| var o = new api.Row();
|
| buildCounterRow++;
|
| if (buildCounterRow < 3) {
|
| - o.cells = buildUnnamed604();
|
| + o.cells = buildUnnamed343();
|
| }
|
| buildCounterRow--;
|
| return o;
|
| @@ -5134,19 +5134,19 @@ buildRow() {
|
| checkRow(api.Row o) {
|
| buildCounterRow++;
|
| if (buildCounterRow < 3) {
|
| - checkUnnamed604(o.cells);
|
| + checkUnnamed343(o.cells);
|
| }
|
| buildCounterRow--;
|
| }
|
|
|
| -buildUnnamed605() {
|
| +buildUnnamed344() {
|
| var o = new core.List<api.RateGroup>();
|
| o.add(buildRateGroup());
|
| o.add(buildRateGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed605(core.List<api.RateGroup> o) {
|
| +checkUnnamed344(core.List<api.RateGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRateGroup(o[0]);
|
| checkRateGroup(o[1]);
|
| @@ -5162,7 +5162,7 @@ buildService() {
|
| o.deliveryCountry = "foo";
|
| o.deliveryTime = buildDeliveryTime();
|
| o.name = "foo";
|
| - o.rateGroups = buildUnnamed605();
|
| + o.rateGroups = buildUnnamed344();
|
| }
|
| buildCounterService--;
|
| return o;
|
| @@ -5176,32 +5176,32 @@ checkService(api.Service o) {
|
| unittest.expect(o.deliveryCountry, unittest.equals('foo'));
|
| checkDeliveryTime(o.deliveryTime);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed605(o.rateGroups);
|
| + checkUnnamed344(o.rateGroups);
|
| }
|
| buildCounterService--;
|
| }
|
|
|
| -buildUnnamed606() {
|
| +buildUnnamed345() {
|
| var o = new core.List<api.PostalCodeGroup>();
|
| o.add(buildPostalCodeGroup());
|
| o.add(buildPostalCodeGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed606(core.List<api.PostalCodeGroup> o) {
|
| +checkUnnamed345(core.List<api.PostalCodeGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPostalCodeGroup(o[0]);
|
| checkPostalCodeGroup(o[1]);
|
| }
|
|
|
| -buildUnnamed607() {
|
| +buildUnnamed346() {
|
| var o = new core.List<api.Service>();
|
| o.add(buildService());
|
| o.add(buildService());
|
| return o;
|
| }
|
|
|
| -checkUnnamed607(core.List<api.Service> o) {
|
| +checkUnnamed346(core.List<api.Service> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkService(o[0]);
|
| checkService(o[1]);
|
| @@ -5213,8 +5213,8 @@ buildShippingSettings() {
|
| buildCounterShippingSettings++;
|
| if (buildCounterShippingSettings < 3) {
|
| o.accountId = "foo";
|
| - o.postalCodeGroups = buildUnnamed606();
|
| - o.services = buildUnnamed607();
|
| + o.postalCodeGroups = buildUnnamed345();
|
| + o.services = buildUnnamed346();
|
| }
|
| buildCounterShippingSettings--;
|
| return o;
|
| @@ -5224,20 +5224,20 @@ checkShippingSettings(api.ShippingSettings o) {
|
| buildCounterShippingSettings++;
|
| if (buildCounterShippingSettings < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed606(o.postalCodeGroups);
|
| - checkUnnamed607(o.services);
|
| + checkUnnamed345(o.postalCodeGroups);
|
| + checkUnnamed346(o.services);
|
| }
|
| buildCounterShippingSettings--;
|
| }
|
|
|
| -buildUnnamed608() {
|
| +buildUnnamed347() {
|
| var o = new core.List<api.ShippingsettingsCustomBatchRequestEntry>();
|
| o.add(buildShippingsettingsCustomBatchRequestEntry());
|
| o.add(buildShippingsettingsCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed608(core.List<api.ShippingsettingsCustomBatchRequestEntry> o) {
|
| +checkUnnamed347(core.List<api.ShippingsettingsCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkShippingsettingsCustomBatchRequestEntry(o[0]);
|
| checkShippingsettingsCustomBatchRequestEntry(o[1]);
|
| @@ -5248,7 +5248,7 @@ buildShippingsettingsCustomBatchRequest() {
|
| var o = new api.ShippingsettingsCustomBatchRequest();
|
| buildCounterShippingsettingsCustomBatchRequest++;
|
| if (buildCounterShippingsettingsCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed608();
|
| + o.entries = buildUnnamed347();
|
| }
|
| buildCounterShippingsettingsCustomBatchRequest--;
|
| return o;
|
| @@ -5257,7 +5257,7 @@ buildShippingsettingsCustomBatchRequest() {
|
| checkShippingsettingsCustomBatchRequest(api.ShippingsettingsCustomBatchRequest o) {
|
| buildCounterShippingsettingsCustomBatchRequest++;
|
| if (buildCounterShippingsettingsCustomBatchRequest < 3) {
|
| - checkUnnamed608(o.entries);
|
| + checkUnnamed347(o.entries);
|
| }
|
| buildCounterShippingsettingsCustomBatchRequest--;
|
| }
|
| @@ -5289,14 +5289,14 @@ checkShippingsettingsCustomBatchRequestEntry(api.ShippingsettingsCustomBatchRequ
|
| buildCounterShippingsettingsCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed609() {
|
| +buildUnnamed348() {
|
| var o = new core.List<api.ShippingsettingsCustomBatchResponseEntry>();
|
| o.add(buildShippingsettingsCustomBatchResponseEntry());
|
| o.add(buildShippingsettingsCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed609(core.List<api.ShippingsettingsCustomBatchResponseEntry> o) {
|
| +checkUnnamed348(core.List<api.ShippingsettingsCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkShippingsettingsCustomBatchResponseEntry(o[0]);
|
| checkShippingsettingsCustomBatchResponseEntry(o[1]);
|
| @@ -5307,7 +5307,7 @@ buildShippingsettingsCustomBatchResponse() {
|
| var o = new api.ShippingsettingsCustomBatchResponse();
|
| buildCounterShippingsettingsCustomBatchResponse++;
|
| if (buildCounterShippingsettingsCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed609();
|
| + o.entries = buildUnnamed348();
|
| o.kind = "foo";
|
| }
|
| buildCounterShippingsettingsCustomBatchResponse--;
|
| @@ -5317,7 +5317,7 @@ buildShippingsettingsCustomBatchResponse() {
|
| checkShippingsettingsCustomBatchResponse(api.ShippingsettingsCustomBatchResponse o) {
|
| buildCounterShippingsettingsCustomBatchResponse++;
|
| if (buildCounterShippingsettingsCustomBatchResponse < 3) {
|
| - checkUnnamed609(o.entries);
|
| + checkUnnamed348(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterShippingsettingsCustomBatchResponse--;
|
| @@ -5348,14 +5348,14 @@ checkShippingsettingsCustomBatchResponseEntry(api.ShippingsettingsCustomBatchRes
|
| buildCounterShippingsettingsCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed610() {
|
| +buildUnnamed349() {
|
| var o = new core.List<api.CarriersCarrier>();
|
| o.add(buildCarriersCarrier());
|
| o.add(buildCarriersCarrier());
|
| return o;
|
| }
|
|
|
| -checkUnnamed610(core.List<api.CarriersCarrier> o) {
|
| +checkUnnamed349(core.List<api.CarriersCarrier> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCarriersCarrier(o[0]);
|
| checkCarriersCarrier(o[1]);
|
| @@ -5366,7 +5366,7 @@ buildShippingsettingsGetSupportedCarriersResponse() {
|
| var o = new api.ShippingsettingsGetSupportedCarriersResponse();
|
| buildCounterShippingsettingsGetSupportedCarriersResponse++;
|
| if (buildCounterShippingsettingsGetSupportedCarriersResponse < 3) {
|
| - o.carriers = buildUnnamed610();
|
| + o.carriers = buildUnnamed349();
|
| o.kind = "foo";
|
| }
|
| buildCounterShippingsettingsGetSupportedCarriersResponse--;
|
| @@ -5376,20 +5376,20 @@ buildShippingsettingsGetSupportedCarriersResponse() {
|
| checkShippingsettingsGetSupportedCarriersResponse(api.ShippingsettingsGetSupportedCarriersResponse o) {
|
| buildCounterShippingsettingsGetSupportedCarriersResponse++;
|
| if (buildCounterShippingsettingsGetSupportedCarriersResponse < 3) {
|
| - checkUnnamed610(o.carriers);
|
| + checkUnnamed349(o.carriers);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterShippingsettingsGetSupportedCarriersResponse--;
|
| }
|
|
|
| -buildUnnamed611() {
|
| +buildUnnamed350() {
|
| var o = new core.List<api.ShippingSettings>();
|
| o.add(buildShippingSettings());
|
| o.add(buildShippingSettings());
|
| return o;
|
| }
|
|
|
| -checkUnnamed611(core.List<api.ShippingSettings> o) {
|
| +checkUnnamed350(core.List<api.ShippingSettings> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkShippingSettings(o[0]);
|
| checkShippingSettings(o[1]);
|
| @@ -5402,7 +5402,7 @@ buildShippingsettingsListResponse() {
|
| if (buildCounterShippingsettingsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed611();
|
| + o.resources = buildUnnamed350();
|
| }
|
| buildCounterShippingsettingsListResponse--;
|
| return o;
|
| @@ -5413,19 +5413,19 @@ checkShippingsettingsListResponse(api.ShippingsettingsListResponse o) {
|
| if (buildCounterShippingsettingsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed611(o.resources);
|
| + checkUnnamed350(o.resources);
|
| }
|
| buildCounterShippingsettingsListResponse--;
|
| }
|
|
|
| -buildUnnamed612() {
|
| +buildUnnamed351() {
|
| var o = new core.List<api.Row>();
|
| o.add(buildRow());
|
| o.add(buildRow());
|
| return o;
|
| }
|
|
|
| -checkUnnamed612(core.List<api.Row> o) {
|
| +checkUnnamed351(core.List<api.Row> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRow(o[0]);
|
| checkRow(o[1]);
|
| @@ -5439,7 +5439,7 @@ buildTable() {
|
| o.columnHeaders = buildHeaders();
|
| o.name = "foo";
|
| o.rowHeaders = buildHeaders();
|
| - o.rows = buildUnnamed612();
|
| + o.rows = buildUnnamed351();
|
| }
|
| buildCounterTable--;
|
| return o;
|
| @@ -5451,32 +5451,32 @@ checkTable(api.Table o) {
|
| checkHeaders(o.columnHeaders);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| checkHeaders(o.rowHeaders);
|
| - checkUnnamed612(o.rows);
|
| + checkUnnamed351(o.rows);
|
| }
|
| buildCounterTable--;
|
| }
|
|
|
| -buildUnnamed613() {
|
| +buildUnnamed352() {
|
| var o = new core.List<api.TestOrderLineItem>();
|
| o.add(buildTestOrderLineItem());
|
| o.add(buildTestOrderLineItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed613(core.List<api.TestOrderLineItem> o) {
|
| +checkUnnamed352(core.List<api.TestOrderLineItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTestOrderLineItem(o[0]);
|
| checkTestOrderLineItem(o[1]);
|
| }
|
|
|
| -buildUnnamed614() {
|
| +buildUnnamed353() {
|
| var o = new core.List<api.OrderPromotion>();
|
| o.add(buildOrderPromotion());
|
| o.add(buildOrderPromotion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed614(core.List<api.OrderPromotion> o) {
|
| +checkUnnamed353(core.List<api.OrderPromotion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderPromotion(o[0]);
|
| checkOrderPromotion(o[1]);
|
| @@ -5489,10 +5489,10 @@ buildTestOrder() {
|
| if (buildCounterTestOrder < 3) {
|
| o.customer = buildTestOrderCustomer();
|
| o.kind = "foo";
|
| - o.lineItems = buildUnnamed613();
|
| + o.lineItems = buildUnnamed352();
|
| o.paymentMethod = buildTestOrderPaymentMethod();
|
| o.predefinedDeliveryAddress = "foo";
|
| - o.promotions = buildUnnamed614();
|
| + o.promotions = buildUnnamed353();
|
| o.shippingCost = buildPrice();
|
| o.shippingCostTax = buildPrice();
|
| o.shippingOption = "foo";
|
| @@ -5506,10 +5506,10 @@ checkTestOrder(api.TestOrder o) {
|
| if (buildCounterTestOrder < 3) {
|
| checkTestOrderCustomer(o.customer);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed613(o.lineItems);
|
| + checkUnnamed352(o.lineItems);
|
| checkTestOrderPaymentMethod(o.paymentMethod);
|
| unittest.expect(o.predefinedDeliveryAddress, unittest.equals('foo'));
|
| - checkUnnamed614(o.promotions);
|
| + checkUnnamed353(o.promotions);
|
| checkPrice(o.shippingCost);
|
| checkPrice(o.shippingCostTax);
|
| unittest.expect(o.shippingOption, unittest.equals('foo'));
|
| @@ -5567,14 +5567,14 @@ checkTestOrderLineItem(api.TestOrderLineItem o) {
|
| buildCounterTestOrderLineItem--;
|
| }
|
|
|
| -buildUnnamed615() {
|
| +buildUnnamed354() {
|
| var o = new core.List<api.OrderLineItemProductVariantAttribute>();
|
| o.add(buildOrderLineItemProductVariantAttribute());
|
| o.add(buildOrderLineItemProductVariantAttribute());
|
| return o;
|
| }
|
|
|
| -checkUnnamed615(core.List<api.OrderLineItemProductVariantAttribute> o) {
|
| +checkUnnamed354(core.List<api.OrderLineItemProductVariantAttribute> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderLineItemProductVariantAttribute(o[0]);
|
| checkOrderLineItemProductVariantAttribute(o[1]);
|
| @@ -5597,7 +5597,7 @@ buildTestOrderLineItemProduct() {
|
| o.price = buildPrice();
|
| o.targetCountry = "foo";
|
| o.title = "foo";
|
| - o.variantAttributes = buildUnnamed615();
|
| + o.variantAttributes = buildUnnamed354();
|
| }
|
| buildCounterTestOrderLineItemProduct--;
|
| return o;
|
| @@ -5618,7 +5618,7 @@ checkTestOrderLineItemProduct(api.TestOrderLineItemProduct o) {
|
| checkPrice(o.price);
|
| unittest.expect(o.targetCountry, unittest.equals('foo'));
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| - checkUnnamed615(o.variantAttributes);
|
| + checkUnnamed354(o.variantAttributes);
|
| }
|
| buildCounterTestOrderLineItemProduct--;
|
| }
|
| @@ -5698,14 +5698,14 @@ checkWeight(api.Weight o) {
|
| buildCounterWeight--;
|
| }
|
|
|
| -buildUnnamed616() {
|
| +buildUnnamed355() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed616(core.List<core.String> o) {
|
| +checkUnnamed355(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'));
|
| @@ -9229,7 +9229,7 @@ main() {
|
| var arg_pageToken = "foo";
|
| var arg_placedDateEnd = "foo";
|
| var arg_placedDateStart = "foo";
|
| - var arg_statuses = buildUnnamed616();
|
| + var arg_statuses = buildUnnamed355();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
|
|