| Index: generated/googleapis/test/adexchangebuyer/v1_4_test.dart
|
| diff --git a/generated/googleapis/test/adexchangebuyer/v1_4_test.dart b/generated/googleapis/test/adexchangebuyer/v1_4_test.dart
|
| index 0ae082147867f94a76b6b88a5d41c8ebf19a4f7a..47f936f3c18b3246a4a7fdceac440493b7f5d303 100644
|
| --- a/generated/googleapis/test/adexchangebuyer/v1_4_test.dart
|
| +++ b/generated/googleapis/test/adexchangebuyer/v1_4_test.dart
|
| @@ -76,14 +76,14 @@ checkAccountBidderLocation(api.AccountBidderLocation o) {
|
| buildCounterAccountBidderLocation--;
|
| }
|
|
|
| -buildUnnamed49() {
|
| +buildUnnamed2134() {
|
| var o = new core.List<api.AccountBidderLocation>();
|
| o.add(buildAccountBidderLocation());
|
| o.add(buildAccountBidderLocation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed49(core.List<api.AccountBidderLocation> o) {
|
| +checkUnnamed2134(core.List<api.AccountBidderLocation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountBidderLocation(o[0]);
|
| checkAccountBidderLocation(o[1]);
|
| @@ -94,7 +94,7 @@ buildAccount() {
|
| var o = new api.Account();
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| - o.bidderLocation = buildUnnamed49();
|
| + o.bidderLocation = buildUnnamed2134();
|
| o.cookieMatchingNid = "foo";
|
| o.cookieMatchingUrl = "foo";
|
| o.id = 42;
|
| @@ -110,7 +110,7 @@ buildAccount() {
|
| checkAccount(api.Account o) {
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| - checkUnnamed49(o.bidderLocation);
|
| + checkUnnamed2134(o.bidderLocation);
|
| unittest.expect(o.cookieMatchingNid, unittest.equals('foo'));
|
| unittest.expect(o.cookieMatchingUrl, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals(42));
|
| @@ -122,14 +122,14 @@ checkAccount(api.Account o) {
|
| buildCounterAccount--;
|
| }
|
|
|
| -buildUnnamed50() {
|
| +buildUnnamed2135() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed50(core.List<api.Account> o) {
|
| +checkUnnamed2135(core.List<api.Account> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccount(o[0]);
|
| checkAccount(o[1]);
|
| @@ -140,7 +140,7 @@ buildAccountsList() {
|
| var o = new api.AccountsList();
|
| buildCounterAccountsList++;
|
| if (buildCounterAccountsList < 3) {
|
| - o.items = buildUnnamed50();
|
| + o.items = buildUnnamed2135();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountsList--;
|
| @@ -150,20 +150,20 @@ buildAccountsList() {
|
| checkAccountsList(api.AccountsList o) {
|
| buildCounterAccountsList++;
|
| if (buildCounterAccountsList < 3) {
|
| - checkUnnamed50(o.items);
|
| + checkUnnamed2135(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountsList--;
|
| }
|
|
|
| -buildUnnamed51() {
|
| +buildUnnamed2136() {
|
| var o = new core.List<api.MarketplaceDeal>();
|
| o.add(buildMarketplaceDeal());
|
| o.add(buildMarketplaceDeal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed51(core.List<api.MarketplaceDeal> o) {
|
| +checkUnnamed2136(core.List<api.MarketplaceDeal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceDeal(o[0]);
|
| checkMarketplaceDeal(o[1]);
|
| @@ -174,7 +174,7 @@ buildAddOrderDealsRequest() {
|
| var o = new api.AddOrderDealsRequest();
|
| buildCounterAddOrderDealsRequest++;
|
| if (buildCounterAddOrderDealsRequest < 3) {
|
| - o.deals = buildUnnamed51();
|
| + o.deals = buildUnnamed2136();
|
| o.proposalRevisionNumber = "foo";
|
| o.updateAction = "foo";
|
| }
|
| @@ -185,21 +185,21 @@ buildAddOrderDealsRequest() {
|
| checkAddOrderDealsRequest(api.AddOrderDealsRequest o) {
|
| buildCounterAddOrderDealsRequest++;
|
| if (buildCounterAddOrderDealsRequest < 3) {
|
| - checkUnnamed51(o.deals);
|
| + checkUnnamed2136(o.deals);
|
| unittest.expect(o.proposalRevisionNumber, unittest.equals('foo'));
|
| unittest.expect(o.updateAction, unittest.equals('foo'));
|
| }
|
| buildCounterAddOrderDealsRequest--;
|
| }
|
|
|
| -buildUnnamed52() {
|
| +buildUnnamed2137() {
|
| var o = new core.List<api.MarketplaceDeal>();
|
| o.add(buildMarketplaceDeal());
|
| o.add(buildMarketplaceDeal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed52(core.List<api.MarketplaceDeal> o) {
|
| +checkUnnamed2137(core.List<api.MarketplaceDeal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceDeal(o[0]);
|
| checkMarketplaceDeal(o[1]);
|
| @@ -210,7 +210,7 @@ buildAddOrderDealsResponse() {
|
| var o = new api.AddOrderDealsResponse();
|
| buildCounterAddOrderDealsResponse++;
|
| if (buildCounterAddOrderDealsResponse < 3) {
|
| - o.deals = buildUnnamed52();
|
| + o.deals = buildUnnamed2137();
|
| o.proposalRevisionNumber = "foo";
|
| }
|
| buildCounterAddOrderDealsResponse--;
|
| @@ -220,20 +220,20 @@ buildAddOrderDealsResponse() {
|
| checkAddOrderDealsResponse(api.AddOrderDealsResponse o) {
|
| buildCounterAddOrderDealsResponse++;
|
| if (buildCounterAddOrderDealsResponse < 3) {
|
| - checkUnnamed52(o.deals);
|
| + checkUnnamed2137(o.deals);
|
| unittest.expect(o.proposalRevisionNumber, unittest.equals('foo'));
|
| }
|
| buildCounterAddOrderDealsResponse--;
|
| }
|
|
|
| -buildUnnamed53() {
|
| +buildUnnamed2138() {
|
| var o = new core.List<api.MarketplaceNote>();
|
| o.add(buildMarketplaceNote());
|
| o.add(buildMarketplaceNote());
|
| return o;
|
| }
|
|
|
| -checkUnnamed53(core.List<api.MarketplaceNote> o) {
|
| +checkUnnamed2138(core.List<api.MarketplaceNote> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceNote(o[0]);
|
| checkMarketplaceNote(o[1]);
|
| @@ -244,7 +244,7 @@ buildAddOrderNotesRequest() {
|
| var o = new api.AddOrderNotesRequest();
|
| buildCounterAddOrderNotesRequest++;
|
| if (buildCounterAddOrderNotesRequest < 3) {
|
| - o.notes = buildUnnamed53();
|
| + o.notes = buildUnnamed2138();
|
| }
|
| buildCounterAddOrderNotesRequest--;
|
| return o;
|
| @@ -253,19 +253,19 @@ buildAddOrderNotesRequest() {
|
| checkAddOrderNotesRequest(api.AddOrderNotesRequest o) {
|
| buildCounterAddOrderNotesRequest++;
|
| if (buildCounterAddOrderNotesRequest < 3) {
|
| - checkUnnamed53(o.notes);
|
| + checkUnnamed2138(o.notes);
|
| }
|
| buildCounterAddOrderNotesRequest--;
|
| }
|
|
|
| -buildUnnamed54() {
|
| +buildUnnamed2139() {
|
| var o = new core.List<api.MarketplaceNote>();
|
| o.add(buildMarketplaceNote());
|
| o.add(buildMarketplaceNote());
|
| return o;
|
| }
|
|
|
| -checkUnnamed54(core.List<api.MarketplaceNote> o) {
|
| +checkUnnamed2139(core.List<api.MarketplaceNote> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceNote(o[0]);
|
| checkMarketplaceNote(o[1]);
|
| @@ -276,7 +276,7 @@ buildAddOrderNotesResponse() {
|
| var o = new api.AddOrderNotesResponse();
|
| buildCounterAddOrderNotesResponse++;
|
| if (buildCounterAddOrderNotesResponse < 3) {
|
| - o.notes = buildUnnamed54();
|
| + o.notes = buildUnnamed2139();
|
| }
|
| buildCounterAddOrderNotesResponse--;
|
| return o;
|
| @@ -285,19 +285,19 @@ buildAddOrderNotesResponse() {
|
| checkAddOrderNotesResponse(api.AddOrderNotesResponse o) {
|
| buildCounterAddOrderNotesResponse++;
|
| if (buildCounterAddOrderNotesResponse < 3) {
|
| - checkUnnamed54(o.notes);
|
| + checkUnnamed2139(o.notes);
|
| }
|
| buildCounterAddOrderNotesResponse--;
|
| }
|
|
|
| -buildUnnamed55() {
|
| +buildUnnamed2140() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed55(core.List<core.String> o) {
|
| +checkUnnamed2140(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'));
|
| @@ -310,7 +310,7 @@ buildBillingInfo() {
|
| if (buildCounterBillingInfo < 3) {
|
| o.accountId = 42;
|
| o.accountName = "foo";
|
| - o.billingId = buildUnnamed55();
|
| + o.billingId = buildUnnamed2140();
|
| o.kind = "foo";
|
| }
|
| buildCounterBillingInfo--;
|
| @@ -322,20 +322,20 @@ checkBillingInfo(api.BillingInfo o) {
|
| if (buildCounterBillingInfo < 3) {
|
| unittest.expect(o.accountId, unittest.equals(42));
|
| unittest.expect(o.accountName, unittest.equals('foo'));
|
| - checkUnnamed55(o.billingId);
|
| + checkUnnamed2140(o.billingId);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBillingInfo--;
|
| }
|
|
|
| -buildUnnamed56() {
|
| +buildUnnamed2141() {
|
| var o = new core.List<api.BillingInfo>();
|
| o.add(buildBillingInfo());
|
| o.add(buildBillingInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed56(core.List<api.BillingInfo> o) {
|
| +checkUnnamed2141(core.List<api.BillingInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBillingInfo(o[0]);
|
| checkBillingInfo(o[1]);
|
| @@ -346,7 +346,7 @@ buildBillingInfoList() {
|
| var o = new api.BillingInfoList();
|
| buildCounterBillingInfoList++;
|
| if (buildCounterBillingInfoList < 3) {
|
| - o.items = buildUnnamed56();
|
| + o.items = buildUnnamed2141();
|
| o.kind = "foo";
|
| }
|
| buildCounterBillingInfoList--;
|
| @@ -356,7 +356,7 @@ buildBillingInfoList() {
|
| checkBillingInfoList(api.BillingInfoList o) {
|
| buildCounterBillingInfoList++;
|
| if (buildCounterBillingInfoList < 3) {
|
| - checkUnnamed56(o.items);
|
| + checkUnnamed2141(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBillingInfoList--;
|
| @@ -431,14 +431,14 @@ checkContactInformation(api.ContactInformation o) {
|
| buildCounterContactInformation--;
|
| }
|
|
|
| -buildUnnamed57() {
|
| +buildUnnamed2142() {
|
| var o = new core.List<api.Proposal>();
|
| o.add(buildProposal());
|
| o.add(buildProposal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed57(core.List<api.Proposal> o) {
|
| +checkUnnamed2142(core.List<api.Proposal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProposal(o[0]);
|
| checkProposal(o[1]);
|
| @@ -449,7 +449,7 @@ buildCreateOrdersRequest() {
|
| var o = new api.CreateOrdersRequest();
|
| buildCounterCreateOrdersRequest++;
|
| if (buildCounterCreateOrdersRequest < 3) {
|
| - o.proposals = buildUnnamed57();
|
| + o.proposals = buildUnnamed2142();
|
| o.webPropertyCode = "foo";
|
| }
|
| buildCounterCreateOrdersRequest--;
|
| @@ -459,20 +459,20 @@ buildCreateOrdersRequest() {
|
| checkCreateOrdersRequest(api.CreateOrdersRequest o) {
|
| buildCounterCreateOrdersRequest++;
|
| if (buildCounterCreateOrdersRequest < 3) {
|
| - checkUnnamed57(o.proposals);
|
| + checkUnnamed2142(o.proposals);
|
| unittest.expect(o.webPropertyCode, unittest.equals('foo'));
|
| }
|
| buildCounterCreateOrdersRequest--;
|
| }
|
|
|
| -buildUnnamed58() {
|
| +buildUnnamed2143() {
|
| var o = new core.List<api.Proposal>();
|
| o.add(buildProposal());
|
| o.add(buildProposal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed58(core.List<api.Proposal> o) {
|
| +checkUnnamed2143(core.List<api.Proposal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProposal(o[0]);
|
| checkProposal(o[1]);
|
| @@ -483,7 +483,7 @@ buildCreateOrdersResponse() {
|
| var o = new api.CreateOrdersResponse();
|
| buildCounterCreateOrdersResponse++;
|
| if (buildCounterCreateOrdersResponse < 3) {
|
| - o.proposals = buildUnnamed58();
|
| + o.proposals = buildUnnamed2143();
|
| }
|
| buildCounterCreateOrdersResponse--;
|
| return o;
|
| @@ -492,84 +492,84 @@ buildCreateOrdersResponse() {
|
| checkCreateOrdersResponse(api.CreateOrdersResponse o) {
|
| buildCounterCreateOrdersResponse++;
|
| if (buildCounterCreateOrdersResponse < 3) {
|
| - checkUnnamed58(o.proposals);
|
| + checkUnnamed2143(o.proposals);
|
| }
|
| buildCounterCreateOrdersResponse--;
|
| }
|
|
|
| -buildUnnamed59() {
|
| +buildUnnamed2144() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed59(core.List<core.String> o) {
|
| +checkUnnamed2144(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'));
|
| }
|
|
|
| -buildUnnamed60() {
|
| +buildUnnamed2145() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed60(core.List<core.int> o) {
|
| +checkUnnamed2145(core.List<core.int> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals(42));
|
| unittest.expect(o[1], unittest.equals(42));
|
| }
|
|
|
| -buildUnnamed61() {
|
| +buildUnnamed2146() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed61(core.List<core.String> o) {
|
| +checkUnnamed2146(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'));
|
| }
|
|
|
| -buildUnnamed62() {
|
| +buildUnnamed2147() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed62(core.List<core.String> o) {
|
| +checkUnnamed2147(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'));
|
| }
|
|
|
| -buildUnnamed63() {
|
| +buildUnnamed2148() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed63(core.List<core.int> o) {
|
| +checkUnnamed2148(core.List<core.int> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals(42));
|
| unittest.expect(o[1], unittest.equals(42));
|
| }
|
|
|
| -buildUnnamed64() {
|
| +buildUnnamed2149() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed64(core.List<core.String> o) {
|
| +checkUnnamed2149(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'));
|
| @@ -580,10 +580,10 @@ buildCreativeCorrectionsContexts() {
|
| var o = new api.CreativeCorrectionsContexts();
|
| buildCounterCreativeCorrectionsContexts++;
|
| if (buildCounterCreativeCorrectionsContexts < 3) {
|
| - o.auctionType = buildUnnamed62();
|
| + o.auctionType = buildUnnamed2147();
|
| o.contextType = "foo";
|
| - o.geoCriteriaId = buildUnnamed63();
|
| - o.platform = buildUnnamed64();
|
| + o.geoCriteriaId = buildUnnamed2148();
|
| + o.platform = buildUnnamed2149();
|
| }
|
| buildCounterCreativeCorrectionsContexts--;
|
| return o;
|
| @@ -592,35 +592,35 @@ buildCreativeCorrectionsContexts() {
|
| checkCreativeCorrectionsContexts(api.CreativeCorrectionsContexts o) {
|
| buildCounterCreativeCorrectionsContexts++;
|
| if (buildCounterCreativeCorrectionsContexts < 3) {
|
| - checkUnnamed62(o.auctionType);
|
| + checkUnnamed2147(o.auctionType);
|
| unittest.expect(o.contextType, unittest.equals('foo'));
|
| - checkUnnamed63(o.geoCriteriaId);
|
| - checkUnnamed64(o.platform);
|
| + checkUnnamed2148(o.geoCriteriaId);
|
| + checkUnnamed2149(o.platform);
|
| }
|
| buildCounterCreativeCorrectionsContexts--;
|
| }
|
|
|
| -buildUnnamed65() {
|
| +buildUnnamed2150() {
|
| var o = new core.List<api.CreativeCorrectionsContexts>();
|
| o.add(buildCreativeCorrectionsContexts());
|
| o.add(buildCreativeCorrectionsContexts());
|
| return o;
|
| }
|
|
|
| -checkUnnamed65(core.List<api.CreativeCorrectionsContexts> o) {
|
| +checkUnnamed2150(core.List<api.CreativeCorrectionsContexts> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCorrectionsContexts(o[0]);
|
| checkCreativeCorrectionsContexts(o[1]);
|
| }
|
|
|
| -buildUnnamed66() {
|
| +buildUnnamed2151() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed66(core.List<core.String> o) {
|
| +checkUnnamed2151(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -631,8 +631,8 @@ buildCreativeCorrections() {
|
| var o = new api.CreativeCorrections();
|
| buildCounterCreativeCorrections++;
|
| if (buildCounterCreativeCorrections < 3) {
|
| - o.contexts = buildUnnamed65();
|
| - o.details = buildUnnamed66();
|
| + o.contexts = buildUnnamed2150();
|
| + o.details = buildUnnamed2151();
|
| o.reason = "foo";
|
| }
|
| buildCounterCreativeCorrections--;
|
| @@ -642,21 +642,21 @@ buildCreativeCorrections() {
|
| checkCreativeCorrections(api.CreativeCorrections o) {
|
| buildCounterCreativeCorrections++;
|
| if (buildCounterCreativeCorrections < 3) {
|
| - checkUnnamed65(o.contexts);
|
| - checkUnnamed66(o.details);
|
| + checkUnnamed2150(o.contexts);
|
| + checkUnnamed2151(o.details);
|
| unittest.expect(o.reason, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeCorrections--;
|
| }
|
|
|
| -buildUnnamed67() {
|
| +buildUnnamed2152() {
|
| var o = new core.List<api.CreativeCorrections>();
|
| o.add(buildCreativeCorrections());
|
| o.add(buildCreativeCorrections());
|
| return o;
|
| }
|
|
|
| -checkUnnamed67(core.List<api.CreativeCorrections> o) {
|
| +checkUnnamed2152(core.List<api.CreativeCorrections> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCorrections(o[0]);
|
| checkCreativeCorrections(o[1]);
|
| @@ -683,14 +683,14 @@ checkCreativeFilteringReasonsReasons(api.CreativeFilteringReasonsReasons o) {
|
| buildCounterCreativeFilteringReasonsReasons--;
|
| }
|
|
|
| -buildUnnamed68() {
|
| +buildUnnamed2153() {
|
| var o = new core.List<api.CreativeFilteringReasonsReasons>();
|
| o.add(buildCreativeFilteringReasonsReasons());
|
| o.add(buildCreativeFilteringReasonsReasons());
|
| return o;
|
| }
|
|
|
| -checkUnnamed68(core.List<api.CreativeFilteringReasonsReasons> o) {
|
| +checkUnnamed2153(core.List<api.CreativeFilteringReasonsReasons> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeFilteringReasonsReasons(o[0]);
|
| checkCreativeFilteringReasonsReasons(o[1]);
|
| @@ -702,7 +702,7 @@ buildCreativeFilteringReasons() {
|
| buildCounterCreativeFilteringReasons++;
|
| if (buildCounterCreativeFilteringReasons < 3) {
|
| o.date = "foo";
|
| - o.reasons = buildUnnamed68();
|
| + o.reasons = buildUnnamed2153();
|
| }
|
| buildCounterCreativeFilteringReasons--;
|
| return o;
|
| @@ -712,32 +712,32 @@ checkCreativeFilteringReasons(api.CreativeFilteringReasons o) {
|
| buildCounterCreativeFilteringReasons++;
|
| if (buildCounterCreativeFilteringReasons < 3) {
|
| unittest.expect(o.date, unittest.equals('foo'));
|
| - checkUnnamed68(o.reasons);
|
| + checkUnnamed2153(o.reasons);
|
| }
|
| buildCounterCreativeFilteringReasons--;
|
| }
|
|
|
| -buildUnnamed69() {
|
| +buildUnnamed2154() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed69(core.List<core.String> o) {
|
| +checkUnnamed2154(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'));
|
| }
|
|
|
| -buildUnnamed70() {
|
| +buildUnnamed2155() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed70(core.List<core.String> o) {
|
| +checkUnnamed2155(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'));
|
| @@ -789,14 +789,14 @@ checkCreativeNativeAdImage(api.CreativeNativeAdImage o) {
|
| buildCounterCreativeNativeAdImage--;
|
| }
|
|
|
| -buildUnnamed71() {
|
| +buildUnnamed2156() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed71(core.List<core.String> o) {
|
| +checkUnnamed2156(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'));
|
| @@ -837,7 +837,7 @@ buildCreativeNativeAd() {
|
| o.clickTrackingUrl = "foo";
|
| o.headline = "foo";
|
| o.image = buildCreativeNativeAdImage();
|
| - o.impressionTrackingUrl = buildUnnamed71();
|
| + o.impressionTrackingUrl = buildUnnamed2156();
|
| o.logo = buildCreativeNativeAdLogo();
|
| o.price = "foo";
|
| o.starRating = 42.0;
|
| @@ -857,7 +857,7 @@ checkCreativeNativeAd(api.CreativeNativeAd o) {
|
| unittest.expect(o.clickTrackingUrl, unittest.equals('foo'));
|
| unittest.expect(o.headline, unittest.equals('foo'));
|
| checkCreativeNativeAdImage(o.image);
|
| - checkUnnamed71(o.impressionTrackingUrl);
|
| + checkUnnamed2156(o.impressionTrackingUrl);
|
| checkCreativeNativeAdLogo(o.logo);
|
| unittest.expect(o.price, unittest.equals('foo'));
|
| unittest.expect(o.starRating, unittest.equals(42.0));
|
| @@ -866,79 +866,79 @@ checkCreativeNativeAd(api.CreativeNativeAd o) {
|
| buildCounterCreativeNativeAd--;
|
| }
|
|
|
| -buildUnnamed72() {
|
| +buildUnnamed2157() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed72(core.List<core.int> o) {
|
| +checkUnnamed2157(core.List<core.int> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals(42));
|
| unittest.expect(o[1], unittest.equals(42));
|
| }
|
|
|
| -buildUnnamed73() {
|
| +buildUnnamed2158() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed73(core.List<core.int> o) {
|
| +checkUnnamed2158(core.List<core.int> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals(42));
|
| unittest.expect(o[1], unittest.equals(42));
|
| }
|
|
|
| -buildUnnamed74() {
|
| +buildUnnamed2159() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed74(core.List<core.int> o) {
|
| +checkUnnamed2159(core.List<core.int> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals(42));
|
| unittest.expect(o[1], unittest.equals(42));
|
| }
|
|
|
| -buildUnnamed75() {
|
| +buildUnnamed2160() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed75(core.List<core.String> o) {
|
| +checkUnnamed2160(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'));
|
| }
|
|
|
| -buildUnnamed76() {
|
| +buildUnnamed2161() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed76(core.List<core.int> o) {
|
| +checkUnnamed2161(core.List<core.int> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals(42));
|
| unittest.expect(o[1], unittest.equals(42));
|
| }
|
|
|
| -buildUnnamed77() {
|
| +buildUnnamed2162() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed77(core.List<core.String> o) {
|
| +checkUnnamed2162(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'));
|
| @@ -949,10 +949,10 @@ buildCreativeServingRestrictionsContexts() {
|
| var o = new api.CreativeServingRestrictionsContexts();
|
| buildCounterCreativeServingRestrictionsContexts++;
|
| if (buildCounterCreativeServingRestrictionsContexts < 3) {
|
| - o.auctionType = buildUnnamed75();
|
| + o.auctionType = buildUnnamed2160();
|
| o.contextType = "foo";
|
| - o.geoCriteriaId = buildUnnamed76();
|
| - o.platform = buildUnnamed77();
|
| + o.geoCriteriaId = buildUnnamed2161();
|
| + o.platform = buildUnnamed2162();
|
| }
|
| buildCounterCreativeServingRestrictionsContexts--;
|
| return o;
|
| @@ -961,35 +961,35 @@ buildCreativeServingRestrictionsContexts() {
|
| checkCreativeServingRestrictionsContexts(api.CreativeServingRestrictionsContexts o) {
|
| buildCounterCreativeServingRestrictionsContexts++;
|
| if (buildCounterCreativeServingRestrictionsContexts < 3) {
|
| - checkUnnamed75(o.auctionType);
|
| + checkUnnamed2160(o.auctionType);
|
| unittest.expect(o.contextType, unittest.equals('foo'));
|
| - checkUnnamed76(o.geoCriteriaId);
|
| - checkUnnamed77(o.platform);
|
| + checkUnnamed2161(o.geoCriteriaId);
|
| + checkUnnamed2162(o.platform);
|
| }
|
| buildCounterCreativeServingRestrictionsContexts--;
|
| }
|
|
|
| -buildUnnamed78() {
|
| +buildUnnamed2163() {
|
| var o = new core.List<api.CreativeServingRestrictionsContexts>();
|
| o.add(buildCreativeServingRestrictionsContexts());
|
| o.add(buildCreativeServingRestrictionsContexts());
|
| return o;
|
| }
|
|
|
| -checkUnnamed78(core.List<api.CreativeServingRestrictionsContexts> o) {
|
| +checkUnnamed2163(core.List<api.CreativeServingRestrictionsContexts> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeServingRestrictionsContexts(o[0]);
|
| checkCreativeServingRestrictionsContexts(o[1]);
|
| }
|
|
|
| -buildUnnamed79() {
|
| +buildUnnamed2164() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed79(core.List<core.String> o) {
|
| +checkUnnamed2164(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'));
|
| @@ -1000,7 +1000,7 @@ buildCreativeServingRestrictionsDisapprovalReasons() {
|
| var o = new api.CreativeServingRestrictionsDisapprovalReasons();
|
| buildCounterCreativeServingRestrictionsDisapprovalReasons++;
|
| if (buildCounterCreativeServingRestrictionsDisapprovalReasons < 3) {
|
| - o.details = buildUnnamed79();
|
| + o.details = buildUnnamed2164();
|
| o.reason = "foo";
|
| }
|
| buildCounterCreativeServingRestrictionsDisapprovalReasons--;
|
| @@ -1010,20 +1010,20 @@ buildCreativeServingRestrictionsDisapprovalReasons() {
|
| checkCreativeServingRestrictionsDisapprovalReasons(api.CreativeServingRestrictionsDisapprovalReasons o) {
|
| buildCounterCreativeServingRestrictionsDisapprovalReasons++;
|
| if (buildCounterCreativeServingRestrictionsDisapprovalReasons < 3) {
|
| - checkUnnamed79(o.details);
|
| + checkUnnamed2164(o.details);
|
| unittest.expect(o.reason, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeServingRestrictionsDisapprovalReasons--;
|
| }
|
|
|
| -buildUnnamed80() {
|
| +buildUnnamed2165() {
|
| var o = new core.List<api.CreativeServingRestrictionsDisapprovalReasons>();
|
| o.add(buildCreativeServingRestrictionsDisapprovalReasons());
|
| o.add(buildCreativeServingRestrictionsDisapprovalReasons());
|
| return o;
|
| }
|
|
|
| -checkUnnamed80(core.List<api.CreativeServingRestrictionsDisapprovalReasons> o) {
|
| +checkUnnamed2165(core.List<api.CreativeServingRestrictionsDisapprovalReasons> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeServingRestrictionsDisapprovalReasons(o[0]);
|
| checkCreativeServingRestrictionsDisapprovalReasons(o[1]);
|
| @@ -1034,8 +1034,8 @@ buildCreativeServingRestrictions() {
|
| var o = new api.CreativeServingRestrictions();
|
| buildCounterCreativeServingRestrictions++;
|
| if (buildCounterCreativeServingRestrictions < 3) {
|
| - o.contexts = buildUnnamed78();
|
| - o.disapprovalReasons = buildUnnamed80();
|
| + o.contexts = buildUnnamed2163();
|
| + o.disapprovalReasons = buildUnnamed2165();
|
| o.reason = "foo";
|
| }
|
| buildCounterCreativeServingRestrictions--;
|
| @@ -1045,34 +1045,34 @@ buildCreativeServingRestrictions() {
|
| checkCreativeServingRestrictions(api.CreativeServingRestrictions o) {
|
| buildCounterCreativeServingRestrictions++;
|
| if (buildCounterCreativeServingRestrictions < 3) {
|
| - checkUnnamed78(o.contexts);
|
| - checkUnnamed80(o.disapprovalReasons);
|
| + checkUnnamed2163(o.contexts);
|
| + checkUnnamed2165(o.disapprovalReasons);
|
| unittest.expect(o.reason, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeServingRestrictions--;
|
| }
|
|
|
| -buildUnnamed81() {
|
| +buildUnnamed2166() {
|
| var o = new core.List<api.CreativeServingRestrictions>();
|
| o.add(buildCreativeServingRestrictions());
|
| o.add(buildCreativeServingRestrictions());
|
| return o;
|
| }
|
|
|
| -checkUnnamed81(core.List<api.CreativeServingRestrictions> o) {
|
| +checkUnnamed2166(core.List<api.CreativeServingRestrictions> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeServingRestrictions(o[0]);
|
| checkCreativeServingRestrictions(o[1]);
|
| }
|
|
|
| -buildUnnamed82() {
|
| +buildUnnamed2167() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed82(core.List<core.int> o) {
|
| +checkUnnamed2167(core.List<core.int> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals(42));
|
| unittest.expect(o[1], unittest.equals(42));
|
| @@ -1086,27 +1086,27 @@ buildCreative() {
|
| o.HTMLSnippet = "foo";
|
| o.accountId = 42;
|
| o.adChoicesDestinationUrl = "foo";
|
| - o.advertiserId = buildUnnamed59();
|
| + o.advertiserId = buildUnnamed2144();
|
| o.advertiserName = "foo";
|
| o.agencyId = "foo";
|
| o.apiUploadTimestamp = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.attribute = buildUnnamed60();
|
| + o.attribute = buildUnnamed2145();
|
| o.buyerCreativeId = "foo";
|
| - o.clickThroughUrl = buildUnnamed61();
|
| - o.corrections = buildUnnamed67();
|
| + o.clickThroughUrl = buildUnnamed2146();
|
| + o.corrections = buildUnnamed2152();
|
| o.dealsStatus = "foo";
|
| o.filteringReasons = buildCreativeFilteringReasons();
|
| o.height = 42;
|
| - o.impressionTrackingUrl = buildUnnamed69();
|
| + o.impressionTrackingUrl = buildUnnamed2154();
|
| o.kind = "foo";
|
| - o.languages = buildUnnamed70();
|
| + o.languages = buildUnnamed2155();
|
| o.nativeAd = buildCreativeNativeAd();
|
| o.openAuctionStatus = "foo";
|
| - o.productCategories = buildUnnamed72();
|
| - o.restrictedCategories = buildUnnamed73();
|
| - o.sensitiveCategories = buildUnnamed74();
|
| - o.servingRestrictions = buildUnnamed81();
|
| - o.vendorType = buildUnnamed82();
|
| + o.productCategories = buildUnnamed2157();
|
| + o.restrictedCategories = buildUnnamed2158();
|
| + o.sensitiveCategories = buildUnnamed2159();
|
| + o.servingRestrictions = buildUnnamed2166();
|
| + o.vendorType = buildUnnamed2167();
|
| o.version = 42;
|
| o.videoURL = "foo";
|
| o.width = 42;
|
| @@ -1121,27 +1121,27 @@ checkCreative(api.Creative o) {
|
| unittest.expect(o.HTMLSnippet, unittest.equals('foo'));
|
| unittest.expect(o.accountId, unittest.equals(42));
|
| unittest.expect(o.adChoicesDestinationUrl, unittest.equals('foo'));
|
| - checkUnnamed59(o.advertiserId);
|
| + checkUnnamed2144(o.advertiserId);
|
| unittest.expect(o.advertiserName, unittest.equals('foo'));
|
| unittest.expect(o.agencyId, unittest.equals('foo'));
|
| unittest.expect(o.apiUploadTimestamp, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| - checkUnnamed60(o.attribute);
|
| + checkUnnamed2145(o.attribute);
|
| unittest.expect(o.buyerCreativeId, unittest.equals('foo'));
|
| - checkUnnamed61(o.clickThroughUrl);
|
| - checkUnnamed67(o.corrections);
|
| + checkUnnamed2146(o.clickThroughUrl);
|
| + checkUnnamed2152(o.corrections);
|
| unittest.expect(o.dealsStatus, unittest.equals('foo'));
|
| checkCreativeFilteringReasons(o.filteringReasons);
|
| unittest.expect(o.height, unittest.equals(42));
|
| - checkUnnamed69(o.impressionTrackingUrl);
|
| + checkUnnamed2154(o.impressionTrackingUrl);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed70(o.languages);
|
| + checkUnnamed2155(o.languages);
|
| checkCreativeNativeAd(o.nativeAd);
|
| unittest.expect(o.openAuctionStatus, unittest.equals('foo'));
|
| - checkUnnamed72(o.productCategories);
|
| - checkUnnamed73(o.restrictedCategories);
|
| - checkUnnamed74(o.sensitiveCategories);
|
| - checkUnnamed81(o.servingRestrictions);
|
| - checkUnnamed82(o.vendorType);
|
| + checkUnnamed2157(o.productCategories);
|
| + checkUnnamed2158(o.restrictedCategories);
|
| + checkUnnamed2159(o.sensitiveCategories);
|
| + checkUnnamed2166(o.servingRestrictions);
|
| + checkUnnamed2167(o.vendorType);
|
| unittest.expect(o.version, unittest.equals(42));
|
| unittest.expect(o.videoURL, unittest.equals('foo'));
|
| unittest.expect(o.width, unittest.equals(42));
|
| @@ -1149,14 +1149,14 @@ checkCreative(api.Creative o) {
|
| buildCounterCreative--;
|
| }
|
|
|
| -buildUnnamed83() {
|
| +buildUnnamed2168() {
|
| var o = new core.List<api.Creative>();
|
| o.add(buildCreative());
|
| o.add(buildCreative());
|
| return o;
|
| }
|
|
|
| -checkUnnamed83(core.List<api.Creative> o) {
|
| +checkUnnamed2168(core.List<api.Creative> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreative(o[0]);
|
| checkCreative(o[1]);
|
| @@ -1167,7 +1167,7 @@ buildCreativesList() {
|
| var o = new api.CreativesList();
|
| buildCounterCreativesList++;
|
| if (buildCounterCreativesList < 3) {
|
| - o.items = buildUnnamed83();
|
| + o.items = buildUnnamed2168();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1178,7 +1178,7 @@ buildCreativesList() {
|
| checkCreativesList(api.CreativesList o) {
|
| buildCounterCreativesList++;
|
| if (buildCounterCreativesList < 3) {
|
| - checkUnnamed83(o.items);
|
| + checkUnnamed2168(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1260,14 +1260,14 @@ checkDealTerms(api.DealTerms o) {
|
| buildCounterDealTerms--;
|
| }
|
|
|
| -buildUnnamed84() {
|
| +buildUnnamed2169() {
|
| var o = new core.List<api.PricePerBuyer>();
|
| o.add(buildPricePerBuyer());
|
| o.add(buildPricePerBuyer());
|
| return o;
|
| }
|
|
|
| -checkUnnamed84(core.List<api.PricePerBuyer> o) {
|
| +checkUnnamed2169(core.List<api.PricePerBuyer> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPricePerBuyer(o[0]);
|
| checkPricePerBuyer(o[1]);
|
| @@ -1279,7 +1279,7 @@ buildDealTermsGuaranteedFixedPriceTerms() {
|
| buildCounterDealTermsGuaranteedFixedPriceTerms++;
|
| if (buildCounterDealTermsGuaranteedFixedPriceTerms < 3) {
|
| o.billingInfo = buildDealTermsGuaranteedFixedPriceTermsBillingInfo();
|
| - o.fixedPrices = buildUnnamed84();
|
| + o.fixedPrices = buildUnnamed2169();
|
| o.guaranteedImpressions = "foo";
|
| o.guaranteedLooks = "foo";
|
| }
|
| @@ -1291,7 +1291,7 @@ checkDealTermsGuaranteedFixedPriceTerms(api.DealTermsGuaranteedFixedPriceTerms o
|
| buildCounterDealTermsGuaranteedFixedPriceTerms++;
|
| if (buildCounterDealTermsGuaranteedFixedPriceTerms < 3) {
|
| checkDealTermsGuaranteedFixedPriceTermsBillingInfo(o.billingInfo);
|
| - checkUnnamed84(o.fixedPrices);
|
| + checkUnnamed2169(o.fixedPrices);
|
| unittest.expect(o.guaranteedImpressions, unittest.equals('foo'));
|
| unittest.expect(o.guaranteedLooks, unittest.equals('foo'));
|
| }
|
| @@ -1323,14 +1323,14 @@ checkDealTermsGuaranteedFixedPriceTermsBillingInfo(api.DealTermsGuaranteedFixedP
|
| buildCounterDealTermsGuaranteedFixedPriceTermsBillingInfo--;
|
| }
|
|
|
| -buildUnnamed85() {
|
| +buildUnnamed2170() {
|
| var o = new core.List<api.PricePerBuyer>();
|
| o.add(buildPricePerBuyer());
|
| o.add(buildPricePerBuyer());
|
| return o;
|
| }
|
|
|
| -checkUnnamed85(core.List<api.PricePerBuyer> o) {
|
| +checkUnnamed2170(core.List<api.PricePerBuyer> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPricePerBuyer(o[0]);
|
| checkPricePerBuyer(o[1]);
|
| @@ -1342,7 +1342,7 @@ buildDealTermsNonGuaranteedAuctionTerms() {
|
| buildCounterDealTermsNonGuaranteedAuctionTerms++;
|
| if (buildCounterDealTermsNonGuaranteedAuctionTerms < 3) {
|
| o.autoOptimizePrivateAuction = true;
|
| - o.reservePricePerBuyers = buildUnnamed85();
|
| + o.reservePricePerBuyers = buildUnnamed2170();
|
| }
|
| buildCounterDealTermsNonGuaranteedAuctionTerms--;
|
| return o;
|
| @@ -1352,19 +1352,19 @@ checkDealTermsNonGuaranteedAuctionTerms(api.DealTermsNonGuaranteedAuctionTerms o
|
| buildCounterDealTermsNonGuaranteedAuctionTerms++;
|
| if (buildCounterDealTermsNonGuaranteedAuctionTerms < 3) {
|
| unittest.expect(o.autoOptimizePrivateAuction, unittest.isTrue);
|
| - checkUnnamed85(o.reservePricePerBuyers);
|
| + checkUnnamed2170(o.reservePricePerBuyers);
|
| }
|
| buildCounterDealTermsNonGuaranteedAuctionTerms--;
|
| }
|
|
|
| -buildUnnamed86() {
|
| +buildUnnamed2171() {
|
| var o = new core.List<api.PricePerBuyer>();
|
| o.add(buildPricePerBuyer());
|
| o.add(buildPricePerBuyer());
|
| return o;
|
| }
|
|
|
| -checkUnnamed86(core.List<api.PricePerBuyer> o) {
|
| +checkUnnamed2171(core.List<api.PricePerBuyer> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPricePerBuyer(o[0]);
|
| checkPricePerBuyer(o[1]);
|
| @@ -1375,7 +1375,7 @@ buildDealTermsNonGuaranteedFixedPriceTerms() {
|
| var o = new api.DealTermsNonGuaranteedFixedPriceTerms();
|
| buildCounterDealTermsNonGuaranteedFixedPriceTerms++;
|
| if (buildCounterDealTermsNonGuaranteedFixedPriceTerms < 3) {
|
| - o.fixedPrices = buildUnnamed86();
|
| + o.fixedPrices = buildUnnamed2171();
|
| }
|
| buildCounterDealTermsNonGuaranteedFixedPriceTerms--;
|
| return o;
|
| @@ -1384,19 +1384,19 @@ buildDealTermsNonGuaranteedFixedPriceTerms() {
|
| checkDealTermsNonGuaranteedFixedPriceTerms(api.DealTermsNonGuaranteedFixedPriceTerms o) {
|
| buildCounterDealTermsNonGuaranteedFixedPriceTerms++;
|
| if (buildCounterDealTermsNonGuaranteedFixedPriceTerms < 3) {
|
| - checkUnnamed86(o.fixedPrices);
|
| + checkUnnamed2171(o.fixedPrices);
|
| }
|
| buildCounterDealTermsNonGuaranteedFixedPriceTerms--;
|
| }
|
|
|
| -buildUnnamed87() {
|
| +buildUnnamed2172() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed87(core.List<core.String> o) {
|
| +checkUnnamed2172(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'));
|
| @@ -1407,7 +1407,7 @@ buildDeleteOrderDealsRequest() {
|
| var o = new api.DeleteOrderDealsRequest();
|
| buildCounterDeleteOrderDealsRequest++;
|
| if (buildCounterDeleteOrderDealsRequest < 3) {
|
| - o.dealIds = buildUnnamed87();
|
| + o.dealIds = buildUnnamed2172();
|
| o.proposalRevisionNumber = "foo";
|
| o.updateAction = "foo";
|
| }
|
| @@ -1418,21 +1418,21 @@ buildDeleteOrderDealsRequest() {
|
| checkDeleteOrderDealsRequest(api.DeleteOrderDealsRequest o) {
|
| buildCounterDeleteOrderDealsRequest++;
|
| if (buildCounterDeleteOrderDealsRequest < 3) {
|
| - checkUnnamed87(o.dealIds);
|
| + checkUnnamed2172(o.dealIds);
|
| unittest.expect(o.proposalRevisionNumber, unittest.equals('foo'));
|
| unittest.expect(o.updateAction, unittest.equals('foo'));
|
| }
|
| buildCounterDeleteOrderDealsRequest--;
|
| }
|
|
|
| -buildUnnamed88() {
|
| +buildUnnamed2173() {
|
| var o = new core.List<api.MarketplaceDeal>();
|
| o.add(buildMarketplaceDeal());
|
| o.add(buildMarketplaceDeal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed88(core.List<api.MarketplaceDeal> o) {
|
| +checkUnnamed2173(core.List<api.MarketplaceDeal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceDeal(o[0]);
|
| checkMarketplaceDeal(o[1]);
|
| @@ -1443,7 +1443,7 @@ buildDeleteOrderDealsResponse() {
|
| var o = new api.DeleteOrderDealsResponse();
|
| buildCounterDeleteOrderDealsResponse++;
|
| if (buildCounterDeleteOrderDealsResponse < 3) {
|
| - o.deals = buildUnnamed88();
|
| + o.deals = buildUnnamed2173();
|
| o.proposalRevisionNumber = "foo";
|
| }
|
| buildCounterDeleteOrderDealsResponse--;
|
| @@ -1453,20 +1453,20 @@ buildDeleteOrderDealsResponse() {
|
| checkDeleteOrderDealsResponse(api.DeleteOrderDealsResponse o) {
|
| buildCounterDeleteOrderDealsResponse++;
|
| if (buildCounterDeleteOrderDealsResponse < 3) {
|
| - checkUnnamed88(o.deals);
|
| + checkUnnamed2173(o.deals);
|
| unittest.expect(o.proposalRevisionNumber, unittest.equals('foo'));
|
| }
|
| buildCounterDeleteOrderDealsResponse--;
|
| }
|
|
|
| -buildUnnamed89() {
|
| +buildUnnamed2174() {
|
| var o = new core.List<api.DeliveryControlFrequencyCap>();
|
| o.add(buildDeliveryControlFrequencyCap());
|
| o.add(buildDeliveryControlFrequencyCap());
|
| return o;
|
| }
|
|
|
| -checkUnnamed89(core.List<api.DeliveryControlFrequencyCap> o) {
|
| +checkUnnamed2174(core.List<api.DeliveryControlFrequencyCap> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDeliveryControlFrequencyCap(o[0]);
|
| checkDeliveryControlFrequencyCap(o[1]);
|
| @@ -1479,7 +1479,7 @@ buildDeliveryControl() {
|
| if (buildCounterDeliveryControl < 3) {
|
| o.creativeBlockingLevel = "foo";
|
| o.deliveryRateType = "foo";
|
| - o.frequencyCaps = buildUnnamed89();
|
| + o.frequencyCaps = buildUnnamed2174();
|
| }
|
| buildCounterDeliveryControl--;
|
| return o;
|
| @@ -1490,7 +1490,7 @@ checkDeliveryControl(api.DeliveryControl o) {
|
| if (buildCounterDeliveryControl < 3) {
|
| unittest.expect(o.creativeBlockingLevel, unittest.equals('foo'));
|
| unittest.expect(o.deliveryRateType, unittest.equals('foo'));
|
| - checkUnnamed89(o.frequencyCaps);
|
| + checkUnnamed2174(o.frequencyCaps);
|
| }
|
| buildCounterDeliveryControl--;
|
| }
|
| @@ -1518,14 +1518,14 @@ checkDeliveryControlFrequencyCap(api.DeliveryControlFrequencyCap o) {
|
| buildCounterDeliveryControlFrequencyCap--;
|
| }
|
|
|
| -buildUnnamed90() {
|
| +buildUnnamed2175() {
|
| var o = new core.List<api.DimensionDimensionValue>();
|
| o.add(buildDimensionDimensionValue());
|
| o.add(buildDimensionDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed90(core.List<api.DimensionDimensionValue> o) {
|
| +checkUnnamed2175(core.List<api.DimensionDimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionDimensionValue(o[0]);
|
| checkDimensionDimensionValue(o[1]);
|
| @@ -1537,7 +1537,7 @@ buildDimension() {
|
| buildCounterDimension++;
|
| if (buildCounterDimension < 3) {
|
| o.dimensionType = "foo";
|
| - o.dimensionValues = buildUnnamed90();
|
| + o.dimensionValues = buildUnnamed2175();
|
| }
|
| buildCounterDimension--;
|
| return o;
|
| @@ -1547,7 +1547,7 @@ checkDimension(api.Dimension o) {
|
| buildCounterDimension++;
|
| if (buildCounterDimension < 3) {
|
| unittest.expect(o.dimensionType, unittest.equals('foo'));
|
| - checkUnnamed90(o.dimensionValues);
|
| + checkUnnamed2175(o.dimensionValues);
|
| }
|
| buildCounterDimension--;
|
| }
|
| @@ -1575,14 +1575,14 @@ checkDimensionDimensionValue(api.DimensionDimensionValue o) {
|
| buildCounterDimensionDimensionValue--;
|
| }
|
|
|
| -buildUnnamed91() {
|
| +buildUnnamed2176() {
|
| var o = new core.List<api.MarketplaceDeal>();
|
| o.add(buildMarketplaceDeal());
|
| o.add(buildMarketplaceDeal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed91(core.List<api.MarketplaceDeal> o) {
|
| +checkUnnamed2176(core.List<api.MarketplaceDeal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceDeal(o[0]);
|
| checkMarketplaceDeal(o[1]);
|
| @@ -1593,7 +1593,7 @@ buildEditAllOrderDealsRequest() {
|
| var o = new api.EditAllOrderDealsRequest();
|
| buildCounterEditAllOrderDealsRequest++;
|
| if (buildCounterEditAllOrderDealsRequest < 3) {
|
| - o.deals = buildUnnamed91();
|
| + o.deals = buildUnnamed2176();
|
| o.proposal = buildProposal();
|
| o.proposalRevisionNumber = "foo";
|
| o.updateAction = "foo";
|
| @@ -1605,7 +1605,7 @@ buildEditAllOrderDealsRequest() {
|
| checkEditAllOrderDealsRequest(api.EditAllOrderDealsRequest o) {
|
| buildCounterEditAllOrderDealsRequest++;
|
| if (buildCounterEditAllOrderDealsRequest < 3) {
|
| - checkUnnamed91(o.deals);
|
| + checkUnnamed2176(o.deals);
|
| checkProposal(o.proposal);
|
| unittest.expect(o.proposalRevisionNumber, unittest.equals('foo'));
|
| unittest.expect(o.updateAction, unittest.equals('foo'));
|
| @@ -1613,14 +1613,14 @@ checkEditAllOrderDealsRequest(api.EditAllOrderDealsRequest o) {
|
| buildCounterEditAllOrderDealsRequest--;
|
| }
|
|
|
| -buildUnnamed92() {
|
| +buildUnnamed2177() {
|
| var o = new core.List<api.MarketplaceDeal>();
|
| o.add(buildMarketplaceDeal());
|
| o.add(buildMarketplaceDeal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed92(core.List<api.MarketplaceDeal> o) {
|
| +checkUnnamed2177(core.List<api.MarketplaceDeal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceDeal(o[0]);
|
| checkMarketplaceDeal(o[1]);
|
| @@ -1631,7 +1631,7 @@ buildEditAllOrderDealsResponse() {
|
| var o = new api.EditAllOrderDealsResponse();
|
| buildCounterEditAllOrderDealsResponse++;
|
| if (buildCounterEditAllOrderDealsResponse < 3) {
|
| - o.deals = buildUnnamed92();
|
| + o.deals = buildUnnamed2177();
|
| o.orderRevisionNumber = "foo";
|
| }
|
| buildCounterEditAllOrderDealsResponse--;
|
| @@ -1641,20 +1641,20 @@ buildEditAllOrderDealsResponse() {
|
| checkEditAllOrderDealsResponse(api.EditAllOrderDealsResponse o) {
|
| buildCounterEditAllOrderDealsResponse++;
|
| if (buildCounterEditAllOrderDealsResponse < 3) {
|
| - checkUnnamed92(o.deals);
|
| + checkUnnamed2177(o.deals);
|
| unittest.expect(o.orderRevisionNumber, unittest.equals('foo'));
|
| }
|
| buildCounterEditAllOrderDealsResponse--;
|
| }
|
|
|
| -buildUnnamed93() {
|
| +buildUnnamed2178() {
|
| var o = new core.List<api.Product>();
|
| o.add(buildProduct());
|
| o.add(buildProduct());
|
| return o;
|
| }
|
|
|
| -checkUnnamed93(core.List<api.Product> o) {
|
| +checkUnnamed2178(core.List<api.Product> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProduct(o[0]);
|
| checkProduct(o[1]);
|
| @@ -1665,7 +1665,7 @@ buildGetOffersResponse() {
|
| var o = new api.GetOffersResponse();
|
| buildCounterGetOffersResponse++;
|
| if (buildCounterGetOffersResponse < 3) {
|
| - o.products = buildUnnamed93();
|
| + o.products = buildUnnamed2178();
|
| }
|
| buildCounterGetOffersResponse--;
|
| return o;
|
| @@ -1674,19 +1674,19 @@ buildGetOffersResponse() {
|
| checkGetOffersResponse(api.GetOffersResponse o) {
|
| buildCounterGetOffersResponse++;
|
| if (buildCounterGetOffersResponse < 3) {
|
| - checkUnnamed93(o.products);
|
| + checkUnnamed2178(o.products);
|
| }
|
| buildCounterGetOffersResponse--;
|
| }
|
|
|
| -buildUnnamed94() {
|
| +buildUnnamed2179() {
|
| var o = new core.List<api.MarketplaceDeal>();
|
| o.add(buildMarketplaceDeal());
|
| o.add(buildMarketplaceDeal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed94(core.List<api.MarketplaceDeal> o) {
|
| +checkUnnamed2179(core.List<api.MarketplaceDeal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceDeal(o[0]);
|
| checkMarketplaceDeal(o[1]);
|
| @@ -1697,7 +1697,7 @@ buildGetOrderDealsResponse() {
|
| var o = new api.GetOrderDealsResponse();
|
| buildCounterGetOrderDealsResponse++;
|
| if (buildCounterGetOrderDealsResponse < 3) {
|
| - o.deals = buildUnnamed94();
|
| + o.deals = buildUnnamed2179();
|
| }
|
| buildCounterGetOrderDealsResponse--;
|
| return o;
|
| @@ -1706,19 +1706,19 @@ buildGetOrderDealsResponse() {
|
| checkGetOrderDealsResponse(api.GetOrderDealsResponse o) {
|
| buildCounterGetOrderDealsResponse++;
|
| if (buildCounterGetOrderDealsResponse < 3) {
|
| - checkUnnamed94(o.deals);
|
| + checkUnnamed2179(o.deals);
|
| }
|
| buildCounterGetOrderDealsResponse--;
|
| }
|
|
|
| -buildUnnamed95() {
|
| +buildUnnamed2180() {
|
| var o = new core.List<api.MarketplaceNote>();
|
| o.add(buildMarketplaceNote());
|
| o.add(buildMarketplaceNote());
|
| return o;
|
| }
|
|
|
| -checkUnnamed95(core.List<api.MarketplaceNote> o) {
|
| +checkUnnamed2180(core.List<api.MarketplaceNote> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceNote(o[0]);
|
| checkMarketplaceNote(o[1]);
|
| @@ -1729,7 +1729,7 @@ buildGetOrderNotesResponse() {
|
| var o = new api.GetOrderNotesResponse();
|
| buildCounterGetOrderNotesResponse++;
|
| if (buildCounterGetOrderNotesResponse < 3) {
|
| - o.notes = buildUnnamed95();
|
| + o.notes = buildUnnamed2180();
|
| }
|
| buildCounterGetOrderNotesResponse--;
|
| return o;
|
| @@ -1738,19 +1738,19 @@ buildGetOrderNotesResponse() {
|
| checkGetOrderNotesResponse(api.GetOrderNotesResponse o) {
|
| buildCounterGetOrderNotesResponse++;
|
| if (buildCounterGetOrderNotesResponse < 3) {
|
| - checkUnnamed95(o.notes);
|
| + checkUnnamed2180(o.notes);
|
| }
|
| buildCounterGetOrderNotesResponse--;
|
| }
|
|
|
| -buildUnnamed96() {
|
| +buildUnnamed2181() {
|
| var o = new core.List<api.Proposal>();
|
| o.add(buildProposal());
|
| o.add(buildProposal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed96(core.List<api.Proposal> o) {
|
| +checkUnnamed2181(core.List<api.Proposal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProposal(o[0]);
|
| checkProposal(o[1]);
|
| @@ -1761,7 +1761,7 @@ buildGetOrdersResponse() {
|
| var o = new api.GetOrdersResponse();
|
| buildCounterGetOrdersResponse++;
|
| if (buildCounterGetOrdersResponse < 3) {
|
| - o.proposals = buildUnnamed96();
|
| + o.proposals = buildUnnamed2181();
|
| }
|
| buildCounterGetOrdersResponse--;
|
| return o;
|
| @@ -1770,19 +1770,19 @@ buildGetOrdersResponse() {
|
| checkGetOrdersResponse(api.GetOrdersResponse o) {
|
| buildCounterGetOrdersResponse++;
|
| if (buildCounterGetOrdersResponse < 3) {
|
| - checkUnnamed96(o.proposals);
|
| + checkUnnamed2181(o.proposals);
|
| }
|
| buildCounterGetOrdersResponse--;
|
| }
|
|
|
| -buildUnnamed97() {
|
| +buildUnnamed2182() {
|
| var o = new core.List<api.PublisherProfileApiProto>();
|
| o.add(buildPublisherProfileApiProto());
|
| o.add(buildPublisherProfileApiProto());
|
| return o;
|
| }
|
|
|
| -checkUnnamed97(core.List<api.PublisherProfileApiProto> o) {
|
| +checkUnnamed2182(core.List<api.PublisherProfileApiProto> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPublisherProfileApiProto(o[0]);
|
| checkPublisherProfileApiProto(o[1]);
|
| @@ -1793,7 +1793,7 @@ buildGetPublisherProfilesByAccountIdResponse() {
|
| var o = new api.GetPublisherProfilesByAccountIdResponse();
|
| buildCounterGetPublisherProfilesByAccountIdResponse++;
|
| if (buildCounterGetPublisherProfilesByAccountIdResponse < 3) {
|
| - o.profiles = buildUnnamed97();
|
| + o.profiles = buildUnnamed2182();
|
| }
|
| buildCounterGetPublisherProfilesByAccountIdResponse--;
|
| return o;
|
| @@ -1802,32 +1802,32 @@ buildGetPublisherProfilesByAccountIdResponse() {
|
| checkGetPublisherProfilesByAccountIdResponse(api.GetPublisherProfilesByAccountIdResponse o) {
|
| buildCounterGetPublisherProfilesByAccountIdResponse++;
|
| if (buildCounterGetPublisherProfilesByAccountIdResponse < 3) {
|
| - checkUnnamed97(o.profiles);
|
| + checkUnnamed2182(o.profiles);
|
| }
|
| buildCounterGetPublisherProfilesByAccountIdResponse--;
|
| }
|
|
|
| -buildUnnamed98() {
|
| +buildUnnamed2183() {
|
| var o = new core.List<api.ContactInformation>();
|
| o.add(buildContactInformation());
|
| o.add(buildContactInformation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed98(core.List<api.ContactInformation> o) {
|
| +checkUnnamed2183(core.List<api.ContactInformation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContactInformation(o[0]);
|
| checkContactInformation(o[1]);
|
| }
|
|
|
| -buildUnnamed99() {
|
| +buildUnnamed2184() {
|
| var o = new core.List<api.SharedTargeting>();
|
| o.add(buildSharedTargeting());
|
| o.add(buildSharedTargeting());
|
| return o;
|
| }
|
|
|
| -checkUnnamed99(core.List<api.SharedTargeting> o) {
|
| +checkUnnamed2184(core.List<api.SharedTargeting> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSharedTargeting(o[0]);
|
| checkSharedTargeting(o[1]);
|
| @@ -1856,8 +1856,8 @@ buildMarketplaceDeal() {
|
| o.productRevisionNumber = "foo";
|
| o.programmaticCreativeSource = "foo";
|
| o.proposalId = "foo";
|
| - o.sellerContacts = buildUnnamed98();
|
| - o.sharedTargetings = buildUnnamed99();
|
| + o.sellerContacts = buildUnnamed2183();
|
| + o.sharedTargetings = buildUnnamed2184();
|
| o.syndicationProduct = "foo";
|
| o.terms = buildDealTerms();
|
| o.webPropertyCode = "foo";
|
| @@ -1887,8 +1887,8 @@ checkMarketplaceDeal(api.MarketplaceDeal o) {
|
| unittest.expect(o.productRevisionNumber, unittest.equals('foo'));
|
| unittest.expect(o.programmaticCreativeSource, unittest.equals('foo'));
|
| unittest.expect(o.proposalId, unittest.equals('foo'));
|
| - checkUnnamed98(o.sellerContacts);
|
| - checkUnnamed99(o.sharedTargetings);
|
| + checkUnnamed2183(o.sellerContacts);
|
| + checkUnnamed2184(o.sharedTargetings);
|
| unittest.expect(o.syndicationProduct, unittest.equals('foo'));
|
| checkDealTerms(o.terms);
|
| unittest.expect(o.webPropertyCode, unittest.equals('foo'));
|
| @@ -1975,53 +1975,53 @@ checkMarketplaceNote(api.MarketplaceNote o) {
|
| buildCounterMarketplaceNote--;
|
| }
|
|
|
| -buildUnnamed100() {
|
| +buildUnnamed2185() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed100(core.List<core.Object> o) {
|
| +checkUnnamed2185(core.List<core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted1 = (o[0]) as core.Map; unittest.expect(casted1, unittest.hasLength(3)); unittest.expect(casted1["list"], unittest.equals([1, 2, 3])); unittest.expect(casted1["bool"], unittest.equals(true)); unittest.expect(casted1["string"], unittest.equals('foo'));
|
| var casted2 = (o[1]) as core.Map; unittest.expect(casted2, unittest.hasLength(3)); unittest.expect(casted2["list"], unittest.equals([1, 2, 3])); unittest.expect(casted2["bool"], unittest.equals(true)); unittest.expect(casted2["string"], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed101() {
|
| +buildUnnamed2186() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed101(core.List<core.Object> o) {
|
| +checkUnnamed2186(core.List<core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted3 = (o[0]) as core.Map; unittest.expect(casted3, unittest.hasLength(3)); unittest.expect(casted3["list"], unittest.equals([1, 2, 3])); unittest.expect(casted3["bool"], unittest.equals(true)); unittest.expect(casted3["string"], unittest.equals('foo'));
|
| var casted4 = (o[1]) as core.Map; unittest.expect(casted4, unittest.hasLength(3)); unittest.expect(casted4["list"], unittest.equals([1, 2, 3])); unittest.expect(casted4["bool"], unittest.equals(true)); unittest.expect(casted4["string"], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed102() {
|
| +buildUnnamed2187() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed102(core.List<core.Object> o) {
|
| +checkUnnamed2187(core.List<core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted5 = (o[0]) as core.Map; unittest.expect(casted5, unittest.hasLength(3)); unittest.expect(casted5["list"], unittest.equals([1, 2, 3])); unittest.expect(casted5["bool"], unittest.equals(true)); unittest.expect(casted5["string"], unittest.equals('foo'));
|
| var casted6 = (o[1]) as core.Map; unittest.expect(casted6, unittest.hasLength(3)); unittest.expect(casted6["list"], unittest.equals([1, 2, 3])); unittest.expect(casted6["bool"], unittest.equals(true)); unittest.expect(casted6["string"], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed103() {
|
| +buildUnnamed2188() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed103(core.List<core.Object> o) {
|
| +checkUnnamed2188(core.List<core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted7 = (o[0]) as core.Map; unittest.expect(casted7, unittest.hasLength(3)); unittest.expect(casted7["list"], unittest.equals([1, 2, 3])); unittest.expect(casted7["bool"], unittest.equals(true)); unittest.expect(casted7["string"], unittest.equals('foo'));
|
| var casted8 = (o[1]) as core.Map; unittest.expect(casted8, unittest.hasLength(3)); unittest.expect(casted8["list"], unittest.equals([1, 2, 3])); unittest.expect(casted8["bool"], unittest.equals(true)); unittest.expect(casted8["string"], unittest.equals('foo'));
|
| @@ -2034,11 +2034,11 @@ buildPerformanceReport() {
|
| if (buildCounterPerformanceReport < 3) {
|
| o.bidRate = 42.0;
|
| o.bidRequestRate = 42.0;
|
| - o.calloutStatusRate = buildUnnamed100();
|
| - o.cookieMatcherStatusRate = buildUnnamed101();
|
| - o.creativeStatusRate = buildUnnamed102();
|
| + o.calloutStatusRate = buildUnnamed2185();
|
| + o.cookieMatcherStatusRate = buildUnnamed2186();
|
| + o.creativeStatusRate = buildUnnamed2187();
|
| o.filteredBidRate = 42.0;
|
| - o.hostedMatchStatusRate = buildUnnamed103();
|
| + o.hostedMatchStatusRate = buildUnnamed2188();
|
| o.inventoryMatchRate = 42.0;
|
| o.kind = "foo";
|
| o.latency50thPercentile = 42.0;
|
| @@ -2064,11 +2064,11 @@ checkPerformanceReport(api.PerformanceReport o) {
|
| if (buildCounterPerformanceReport < 3) {
|
| unittest.expect(o.bidRate, unittest.equals(42.0));
|
| unittest.expect(o.bidRequestRate, unittest.equals(42.0));
|
| - checkUnnamed100(o.calloutStatusRate);
|
| - checkUnnamed101(o.cookieMatcherStatusRate);
|
| - checkUnnamed102(o.creativeStatusRate);
|
| + checkUnnamed2185(o.calloutStatusRate);
|
| + checkUnnamed2186(o.cookieMatcherStatusRate);
|
| + checkUnnamed2187(o.creativeStatusRate);
|
| unittest.expect(o.filteredBidRate, unittest.equals(42.0));
|
| - checkUnnamed103(o.hostedMatchStatusRate);
|
| + checkUnnamed2188(o.hostedMatchStatusRate);
|
| unittest.expect(o.inventoryMatchRate, unittest.equals(42.0));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.latency50thPercentile, unittest.equals(42.0));
|
| @@ -2088,14 +2088,14 @@ checkPerformanceReport(api.PerformanceReport o) {
|
| buildCounterPerformanceReport--;
|
| }
|
|
|
| -buildUnnamed104() {
|
| +buildUnnamed2189() {
|
| var o = new core.List<api.PerformanceReport>();
|
| o.add(buildPerformanceReport());
|
| o.add(buildPerformanceReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed104(core.List<api.PerformanceReport> o) {
|
| +checkUnnamed2189(core.List<api.PerformanceReport> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPerformanceReport(o[0]);
|
| checkPerformanceReport(o[1]);
|
| @@ -2107,7 +2107,7 @@ buildPerformanceReportList() {
|
| buildCounterPerformanceReportList++;
|
| if (buildCounterPerformanceReportList < 3) {
|
| o.kind = "foo";
|
| - o.performanceReport = buildUnnamed104();
|
| + o.performanceReport = buildUnnamed2189();
|
| }
|
| buildCounterPerformanceReportList--;
|
| return o;
|
| @@ -2117,19 +2117,19 @@ checkPerformanceReportList(api.PerformanceReportList o) {
|
| buildCounterPerformanceReportList++;
|
| if (buildCounterPerformanceReportList < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed104(o.performanceReport);
|
| + checkUnnamed2189(o.performanceReport);
|
| }
|
| buildCounterPerformanceReportList--;
|
| }
|
|
|
| -buildUnnamed105() {
|
| +buildUnnamed2190() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed105(core.List<core.String> o) {
|
| +checkUnnamed2190(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'));
|
| @@ -2156,40 +2156,40 @@ checkPretargetingConfigDimensions(api.PretargetingConfigDimensions o) {
|
| buildCounterPretargetingConfigDimensions--;
|
| }
|
|
|
| -buildUnnamed106() {
|
| +buildUnnamed2191() {
|
| var o = new core.List<api.PretargetingConfigDimensions>();
|
| o.add(buildPretargetingConfigDimensions());
|
| o.add(buildPretargetingConfigDimensions());
|
| return o;
|
| }
|
|
|
| -checkUnnamed106(core.List<api.PretargetingConfigDimensions> o) {
|
| +checkUnnamed2191(core.List<api.PretargetingConfigDimensions> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfigDimensions(o[0]);
|
| checkPretargetingConfigDimensions(o[1]);
|
| }
|
|
|
| -buildUnnamed107() {
|
| +buildUnnamed2192() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed107(core.List<core.String> o) {
|
| +checkUnnamed2192(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'));
|
| }
|
|
|
| -buildUnnamed108() {
|
| +buildUnnamed2193() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed108(core.List<core.String> o) {
|
| +checkUnnamed2193(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'));
|
| @@ -2216,105 +2216,105 @@ checkPretargetingConfigExcludedPlacements(api.PretargetingConfigExcludedPlacemen
|
| buildCounterPretargetingConfigExcludedPlacements--;
|
| }
|
|
|
| -buildUnnamed109() {
|
| +buildUnnamed2194() {
|
| var o = new core.List<api.PretargetingConfigExcludedPlacements>();
|
| o.add(buildPretargetingConfigExcludedPlacements());
|
| o.add(buildPretargetingConfigExcludedPlacements());
|
| return o;
|
| }
|
|
|
| -checkUnnamed109(core.List<api.PretargetingConfigExcludedPlacements> o) {
|
| +checkUnnamed2194(core.List<api.PretargetingConfigExcludedPlacements> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfigExcludedPlacements(o[0]);
|
| checkPretargetingConfigExcludedPlacements(o[1]);
|
| }
|
|
|
| -buildUnnamed110() {
|
| +buildUnnamed2195() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed110(core.List<core.String> o) {
|
| +checkUnnamed2195(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'));
|
| }
|
|
|
| -buildUnnamed111() {
|
| +buildUnnamed2196() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed111(core.List<core.String> o) {
|
| +checkUnnamed2196(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'));
|
| }
|
|
|
| -buildUnnamed112() {
|
| +buildUnnamed2197() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed112(core.List<core.String> o) {
|
| +checkUnnamed2197(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'));
|
| }
|
|
|
| -buildUnnamed113() {
|
| +buildUnnamed2198() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed113(core.List<core.String> o) {
|
| +checkUnnamed2198(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'));
|
| }
|
|
|
| -buildUnnamed114() {
|
| +buildUnnamed2199() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed114(core.List<core.String> o) {
|
| +checkUnnamed2199(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'));
|
| }
|
|
|
| -buildUnnamed115() {
|
| +buildUnnamed2200() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed115(core.List<core.String> o) {
|
| +checkUnnamed2200(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'));
|
| }
|
|
|
| -buildUnnamed116() {
|
| +buildUnnamed2201() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed116(core.List<core.String> o) {
|
| +checkUnnamed2201(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'));
|
| @@ -2341,79 +2341,79 @@ checkPretargetingConfigPlacements(api.PretargetingConfigPlacements o) {
|
| buildCounterPretargetingConfigPlacements--;
|
| }
|
|
|
| -buildUnnamed117() {
|
| +buildUnnamed2202() {
|
| var o = new core.List<api.PretargetingConfigPlacements>();
|
| o.add(buildPretargetingConfigPlacements());
|
| o.add(buildPretargetingConfigPlacements());
|
| return o;
|
| }
|
|
|
| -checkUnnamed117(core.List<api.PretargetingConfigPlacements> o) {
|
| +checkUnnamed2202(core.List<api.PretargetingConfigPlacements> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfigPlacements(o[0]);
|
| checkPretargetingConfigPlacements(o[1]);
|
| }
|
|
|
| -buildUnnamed118() {
|
| +buildUnnamed2203() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed118(core.List<core.String> o) {
|
| +checkUnnamed2203(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'));
|
| }
|
|
|
| -buildUnnamed119() {
|
| +buildUnnamed2204() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed119(core.List<core.String> o) {
|
| +checkUnnamed2204(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'));
|
| }
|
|
|
| -buildUnnamed120() {
|
| +buildUnnamed2205() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed120(core.List<core.String> o) {
|
| +checkUnnamed2205(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'));
|
| }
|
|
|
| -buildUnnamed121() {
|
| +buildUnnamed2206() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed121(core.List<core.String> o) {
|
| +checkUnnamed2206(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'));
|
| }
|
|
|
| -buildUnnamed122() {
|
| +buildUnnamed2207() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed122(core.List<core.String> o) {
|
| +checkUnnamed2207(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'));
|
| @@ -2442,14 +2442,14 @@ checkPretargetingConfigVideoPlayerSizes(api.PretargetingConfigVideoPlayerSizes o
|
| buildCounterPretargetingConfigVideoPlayerSizes--;
|
| }
|
|
|
| -buildUnnamed123() {
|
| +buildUnnamed2208() {
|
| var o = new core.List<api.PretargetingConfigVideoPlayerSizes>();
|
| o.add(buildPretargetingConfigVideoPlayerSizes());
|
| o.add(buildPretargetingConfigVideoPlayerSizes());
|
| return o;
|
| }
|
|
|
| -checkUnnamed123(core.List<api.PretargetingConfigVideoPlayerSizes> o) {
|
| +checkUnnamed2208(core.List<api.PretargetingConfigVideoPlayerSizes> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfigVideoPlayerSizes(o[0]);
|
| checkPretargetingConfigVideoPlayerSizes(o[1]);
|
| @@ -2463,27 +2463,27 @@ buildPretargetingConfig() {
|
| o.billingId = "foo";
|
| o.configId = "foo";
|
| o.configName = "foo";
|
| - o.creativeType = buildUnnamed105();
|
| - o.dimensions = buildUnnamed106();
|
| - o.excludedContentLabels = buildUnnamed107();
|
| - o.excludedGeoCriteriaIds = buildUnnamed108();
|
| - o.excludedPlacements = buildUnnamed109();
|
| - o.excludedUserLists = buildUnnamed110();
|
| - o.excludedVerticals = buildUnnamed111();
|
| - o.geoCriteriaIds = buildUnnamed112();
|
| + o.creativeType = buildUnnamed2190();
|
| + o.dimensions = buildUnnamed2191();
|
| + o.excludedContentLabels = buildUnnamed2192();
|
| + o.excludedGeoCriteriaIds = buildUnnamed2193();
|
| + o.excludedPlacements = buildUnnamed2194();
|
| + o.excludedUserLists = buildUnnamed2195();
|
| + o.excludedVerticals = buildUnnamed2196();
|
| + o.geoCriteriaIds = buildUnnamed2197();
|
| o.isActive = true;
|
| o.kind = "foo";
|
| - o.languages = buildUnnamed113();
|
| - o.mobileCarriers = buildUnnamed114();
|
| - o.mobileDevices = buildUnnamed115();
|
| - o.mobileOperatingSystemVersions = buildUnnamed116();
|
| - o.placements = buildUnnamed117();
|
| - o.platforms = buildUnnamed118();
|
| - o.supportedCreativeAttributes = buildUnnamed119();
|
| - o.userLists = buildUnnamed120();
|
| - o.vendorTypes = buildUnnamed121();
|
| - o.verticals = buildUnnamed122();
|
| - o.videoPlayerSizes = buildUnnamed123();
|
| + o.languages = buildUnnamed2198();
|
| + o.mobileCarriers = buildUnnamed2199();
|
| + o.mobileDevices = buildUnnamed2200();
|
| + o.mobileOperatingSystemVersions = buildUnnamed2201();
|
| + o.placements = buildUnnamed2202();
|
| + o.platforms = buildUnnamed2203();
|
| + o.supportedCreativeAttributes = buildUnnamed2204();
|
| + o.userLists = buildUnnamed2205();
|
| + o.vendorTypes = buildUnnamed2206();
|
| + o.verticals = buildUnnamed2207();
|
| + o.videoPlayerSizes = buildUnnamed2208();
|
| }
|
| buildCounterPretargetingConfig--;
|
| return o;
|
| @@ -2495,39 +2495,39 @@ checkPretargetingConfig(api.PretargetingConfig o) {
|
| unittest.expect(o.billingId, unittest.equals('foo'));
|
| unittest.expect(o.configId, unittest.equals('foo'));
|
| unittest.expect(o.configName, unittest.equals('foo'));
|
| - checkUnnamed105(o.creativeType);
|
| - checkUnnamed106(o.dimensions);
|
| - checkUnnamed107(o.excludedContentLabels);
|
| - checkUnnamed108(o.excludedGeoCriteriaIds);
|
| - checkUnnamed109(o.excludedPlacements);
|
| - checkUnnamed110(o.excludedUserLists);
|
| - checkUnnamed111(o.excludedVerticals);
|
| - checkUnnamed112(o.geoCriteriaIds);
|
| + checkUnnamed2190(o.creativeType);
|
| + checkUnnamed2191(o.dimensions);
|
| + checkUnnamed2192(o.excludedContentLabels);
|
| + checkUnnamed2193(o.excludedGeoCriteriaIds);
|
| + checkUnnamed2194(o.excludedPlacements);
|
| + checkUnnamed2195(o.excludedUserLists);
|
| + checkUnnamed2196(o.excludedVerticals);
|
| + checkUnnamed2197(o.geoCriteriaIds);
|
| unittest.expect(o.isActive, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed113(o.languages);
|
| - checkUnnamed114(o.mobileCarriers);
|
| - checkUnnamed115(o.mobileDevices);
|
| - checkUnnamed116(o.mobileOperatingSystemVersions);
|
| - checkUnnamed117(o.placements);
|
| - checkUnnamed118(o.platforms);
|
| - checkUnnamed119(o.supportedCreativeAttributes);
|
| - checkUnnamed120(o.userLists);
|
| - checkUnnamed121(o.vendorTypes);
|
| - checkUnnamed122(o.verticals);
|
| - checkUnnamed123(o.videoPlayerSizes);
|
| + checkUnnamed2198(o.languages);
|
| + checkUnnamed2199(o.mobileCarriers);
|
| + checkUnnamed2200(o.mobileDevices);
|
| + checkUnnamed2201(o.mobileOperatingSystemVersions);
|
| + checkUnnamed2202(o.placements);
|
| + checkUnnamed2203(o.platforms);
|
| + checkUnnamed2204(o.supportedCreativeAttributes);
|
| + checkUnnamed2205(o.userLists);
|
| + checkUnnamed2206(o.vendorTypes);
|
| + checkUnnamed2207(o.verticals);
|
| + checkUnnamed2208(o.videoPlayerSizes);
|
| }
|
| buildCounterPretargetingConfig--;
|
| }
|
|
|
| -buildUnnamed124() {
|
| +buildUnnamed2209() {
|
| var o = new core.List<api.PretargetingConfig>();
|
| o.add(buildPretargetingConfig());
|
| o.add(buildPretargetingConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed124(core.List<api.PretargetingConfig> o) {
|
| +checkUnnamed2209(core.List<api.PretargetingConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfig(o[0]);
|
| checkPretargetingConfig(o[1]);
|
| @@ -2538,7 +2538,7 @@ buildPretargetingConfigList() {
|
| var o = new api.PretargetingConfigList();
|
| buildCounterPretargetingConfigList++;
|
| if (buildCounterPretargetingConfigList < 3) {
|
| - o.items = buildUnnamed124();
|
| + o.items = buildUnnamed2209();
|
| o.kind = "foo";
|
| }
|
| buildCounterPretargetingConfigList--;
|
| @@ -2548,7 +2548,7 @@ buildPretargetingConfigList() {
|
| checkPretargetingConfigList(api.PretargetingConfigList o) {
|
| buildCounterPretargetingConfigList++;
|
| if (buildCounterPretargetingConfigList < 3) {
|
| - checkUnnamed124(o.items);
|
| + checkUnnamed2209(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterPretargetingConfigList--;
|
| @@ -2621,40 +2621,40 @@ checkPrivateData(api.PrivateData o) {
|
| buildCounterPrivateData--;
|
| }
|
|
|
| -buildUnnamed125() {
|
| +buildUnnamed2210() {
|
| var o = new core.List<api.ContactInformation>();
|
| o.add(buildContactInformation());
|
| o.add(buildContactInformation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed125(core.List<api.ContactInformation> o) {
|
| +checkUnnamed2210(core.List<api.ContactInformation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContactInformation(o[0]);
|
| checkContactInformation(o[1]);
|
| }
|
|
|
| -buildUnnamed126() {
|
| +buildUnnamed2211() {
|
| var o = new core.List<api.MarketplaceLabel>();
|
| o.add(buildMarketplaceLabel());
|
| o.add(buildMarketplaceLabel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed126(core.List<api.MarketplaceLabel> o) {
|
| +checkUnnamed2211(core.List<api.MarketplaceLabel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceLabel(o[0]);
|
| checkMarketplaceLabel(o[1]);
|
| }
|
|
|
| -buildUnnamed127() {
|
| +buildUnnamed2212() {
|
| var o = new core.List<api.SharedTargeting>();
|
| o.add(buildSharedTargeting());
|
| o.add(buildSharedTargeting());
|
| return o;
|
| }
|
|
|
| -checkUnnamed127(core.List<api.SharedTargeting> o) {
|
| +checkUnnamed2212(core.List<api.SharedTargeting> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSharedTargeting(o[0]);
|
| checkSharedTargeting(o[1]);
|
| @@ -2666,14 +2666,14 @@ buildProduct() {
|
| buildCounterProduct++;
|
| if (buildCounterProduct < 3) {
|
| o.creationTimeMs = "foo";
|
| - o.creatorContacts = buildUnnamed125();
|
| + o.creatorContacts = buildUnnamed2210();
|
| o.deliveryControl = buildDeliveryControl();
|
| o.flightEndTimeMs = "foo";
|
| o.flightStartTimeMs = "foo";
|
| o.hasCreatorSignedOff = true;
|
| o.inventorySource = "foo";
|
| o.kind = "foo";
|
| - o.labels = buildUnnamed126();
|
| + o.labels = buildUnnamed2211();
|
| o.lastUpdateTimeMs = "foo";
|
| o.legacyOfferId = "foo";
|
| o.name = "foo";
|
| @@ -2683,7 +2683,7 @@ buildProduct() {
|
| o.publisherProvidedForecast = buildPublisherProvidedForecast();
|
| o.revisionNumber = "foo";
|
| o.seller = buildSeller();
|
| - o.sharedTargetings = buildUnnamed127();
|
| + o.sharedTargetings = buildUnnamed2212();
|
| o.state = "foo";
|
| o.syndicationProduct = "foo";
|
| o.terms = buildDealTerms();
|
| @@ -2697,14 +2697,14 @@ checkProduct(api.Product o) {
|
| buildCounterProduct++;
|
| if (buildCounterProduct < 3) {
|
| unittest.expect(o.creationTimeMs, unittest.equals('foo'));
|
| - checkUnnamed125(o.creatorContacts);
|
| + checkUnnamed2210(o.creatorContacts);
|
| checkDeliveryControl(o.deliveryControl);
|
| unittest.expect(o.flightEndTimeMs, unittest.equals('foo'));
|
| unittest.expect(o.flightStartTimeMs, unittest.equals('foo'));
|
| unittest.expect(o.hasCreatorSignedOff, unittest.isTrue);
|
| unittest.expect(o.inventorySource, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed126(o.labels);
|
| + checkUnnamed2211(o.labels);
|
| unittest.expect(o.lastUpdateTimeMs, unittest.equals('foo'));
|
| unittest.expect(o.legacyOfferId, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -2714,7 +2714,7 @@ checkProduct(api.Product o) {
|
| checkPublisherProvidedForecast(o.publisherProvidedForecast);
|
| unittest.expect(o.revisionNumber, unittest.equals('foo'));
|
| checkSeller(o.seller);
|
| - checkUnnamed127(o.sharedTargetings);
|
| + checkUnnamed2212(o.sharedTargetings);
|
| unittest.expect(o.state, unittest.equals('foo'));
|
| unittest.expect(o.syndicationProduct, unittest.equals('foo'));
|
| checkDealTerms(o.terms);
|
| @@ -2723,40 +2723,40 @@ checkProduct(api.Product o) {
|
| buildCounterProduct--;
|
| }
|
|
|
| -buildUnnamed128() {
|
| +buildUnnamed2213() {
|
| var o = new core.List<api.ContactInformation>();
|
| o.add(buildContactInformation());
|
| o.add(buildContactInformation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed128(core.List<api.ContactInformation> o) {
|
| +checkUnnamed2213(core.List<api.ContactInformation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContactInformation(o[0]);
|
| checkContactInformation(o[1]);
|
| }
|
|
|
| -buildUnnamed129() {
|
| +buildUnnamed2214() {
|
| var o = new core.List<api.MarketplaceLabel>();
|
| o.add(buildMarketplaceLabel());
|
| o.add(buildMarketplaceLabel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed129(core.List<api.MarketplaceLabel> o) {
|
| +checkUnnamed2214(core.List<api.MarketplaceLabel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceLabel(o[0]);
|
| checkMarketplaceLabel(o[1]);
|
| }
|
|
|
| -buildUnnamed130() {
|
| +buildUnnamed2215() {
|
| var o = new core.List<api.ContactInformation>();
|
| o.add(buildContactInformation());
|
| o.add(buildContactInformation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed130(core.List<api.ContactInformation> o) {
|
| +checkUnnamed2215(core.List<api.ContactInformation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContactInformation(o[0]);
|
| checkContactInformation(o[1]);
|
| @@ -2769,7 +2769,7 @@ buildProposal() {
|
| if (buildCounterProposal < 3) {
|
| o.billedBuyer = buildBuyer();
|
| o.buyer = buildBuyer();
|
| - o.buyerContacts = buildUnnamed128();
|
| + o.buyerContacts = buildUnnamed2213();
|
| o.buyerPrivateData = buildPrivateData();
|
| o.hasBuyerSignedOff = true;
|
| o.hasSellerSignedOff = true;
|
| @@ -2777,7 +2777,7 @@ buildProposal() {
|
| o.isRenegotiating = true;
|
| o.isSetupComplete = true;
|
| o.kind = "foo";
|
| - o.labels = buildUnnamed129();
|
| + o.labels = buildUnnamed2214();
|
| o.lastUpdaterOrCommentorRole = "foo";
|
| o.name = "foo";
|
| o.negotiationId = "foo";
|
| @@ -2788,7 +2788,7 @@ buildProposal() {
|
| o.revisionNumber = "foo";
|
| o.revisionTimeMs = "foo";
|
| o.seller = buildSeller();
|
| - o.sellerContacts = buildUnnamed130();
|
| + o.sellerContacts = buildUnnamed2215();
|
| }
|
| buildCounterProposal--;
|
| return o;
|
| @@ -2799,7 +2799,7 @@ checkProposal(api.Proposal o) {
|
| if (buildCounterProposal < 3) {
|
| checkBuyer(o.billedBuyer);
|
| checkBuyer(o.buyer);
|
| - checkUnnamed128(o.buyerContacts);
|
| + checkUnnamed2213(o.buyerContacts);
|
| checkPrivateData(o.buyerPrivateData);
|
| unittest.expect(o.hasBuyerSignedOff, unittest.isTrue);
|
| unittest.expect(o.hasSellerSignedOff, unittest.isTrue);
|
| @@ -2807,7 +2807,7 @@ checkProposal(api.Proposal o) {
|
| unittest.expect(o.isRenegotiating, unittest.isTrue);
|
| unittest.expect(o.isSetupComplete, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed129(o.labels);
|
| + checkUnnamed2214(o.labels);
|
| unittest.expect(o.lastUpdaterOrCommentorRole, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.negotiationId, unittest.equals('foo'));
|
| @@ -2818,32 +2818,32 @@ checkProposal(api.Proposal o) {
|
| unittest.expect(o.revisionNumber, unittest.equals('foo'));
|
| unittest.expect(o.revisionTimeMs, unittest.equals('foo'));
|
| checkSeller(o.seller);
|
| - checkUnnamed130(o.sellerContacts);
|
| + checkUnnamed2215(o.sellerContacts);
|
| }
|
| buildCounterProposal--;
|
| }
|
|
|
| -buildUnnamed131() {
|
| +buildUnnamed2216() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed131(core.List<core.String> o) {
|
| +checkUnnamed2216(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'));
|
| }
|
|
|
| -buildUnnamed132() {
|
| +buildUnnamed2217() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed132(core.List<core.String> o) {
|
| +checkUnnamed2217(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'));
|
| @@ -2869,14 +2869,14 @@ buildPublisherProfileApiProto() {
|
| o.overview = "foo";
|
| o.profileId = 42;
|
| o.programmaticContact = "foo";
|
| - o.publisherDomains = buildUnnamed131();
|
| + o.publisherDomains = buildUnnamed2216();
|
| o.publisherProfileId = "foo";
|
| o.publisherProvidedForecast = buildPublisherProvidedForecast();
|
| o.rateCardInfoLink = "foo";
|
| o.samplePageLink = "foo";
|
| o.seller = buildSeller();
|
| o.state = "foo";
|
| - o.topHeadlines = buildUnnamed132();
|
| + o.topHeadlines = buildUnnamed2217();
|
| }
|
| buildCounterPublisherProfileApiProto--;
|
| return o;
|
| @@ -2900,26 +2900,26 @@ checkPublisherProfileApiProto(api.PublisherProfileApiProto o) {
|
| unittest.expect(o.overview, unittest.equals('foo'));
|
| unittest.expect(o.profileId, unittest.equals(42));
|
| unittest.expect(o.programmaticContact, unittest.equals('foo'));
|
| - checkUnnamed131(o.publisherDomains);
|
| + checkUnnamed2216(o.publisherDomains);
|
| unittest.expect(o.publisherProfileId, unittest.equals('foo'));
|
| checkPublisherProvidedForecast(o.publisherProvidedForecast);
|
| unittest.expect(o.rateCardInfoLink, unittest.equals('foo'));
|
| unittest.expect(o.samplePageLink, unittest.equals('foo'));
|
| checkSeller(o.seller);
|
| unittest.expect(o.state, unittest.equals('foo'));
|
| - checkUnnamed132(o.topHeadlines);
|
| + checkUnnamed2217(o.topHeadlines);
|
| }
|
| buildCounterPublisherProfileApiProto--;
|
| }
|
|
|
| -buildUnnamed133() {
|
| +buildUnnamed2218() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed133(core.List<api.Dimension> o) {
|
| +checkUnnamed2218(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| @@ -2930,7 +2930,7 @@ buildPublisherProvidedForecast() {
|
| var o = new api.PublisherProvidedForecast();
|
| buildCounterPublisherProvidedForecast++;
|
| if (buildCounterPublisherProvidedForecast < 3) {
|
| - o.dimensions = buildUnnamed133();
|
| + o.dimensions = buildUnnamed2218();
|
| o.weeklyImpressions = "foo";
|
| o.weeklyUniques = "foo";
|
| }
|
| @@ -2941,7 +2941,7 @@ buildPublisherProvidedForecast() {
|
| checkPublisherProvidedForecast(api.PublisherProvidedForecast o) {
|
| buildCounterPublisherProvidedForecast++;
|
| if (buildCounterPublisherProvidedForecast < 3) {
|
| - checkUnnamed133(o.dimensions);
|
| + checkUnnamed2218(o.dimensions);
|
| unittest.expect(o.weeklyImpressions, unittest.equals('foo'));
|
| unittest.expect(o.weeklyUniques, unittest.equals('foo'));
|
| }
|
| @@ -2969,27 +2969,27 @@ checkSeller(api.Seller o) {
|
| buildCounterSeller--;
|
| }
|
|
|
| -buildUnnamed134() {
|
| +buildUnnamed2219() {
|
| var o = new core.List<api.TargetingValue>();
|
| o.add(buildTargetingValue());
|
| o.add(buildTargetingValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed134(core.List<api.TargetingValue> o) {
|
| +checkUnnamed2219(core.List<api.TargetingValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetingValue(o[0]);
|
| checkTargetingValue(o[1]);
|
| }
|
|
|
| -buildUnnamed135() {
|
| +buildUnnamed2220() {
|
| var o = new core.List<api.TargetingValue>();
|
| o.add(buildTargetingValue());
|
| o.add(buildTargetingValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed135(core.List<api.TargetingValue> o) {
|
| +checkUnnamed2220(core.List<api.TargetingValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetingValue(o[0]);
|
| checkTargetingValue(o[1]);
|
| @@ -3000,8 +3000,8 @@ buildSharedTargeting() {
|
| var o = new api.SharedTargeting();
|
| buildCounterSharedTargeting++;
|
| if (buildCounterSharedTargeting < 3) {
|
| - o.exclusions = buildUnnamed134();
|
| - o.inclusions = buildUnnamed135();
|
| + o.exclusions = buildUnnamed2219();
|
| + o.inclusions = buildUnnamed2220();
|
| o.key = "foo";
|
| }
|
| buildCounterSharedTargeting--;
|
| @@ -3011,8 +3011,8 @@ buildSharedTargeting() {
|
| checkSharedTargeting(api.SharedTargeting o) {
|
| buildCounterSharedTargeting++;
|
| if (buildCounterSharedTargeting < 3) {
|
| - checkUnnamed134(o.exclusions);
|
| - checkUnnamed135(o.inclusions);
|
| + checkUnnamed2219(o.exclusions);
|
| + checkUnnamed2220(o.inclusions);
|
| unittest.expect(o.key, unittest.equals('foo'));
|
| }
|
| buildCounterSharedTargeting--;
|
| @@ -3043,14 +3043,14 @@ checkTargetingValue(api.TargetingValue o) {
|
| buildCounterTargetingValue--;
|
| }
|
|
|
| -buildUnnamed136() {
|
| +buildUnnamed2221() {
|
| var o = new core.List<api.TargetingValueSize>();
|
| o.add(buildTargetingValueSize());
|
| o.add(buildTargetingValueSize());
|
| return o;
|
| }
|
|
|
| -checkUnnamed136(core.List<api.TargetingValueSize> o) {
|
| +checkUnnamed2221(core.List<api.TargetingValueSize> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetingValueSize(o[0]);
|
| checkTargetingValueSize(o[1]);
|
| @@ -3061,7 +3061,7 @@ buildTargetingValueCreativeSize() {
|
| var o = new api.TargetingValueCreativeSize();
|
| buildCounterTargetingValueCreativeSize++;
|
| if (buildCounterTargetingValueCreativeSize < 3) {
|
| - o.companionSizes = buildUnnamed136();
|
| + o.companionSizes = buildUnnamed2221();
|
| o.creativeSizeType = "foo";
|
| o.size = buildTargetingValueSize();
|
| o.skippableAdType = "foo";
|
| @@ -3073,7 +3073,7 @@ buildTargetingValueCreativeSize() {
|
| checkTargetingValueCreativeSize(api.TargetingValueCreativeSize o) {
|
| buildCounterTargetingValueCreativeSize++;
|
| if (buildCounterTargetingValueCreativeSize < 3) {
|
| - checkUnnamed136(o.companionSizes);
|
| + checkUnnamed2221(o.companionSizes);
|
| unittest.expect(o.creativeSizeType, unittest.equals('foo'));
|
| checkTargetingValueSize(o.size);
|
| unittest.expect(o.skippableAdType, unittest.equals('foo'));
|
| @@ -3081,14 +3081,14 @@ checkTargetingValueCreativeSize(api.TargetingValueCreativeSize o) {
|
| buildCounterTargetingValueCreativeSize--;
|
| }
|
|
|
| -buildUnnamed137() {
|
| +buildUnnamed2222() {
|
| var o = new core.List<api.TargetingValueDayPartTargetingDayPart>();
|
| o.add(buildTargetingValueDayPartTargetingDayPart());
|
| o.add(buildTargetingValueDayPartTargetingDayPart());
|
| return o;
|
| }
|
|
|
| -checkUnnamed137(core.List<api.TargetingValueDayPartTargetingDayPart> o) {
|
| +checkUnnamed2222(core.List<api.TargetingValueDayPartTargetingDayPart> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetingValueDayPartTargetingDayPart(o[0]);
|
| checkTargetingValueDayPartTargetingDayPart(o[1]);
|
| @@ -3099,7 +3099,7 @@ buildTargetingValueDayPartTargeting() {
|
| var o = new api.TargetingValueDayPartTargeting();
|
| buildCounterTargetingValueDayPartTargeting++;
|
| if (buildCounterTargetingValueDayPartTargeting < 3) {
|
| - o.dayParts = buildUnnamed137();
|
| + o.dayParts = buildUnnamed2222();
|
| o.timeZoneType = "foo";
|
| }
|
| buildCounterTargetingValueDayPartTargeting--;
|
| @@ -3109,7 +3109,7 @@ buildTargetingValueDayPartTargeting() {
|
| checkTargetingValueDayPartTargeting(api.TargetingValueDayPartTargeting o) {
|
| buildCounterTargetingValueDayPartTargeting++;
|
| if (buildCounterTargetingValueDayPartTargeting < 3) {
|
| - checkUnnamed137(o.dayParts);
|
| + checkUnnamed2222(o.dayParts);
|
| unittest.expect(o.timeZoneType, unittest.equals('foo'));
|
| }
|
| buildCounterTargetingValueDayPartTargeting--;
|
| @@ -3188,27 +3188,27 @@ checkUpdatePrivateAuctionProposalRequest(api.UpdatePrivateAuctionProposalRequest
|
| buildCounterUpdatePrivateAuctionProposalRequest--;
|
| }
|
|
|
| -buildUnnamed138() {
|
| +buildUnnamed2223() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed138(core.List<core.int> o) {
|
| +checkUnnamed2223(core.List<core.int> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals(42));
|
| unittest.expect(o[1], unittest.equals(42));
|
| }
|
|
|
| -buildUnnamed139() {
|
| +buildUnnamed2224() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed139(core.List<core.String> o) {
|
| +checkUnnamed2224(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'));
|
| @@ -4541,8 +4541,8 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.CreativesResourceApi res = new api.AdexchangebuyerApi(mock).creatives;
|
| - var arg_accountId = buildUnnamed138();
|
| - var arg_buyerCreativeId = buildUnnamed139();
|
| + var arg_accountId = buildUnnamed2223();
|
| + var arg_buyerCreativeId = buildUnnamed2224();
|
| var arg_dealsStatusFilter = "foo";
|
| var arg_maxResults = 42;
|
| var arg_openAuctionStatusFilter = "foo";
|
|
|