| 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 47f936f3c18b3246a4a7fdceac440493b7f5d303..ede23c1c0dfc0700805bf4baf033d0de7539459d 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--;
|
| }
|
|
|
| -buildUnnamed2134() {
|
| +buildUnnamed49() {
|
| var o = new core.List<api.AccountBidderLocation>();
|
| o.add(buildAccountBidderLocation());
|
| o.add(buildAccountBidderLocation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2134(core.List<api.AccountBidderLocation> o) {
|
| +checkUnnamed49(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 = buildUnnamed2134();
|
| + o.bidderLocation = buildUnnamed49();
|
| o.cookieMatchingNid = "foo";
|
| o.cookieMatchingUrl = "foo";
|
| o.id = 42;
|
| @@ -110,7 +110,7 @@ buildAccount() {
|
| checkAccount(api.Account o) {
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| - checkUnnamed2134(o.bidderLocation);
|
| + checkUnnamed49(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--;
|
| }
|
|
|
| -buildUnnamed2135() {
|
| +buildUnnamed50() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2135(core.List<api.Account> o) {
|
| +checkUnnamed50(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 = buildUnnamed2135();
|
| + o.items = buildUnnamed50();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountsList--;
|
| @@ -150,20 +150,20 @@ buildAccountsList() {
|
| checkAccountsList(api.AccountsList o) {
|
| buildCounterAccountsList++;
|
| if (buildCounterAccountsList < 3) {
|
| - checkUnnamed2135(o.items);
|
| + checkUnnamed50(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountsList--;
|
| }
|
|
|
| -buildUnnamed2136() {
|
| +buildUnnamed51() {
|
| var o = new core.List<api.MarketplaceDeal>();
|
| o.add(buildMarketplaceDeal());
|
| o.add(buildMarketplaceDeal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2136(core.List<api.MarketplaceDeal> o) {
|
| +checkUnnamed51(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 = buildUnnamed2136();
|
| + o.deals = buildUnnamed51();
|
| o.proposalRevisionNumber = "foo";
|
| o.updateAction = "foo";
|
| }
|
| @@ -185,21 +185,21 @@ buildAddOrderDealsRequest() {
|
| checkAddOrderDealsRequest(api.AddOrderDealsRequest o) {
|
| buildCounterAddOrderDealsRequest++;
|
| if (buildCounterAddOrderDealsRequest < 3) {
|
| - checkUnnamed2136(o.deals);
|
| + checkUnnamed51(o.deals);
|
| unittest.expect(o.proposalRevisionNumber, unittest.equals('foo'));
|
| unittest.expect(o.updateAction, unittest.equals('foo'));
|
| }
|
| buildCounterAddOrderDealsRequest--;
|
| }
|
|
|
| -buildUnnamed2137() {
|
| +buildUnnamed52() {
|
| var o = new core.List<api.MarketplaceDeal>();
|
| o.add(buildMarketplaceDeal());
|
| o.add(buildMarketplaceDeal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2137(core.List<api.MarketplaceDeal> o) {
|
| +checkUnnamed52(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 = buildUnnamed2137();
|
| + o.deals = buildUnnamed52();
|
| o.proposalRevisionNumber = "foo";
|
| }
|
| buildCounterAddOrderDealsResponse--;
|
| @@ -220,20 +220,20 @@ buildAddOrderDealsResponse() {
|
| checkAddOrderDealsResponse(api.AddOrderDealsResponse o) {
|
| buildCounterAddOrderDealsResponse++;
|
| if (buildCounterAddOrderDealsResponse < 3) {
|
| - checkUnnamed2137(o.deals);
|
| + checkUnnamed52(o.deals);
|
| unittest.expect(o.proposalRevisionNumber, unittest.equals('foo'));
|
| }
|
| buildCounterAddOrderDealsResponse--;
|
| }
|
|
|
| -buildUnnamed2138() {
|
| +buildUnnamed53() {
|
| var o = new core.List<api.MarketplaceNote>();
|
| o.add(buildMarketplaceNote());
|
| o.add(buildMarketplaceNote());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2138(core.List<api.MarketplaceNote> o) {
|
| +checkUnnamed53(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 = buildUnnamed2138();
|
| + o.notes = buildUnnamed53();
|
| }
|
| buildCounterAddOrderNotesRequest--;
|
| return o;
|
| @@ -253,19 +253,19 @@ buildAddOrderNotesRequest() {
|
| checkAddOrderNotesRequest(api.AddOrderNotesRequest o) {
|
| buildCounterAddOrderNotesRequest++;
|
| if (buildCounterAddOrderNotesRequest < 3) {
|
| - checkUnnamed2138(o.notes);
|
| + checkUnnamed53(o.notes);
|
| }
|
| buildCounterAddOrderNotesRequest--;
|
| }
|
|
|
| -buildUnnamed2139() {
|
| +buildUnnamed54() {
|
| var o = new core.List<api.MarketplaceNote>();
|
| o.add(buildMarketplaceNote());
|
| o.add(buildMarketplaceNote());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2139(core.List<api.MarketplaceNote> o) {
|
| +checkUnnamed54(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 = buildUnnamed2139();
|
| + o.notes = buildUnnamed54();
|
| }
|
| buildCounterAddOrderNotesResponse--;
|
| return o;
|
| @@ -285,19 +285,19 @@ buildAddOrderNotesResponse() {
|
| checkAddOrderNotesResponse(api.AddOrderNotesResponse o) {
|
| buildCounterAddOrderNotesResponse++;
|
| if (buildCounterAddOrderNotesResponse < 3) {
|
| - checkUnnamed2139(o.notes);
|
| + checkUnnamed54(o.notes);
|
| }
|
| buildCounterAddOrderNotesResponse--;
|
| }
|
|
|
| -buildUnnamed2140() {
|
| +buildUnnamed55() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2140(core.List<core.String> o) {
|
| +checkUnnamed55(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 = buildUnnamed2140();
|
| + o.billingId = buildUnnamed55();
|
| 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'));
|
| - checkUnnamed2140(o.billingId);
|
| + checkUnnamed55(o.billingId);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBillingInfo--;
|
| }
|
|
|
| -buildUnnamed2141() {
|
| +buildUnnamed56() {
|
| var o = new core.List<api.BillingInfo>();
|
| o.add(buildBillingInfo());
|
| o.add(buildBillingInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2141(core.List<api.BillingInfo> o) {
|
| +checkUnnamed56(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 = buildUnnamed2141();
|
| + o.items = buildUnnamed56();
|
| o.kind = "foo";
|
| }
|
| buildCounterBillingInfoList--;
|
| @@ -356,7 +356,7 @@ buildBillingInfoList() {
|
| checkBillingInfoList(api.BillingInfoList o) {
|
| buildCounterBillingInfoList++;
|
| if (buildCounterBillingInfoList < 3) {
|
| - checkUnnamed2141(o.items);
|
| + checkUnnamed56(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBillingInfoList--;
|
| @@ -431,14 +431,14 @@ checkContactInformation(api.ContactInformation o) {
|
| buildCounterContactInformation--;
|
| }
|
|
|
| -buildUnnamed2142() {
|
| +buildUnnamed57() {
|
| var o = new core.List<api.Proposal>();
|
| o.add(buildProposal());
|
| o.add(buildProposal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2142(core.List<api.Proposal> o) {
|
| +checkUnnamed57(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 = buildUnnamed2142();
|
| + o.proposals = buildUnnamed57();
|
| o.webPropertyCode = "foo";
|
| }
|
| buildCounterCreateOrdersRequest--;
|
| @@ -459,20 +459,20 @@ buildCreateOrdersRequest() {
|
| checkCreateOrdersRequest(api.CreateOrdersRequest o) {
|
| buildCounterCreateOrdersRequest++;
|
| if (buildCounterCreateOrdersRequest < 3) {
|
| - checkUnnamed2142(o.proposals);
|
| + checkUnnamed57(o.proposals);
|
| unittest.expect(o.webPropertyCode, unittest.equals('foo'));
|
| }
|
| buildCounterCreateOrdersRequest--;
|
| }
|
|
|
| -buildUnnamed2143() {
|
| +buildUnnamed58() {
|
| var o = new core.List<api.Proposal>();
|
| o.add(buildProposal());
|
| o.add(buildProposal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2143(core.List<api.Proposal> o) {
|
| +checkUnnamed58(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 = buildUnnamed2143();
|
| + o.proposals = buildUnnamed58();
|
| }
|
| buildCounterCreateOrdersResponse--;
|
| return o;
|
| @@ -492,84 +492,84 @@ buildCreateOrdersResponse() {
|
| checkCreateOrdersResponse(api.CreateOrdersResponse o) {
|
| buildCounterCreateOrdersResponse++;
|
| if (buildCounterCreateOrdersResponse < 3) {
|
| - checkUnnamed2143(o.proposals);
|
| + checkUnnamed58(o.proposals);
|
| }
|
| buildCounterCreateOrdersResponse--;
|
| }
|
|
|
| -buildUnnamed2144() {
|
| +buildUnnamed59() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2144(core.List<core.String> o) {
|
| +checkUnnamed59(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'));
|
| }
|
|
|
| -buildUnnamed2145() {
|
| +buildUnnamed60() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed2145(core.List<core.int> o) {
|
| +checkUnnamed60(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));
|
| }
|
|
|
| -buildUnnamed2146() {
|
| +buildUnnamed61() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2146(core.List<core.String> o) {
|
| +checkUnnamed61(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'));
|
| }
|
|
|
| -buildUnnamed2147() {
|
| +buildUnnamed62() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2147(core.List<core.String> o) {
|
| +checkUnnamed62(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'));
|
| }
|
|
|
| -buildUnnamed2148() {
|
| +buildUnnamed63() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed2148(core.List<core.int> o) {
|
| +checkUnnamed63(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));
|
| }
|
|
|
| -buildUnnamed2149() {
|
| +buildUnnamed64() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2149(core.List<core.String> o) {
|
| +checkUnnamed64(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 = buildUnnamed2147();
|
| + o.auctionType = buildUnnamed62();
|
| o.contextType = "foo";
|
| - o.geoCriteriaId = buildUnnamed2148();
|
| - o.platform = buildUnnamed2149();
|
| + o.geoCriteriaId = buildUnnamed63();
|
| + o.platform = buildUnnamed64();
|
| }
|
| buildCounterCreativeCorrectionsContexts--;
|
| return o;
|
| @@ -592,35 +592,35 @@ buildCreativeCorrectionsContexts() {
|
| checkCreativeCorrectionsContexts(api.CreativeCorrectionsContexts o) {
|
| buildCounterCreativeCorrectionsContexts++;
|
| if (buildCounterCreativeCorrectionsContexts < 3) {
|
| - checkUnnamed2147(o.auctionType);
|
| + checkUnnamed62(o.auctionType);
|
| unittest.expect(o.contextType, unittest.equals('foo'));
|
| - checkUnnamed2148(o.geoCriteriaId);
|
| - checkUnnamed2149(o.platform);
|
| + checkUnnamed63(o.geoCriteriaId);
|
| + checkUnnamed64(o.platform);
|
| }
|
| buildCounterCreativeCorrectionsContexts--;
|
| }
|
|
|
| -buildUnnamed2150() {
|
| +buildUnnamed65() {
|
| var o = new core.List<api.CreativeCorrectionsContexts>();
|
| o.add(buildCreativeCorrectionsContexts());
|
| o.add(buildCreativeCorrectionsContexts());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2150(core.List<api.CreativeCorrectionsContexts> o) {
|
| +checkUnnamed65(core.List<api.CreativeCorrectionsContexts> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCorrectionsContexts(o[0]);
|
| checkCreativeCorrectionsContexts(o[1]);
|
| }
|
|
|
| -buildUnnamed2151() {
|
| +buildUnnamed66() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2151(core.List<core.String> o) {
|
| +checkUnnamed66(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 = buildUnnamed2150();
|
| - o.details = buildUnnamed2151();
|
| + o.contexts = buildUnnamed65();
|
| + o.details = buildUnnamed66();
|
| o.reason = "foo";
|
| }
|
| buildCounterCreativeCorrections--;
|
| @@ -642,26 +642,39 @@ buildCreativeCorrections() {
|
| checkCreativeCorrections(api.CreativeCorrections o) {
|
| buildCounterCreativeCorrections++;
|
| if (buildCounterCreativeCorrections < 3) {
|
| - checkUnnamed2150(o.contexts);
|
| - checkUnnamed2151(o.details);
|
| + checkUnnamed65(o.contexts);
|
| + checkUnnamed66(o.details);
|
| unittest.expect(o.reason, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeCorrections--;
|
| }
|
|
|
| -buildUnnamed2152() {
|
| +buildUnnamed67() {
|
| var o = new core.List<api.CreativeCorrections>();
|
| o.add(buildCreativeCorrections());
|
| o.add(buildCreativeCorrections());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2152(core.List<api.CreativeCorrections> o) {
|
| +checkUnnamed67(core.List<api.CreativeCorrections> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCorrections(o[0]);
|
| checkCreativeCorrections(o[1]);
|
| }
|
|
|
| +buildUnnamed68() {
|
| + var o = new core.List<core.String>();
|
| + o.add("foo");
|
| + o.add("foo");
|
| + return o;
|
| +}
|
| +
|
| +checkUnnamed68(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'));
|
| +}
|
| +
|
| core.int buildCounterCreativeFilteringReasonsReasons = 0;
|
| buildCreativeFilteringReasonsReasons() {
|
| var o = new api.CreativeFilteringReasonsReasons();
|
| @@ -683,14 +696,14 @@ checkCreativeFilteringReasonsReasons(api.CreativeFilteringReasonsReasons o) {
|
| buildCounterCreativeFilteringReasonsReasons--;
|
| }
|
|
|
| -buildUnnamed2153() {
|
| +buildUnnamed69() {
|
| var o = new core.List<api.CreativeFilteringReasonsReasons>();
|
| o.add(buildCreativeFilteringReasonsReasons());
|
| o.add(buildCreativeFilteringReasonsReasons());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2153(core.List<api.CreativeFilteringReasonsReasons> o) {
|
| +checkUnnamed69(core.List<api.CreativeFilteringReasonsReasons> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeFilteringReasonsReasons(o[0]);
|
| checkCreativeFilteringReasonsReasons(o[1]);
|
| @@ -702,7 +715,7 @@ buildCreativeFilteringReasons() {
|
| buildCounterCreativeFilteringReasons++;
|
| if (buildCounterCreativeFilteringReasons < 3) {
|
| o.date = "foo";
|
| - o.reasons = buildUnnamed2153();
|
| + o.reasons = buildUnnamed69();
|
| }
|
| buildCounterCreativeFilteringReasons--;
|
| return o;
|
| @@ -712,32 +725,32 @@ checkCreativeFilteringReasons(api.CreativeFilteringReasons o) {
|
| buildCounterCreativeFilteringReasons++;
|
| if (buildCounterCreativeFilteringReasons < 3) {
|
| unittest.expect(o.date, unittest.equals('foo'));
|
| - checkUnnamed2153(o.reasons);
|
| + checkUnnamed69(o.reasons);
|
| }
|
| buildCounterCreativeFilteringReasons--;
|
| }
|
|
|
| -buildUnnamed2154() {
|
| +buildUnnamed70() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2154(core.List<core.String> o) {
|
| +checkUnnamed70(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'));
|
| }
|
|
|
| -buildUnnamed2155() {
|
| +buildUnnamed71() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2155(core.List<core.String> o) {
|
| +checkUnnamed71(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 +802,14 @@ checkCreativeNativeAdImage(api.CreativeNativeAdImage o) {
|
| buildCounterCreativeNativeAdImage--;
|
| }
|
|
|
| -buildUnnamed2156() {
|
| +buildUnnamed72() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2156(core.List<core.String> o) {
|
| +checkUnnamed72(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 +850,7 @@ buildCreativeNativeAd() {
|
| o.clickTrackingUrl = "foo";
|
| o.headline = "foo";
|
| o.image = buildCreativeNativeAdImage();
|
| - o.impressionTrackingUrl = buildUnnamed2156();
|
| + o.impressionTrackingUrl = buildUnnamed72();
|
| o.logo = buildCreativeNativeAdLogo();
|
| o.price = "foo";
|
| o.starRating = 42.0;
|
| @@ -857,7 +870,7 @@ checkCreativeNativeAd(api.CreativeNativeAd o) {
|
| unittest.expect(o.clickTrackingUrl, unittest.equals('foo'));
|
| unittest.expect(o.headline, unittest.equals('foo'));
|
| checkCreativeNativeAdImage(o.image);
|
| - checkUnnamed2156(o.impressionTrackingUrl);
|
| + checkUnnamed72(o.impressionTrackingUrl);
|
| checkCreativeNativeAdLogo(o.logo);
|
| unittest.expect(o.price, unittest.equals('foo'));
|
| unittest.expect(o.starRating, unittest.equals(42.0));
|
| @@ -866,79 +879,79 @@ checkCreativeNativeAd(api.CreativeNativeAd o) {
|
| buildCounterCreativeNativeAd--;
|
| }
|
|
|
| -buildUnnamed2157() {
|
| +buildUnnamed73() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed2157(core.List<core.int> o) {
|
| +checkUnnamed73(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));
|
| }
|
|
|
| -buildUnnamed2158() {
|
| +buildUnnamed74() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed2158(core.List<core.int> o) {
|
| +checkUnnamed74(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));
|
| }
|
|
|
| -buildUnnamed2159() {
|
| +buildUnnamed75() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed2159(core.List<core.int> o) {
|
| +checkUnnamed75(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));
|
| }
|
|
|
| -buildUnnamed2160() {
|
| +buildUnnamed76() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2160(core.List<core.String> o) {
|
| +checkUnnamed76(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'));
|
| }
|
|
|
| -buildUnnamed2161() {
|
| +buildUnnamed77() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed2161(core.List<core.int> o) {
|
| +checkUnnamed77(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));
|
| }
|
|
|
| -buildUnnamed2162() {
|
| +buildUnnamed78() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2162(core.List<core.String> o) {
|
| +checkUnnamed78(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 +962,10 @@ buildCreativeServingRestrictionsContexts() {
|
| var o = new api.CreativeServingRestrictionsContexts();
|
| buildCounterCreativeServingRestrictionsContexts++;
|
| if (buildCounterCreativeServingRestrictionsContexts < 3) {
|
| - o.auctionType = buildUnnamed2160();
|
| + o.auctionType = buildUnnamed76();
|
| o.contextType = "foo";
|
| - o.geoCriteriaId = buildUnnamed2161();
|
| - o.platform = buildUnnamed2162();
|
| + o.geoCriteriaId = buildUnnamed77();
|
| + o.platform = buildUnnamed78();
|
| }
|
| buildCounterCreativeServingRestrictionsContexts--;
|
| return o;
|
| @@ -961,35 +974,35 @@ buildCreativeServingRestrictionsContexts() {
|
| checkCreativeServingRestrictionsContexts(api.CreativeServingRestrictionsContexts o) {
|
| buildCounterCreativeServingRestrictionsContexts++;
|
| if (buildCounterCreativeServingRestrictionsContexts < 3) {
|
| - checkUnnamed2160(o.auctionType);
|
| + checkUnnamed76(o.auctionType);
|
| unittest.expect(o.contextType, unittest.equals('foo'));
|
| - checkUnnamed2161(o.geoCriteriaId);
|
| - checkUnnamed2162(o.platform);
|
| + checkUnnamed77(o.geoCriteriaId);
|
| + checkUnnamed78(o.platform);
|
| }
|
| buildCounterCreativeServingRestrictionsContexts--;
|
| }
|
|
|
| -buildUnnamed2163() {
|
| +buildUnnamed79() {
|
| var o = new core.List<api.CreativeServingRestrictionsContexts>();
|
| o.add(buildCreativeServingRestrictionsContexts());
|
| o.add(buildCreativeServingRestrictionsContexts());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2163(core.List<api.CreativeServingRestrictionsContexts> o) {
|
| +checkUnnamed79(core.List<api.CreativeServingRestrictionsContexts> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeServingRestrictionsContexts(o[0]);
|
| checkCreativeServingRestrictionsContexts(o[1]);
|
| }
|
|
|
| -buildUnnamed2164() {
|
| +buildUnnamed80() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2164(core.List<core.String> o) {
|
| +checkUnnamed80(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 +1013,7 @@ buildCreativeServingRestrictionsDisapprovalReasons() {
|
| var o = new api.CreativeServingRestrictionsDisapprovalReasons();
|
| buildCounterCreativeServingRestrictionsDisapprovalReasons++;
|
| if (buildCounterCreativeServingRestrictionsDisapprovalReasons < 3) {
|
| - o.details = buildUnnamed2164();
|
| + o.details = buildUnnamed80();
|
| o.reason = "foo";
|
| }
|
| buildCounterCreativeServingRestrictionsDisapprovalReasons--;
|
| @@ -1010,20 +1023,20 @@ buildCreativeServingRestrictionsDisapprovalReasons() {
|
| checkCreativeServingRestrictionsDisapprovalReasons(api.CreativeServingRestrictionsDisapprovalReasons o) {
|
| buildCounterCreativeServingRestrictionsDisapprovalReasons++;
|
| if (buildCounterCreativeServingRestrictionsDisapprovalReasons < 3) {
|
| - checkUnnamed2164(o.details);
|
| + checkUnnamed80(o.details);
|
| unittest.expect(o.reason, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeServingRestrictionsDisapprovalReasons--;
|
| }
|
|
|
| -buildUnnamed2165() {
|
| +buildUnnamed81() {
|
| var o = new core.List<api.CreativeServingRestrictionsDisapprovalReasons>();
|
| o.add(buildCreativeServingRestrictionsDisapprovalReasons());
|
| o.add(buildCreativeServingRestrictionsDisapprovalReasons());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2165(core.List<api.CreativeServingRestrictionsDisapprovalReasons> o) {
|
| +checkUnnamed81(core.List<api.CreativeServingRestrictionsDisapprovalReasons> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeServingRestrictionsDisapprovalReasons(o[0]);
|
| checkCreativeServingRestrictionsDisapprovalReasons(o[1]);
|
| @@ -1034,8 +1047,8 @@ buildCreativeServingRestrictions() {
|
| var o = new api.CreativeServingRestrictions();
|
| buildCounterCreativeServingRestrictions++;
|
| if (buildCounterCreativeServingRestrictions < 3) {
|
| - o.contexts = buildUnnamed2163();
|
| - o.disapprovalReasons = buildUnnamed2165();
|
| + o.contexts = buildUnnamed79();
|
| + o.disapprovalReasons = buildUnnamed81();
|
| o.reason = "foo";
|
| }
|
| buildCounterCreativeServingRestrictions--;
|
| @@ -1045,34 +1058,34 @@ buildCreativeServingRestrictions() {
|
| checkCreativeServingRestrictions(api.CreativeServingRestrictions o) {
|
| buildCounterCreativeServingRestrictions++;
|
| if (buildCounterCreativeServingRestrictions < 3) {
|
| - checkUnnamed2163(o.contexts);
|
| - checkUnnamed2165(o.disapprovalReasons);
|
| + checkUnnamed79(o.contexts);
|
| + checkUnnamed81(o.disapprovalReasons);
|
| unittest.expect(o.reason, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeServingRestrictions--;
|
| }
|
|
|
| -buildUnnamed2166() {
|
| +buildUnnamed82() {
|
| var o = new core.List<api.CreativeServingRestrictions>();
|
| o.add(buildCreativeServingRestrictions());
|
| o.add(buildCreativeServingRestrictions());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2166(core.List<api.CreativeServingRestrictions> o) {
|
| +checkUnnamed82(core.List<api.CreativeServingRestrictions> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeServingRestrictions(o[0]);
|
| checkCreativeServingRestrictions(o[1]);
|
| }
|
|
|
| -buildUnnamed2167() {
|
| +buildUnnamed83() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed2167(core.List<core.int> o) {
|
| +checkUnnamed83(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 +1099,28 @@ buildCreative() {
|
| o.HTMLSnippet = "foo";
|
| o.accountId = 42;
|
| o.adChoicesDestinationUrl = "foo";
|
| - o.advertiserId = buildUnnamed2144();
|
| + o.advertiserId = buildUnnamed59();
|
| o.advertiserName = "foo";
|
| o.agencyId = "foo";
|
| o.apiUploadTimestamp = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.attribute = buildUnnamed2145();
|
| + o.attribute = buildUnnamed60();
|
| o.buyerCreativeId = "foo";
|
| - o.clickThroughUrl = buildUnnamed2146();
|
| - o.corrections = buildUnnamed2152();
|
| + o.clickThroughUrl = buildUnnamed61();
|
| + o.corrections = buildUnnamed67();
|
| o.dealsStatus = "foo";
|
| + o.detectedDomains = buildUnnamed68();
|
| o.filteringReasons = buildCreativeFilteringReasons();
|
| o.height = 42;
|
| - o.impressionTrackingUrl = buildUnnamed2154();
|
| + o.impressionTrackingUrl = buildUnnamed70();
|
| o.kind = "foo";
|
| - o.languages = buildUnnamed2155();
|
| + o.languages = buildUnnamed71();
|
| o.nativeAd = buildCreativeNativeAd();
|
| o.openAuctionStatus = "foo";
|
| - o.productCategories = buildUnnamed2157();
|
| - o.restrictedCategories = buildUnnamed2158();
|
| - o.sensitiveCategories = buildUnnamed2159();
|
| - o.servingRestrictions = buildUnnamed2166();
|
| - o.vendorType = buildUnnamed2167();
|
| + o.productCategories = buildUnnamed73();
|
| + o.restrictedCategories = buildUnnamed74();
|
| + o.sensitiveCategories = buildUnnamed75();
|
| + o.servingRestrictions = buildUnnamed82();
|
| + o.vendorType = buildUnnamed83();
|
| o.version = 42;
|
| o.videoURL = "foo";
|
| o.width = 42;
|
| @@ -1121,27 +1135,28 @@ 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'));
|
| - checkUnnamed2144(o.advertiserId);
|
| + checkUnnamed59(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")));
|
| - checkUnnamed2145(o.attribute);
|
| + checkUnnamed60(o.attribute);
|
| unittest.expect(o.buyerCreativeId, unittest.equals('foo'));
|
| - checkUnnamed2146(o.clickThroughUrl);
|
| - checkUnnamed2152(o.corrections);
|
| + checkUnnamed61(o.clickThroughUrl);
|
| + checkUnnamed67(o.corrections);
|
| unittest.expect(o.dealsStatus, unittest.equals('foo'));
|
| + checkUnnamed68(o.detectedDomains);
|
| checkCreativeFilteringReasons(o.filteringReasons);
|
| unittest.expect(o.height, unittest.equals(42));
|
| - checkUnnamed2154(o.impressionTrackingUrl);
|
| + checkUnnamed70(o.impressionTrackingUrl);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2155(o.languages);
|
| + checkUnnamed71(o.languages);
|
| checkCreativeNativeAd(o.nativeAd);
|
| unittest.expect(o.openAuctionStatus, unittest.equals('foo'));
|
| - checkUnnamed2157(o.productCategories);
|
| - checkUnnamed2158(o.restrictedCategories);
|
| - checkUnnamed2159(o.sensitiveCategories);
|
| - checkUnnamed2166(o.servingRestrictions);
|
| - checkUnnamed2167(o.vendorType);
|
| + checkUnnamed73(o.productCategories);
|
| + checkUnnamed74(o.restrictedCategories);
|
| + checkUnnamed75(o.sensitiveCategories);
|
| + checkUnnamed82(o.servingRestrictions);
|
| + checkUnnamed83(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 +1164,14 @@ checkCreative(api.Creative o) {
|
| buildCounterCreative--;
|
| }
|
|
|
| -buildUnnamed2168() {
|
| +buildUnnamed84() {
|
| var o = new core.List<api.Creative>();
|
| o.add(buildCreative());
|
| o.add(buildCreative());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2168(core.List<api.Creative> o) {
|
| +checkUnnamed84(core.List<api.Creative> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreative(o[0]);
|
| checkCreative(o[1]);
|
| @@ -1167,7 +1182,7 @@ buildCreativesList() {
|
| var o = new api.CreativesList();
|
| buildCounterCreativesList++;
|
| if (buildCounterCreativesList < 3) {
|
| - o.items = buildUnnamed2168();
|
| + o.items = buildUnnamed84();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1178,7 +1193,7 @@ buildCreativesList() {
|
| checkCreativesList(api.CreativesList o) {
|
| buildCounterCreativesList++;
|
| if (buildCounterCreativesList < 3) {
|
| - checkUnnamed2168(o.items);
|
| + checkUnnamed84(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1209,9 +1224,11 @@ buildDealServingMetadataDealPauseStatus() {
|
| var o = new api.DealServingMetadataDealPauseStatus();
|
| buildCounterDealServingMetadataDealPauseStatus++;
|
| if (buildCounterDealServingMetadataDealPauseStatus < 3) {
|
| + o.buyerPauseReason = "foo";
|
| o.firstPausedBy = "foo";
|
| o.hasBuyerPaused = true;
|
| o.hasSellerPaused = true;
|
| + o.sellerPauseReason = "foo";
|
| }
|
| buildCounterDealServingMetadataDealPauseStatus--;
|
| return o;
|
| @@ -1220,9 +1237,11 @@ buildDealServingMetadataDealPauseStatus() {
|
| checkDealServingMetadataDealPauseStatus(api.DealServingMetadataDealPauseStatus o) {
|
| buildCounterDealServingMetadataDealPauseStatus++;
|
| if (buildCounterDealServingMetadataDealPauseStatus < 3) {
|
| + unittest.expect(o.buyerPauseReason, unittest.equals('foo'));
|
| unittest.expect(o.firstPausedBy, unittest.equals('foo'));
|
| unittest.expect(o.hasBuyerPaused, unittest.isTrue);
|
| unittest.expect(o.hasSellerPaused, unittest.isTrue);
|
| + unittest.expect(o.sellerPauseReason, unittest.equals('foo'));
|
| }
|
| buildCounterDealServingMetadataDealPauseStatus--;
|
| }
|
| @@ -1239,6 +1258,7 @@ buildDealTerms() {
|
| o.guaranteedFixedPriceTerms = buildDealTermsGuaranteedFixedPriceTerms();
|
| o.nonGuaranteedAuctionTerms = buildDealTermsNonGuaranteedAuctionTerms();
|
| o.nonGuaranteedFixedPriceTerms = buildDealTermsNonGuaranteedFixedPriceTerms();
|
| + o.rubiconNonGuaranteedTerms = buildDealTermsRubiconNonGuaranteedTerms();
|
| o.sellerTimeZone = "foo";
|
| }
|
| buildCounterDealTerms--;
|
| @@ -1255,19 +1275,20 @@ checkDealTerms(api.DealTerms o) {
|
| checkDealTermsGuaranteedFixedPriceTerms(o.guaranteedFixedPriceTerms);
|
| checkDealTermsNonGuaranteedAuctionTerms(o.nonGuaranteedAuctionTerms);
|
| checkDealTermsNonGuaranteedFixedPriceTerms(o.nonGuaranteedFixedPriceTerms);
|
| + checkDealTermsRubiconNonGuaranteedTerms(o.rubiconNonGuaranteedTerms);
|
| unittest.expect(o.sellerTimeZone, unittest.equals('foo'));
|
| }
|
| buildCounterDealTerms--;
|
| }
|
|
|
| -buildUnnamed2169() {
|
| +buildUnnamed85() {
|
| var o = new core.List<api.PricePerBuyer>();
|
| o.add(buildPricePerBuyer());
|
| o.add(buildPricePerBuyer());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2169(core.List<api.PricePerBuyer> o) {
|
| +checkUnnamed85(core.List<api.PricePerBuyer> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPricePerBuyer(o[0]);
|
| checkPricePerBuyer(o[1]);
|
| @@ -1279,9 +1300,10 @@ buildDealTermsGuaranteedFixedPriceTerms() {
|
| buildCounterDealTermsGuaranteedFixedPriceTerms++;
|
| if (buildCounterDealTermsGuaranteedFixedPriceTerms < 3) {
|
| o.billingInfo = buildDealTermsGuaranteedFixedPriceTermsBillingInfo();
|
| - o.fixedPrices = buildUnnamed2169();
|
| + o.fixedPrices = buildUnnamed85();
|
| o.guaranteedImpressions = "foo";
|
| o.guaranteedLooks = "foo";
|
| + o.minimumDailyLooks = "foo";
|
| }
|
| buildCounterDealTermsGuaranteedFixedPriceTerms--;
|
| return o;
|
| @@ -1291,9 +1313,10 @@ checkDealTermsGuaranteedFixedPriceTerms(api.DealTermsGuaranteedFixedPriceTerms o
|
| buildCounterDealTermsGuaranteedFixedPriceTerms++;
|
| if (buildCounterDealTermsGuaranteedFixedPriceTerms < 3) {
|
| checkDealTermsGuaranteedFixedPriceTermsBillingInfo(o.billingInfo);
|
| - checkUnnamed2169(o.fixedPrices);
|
| + checkUnnamed85(o.fixedPrices);
|
| unittest.expect(o.guaranteedImpressions, unittest.equals('foo'));
|
| unittest.expect(o.guaranteedLooks, unittest.equals('foo'));
|
| + unittest.expect(o.minimumDailyLooks, unittest.equals('foo'));
|
| }
|
| buildCounterDealTermsGuaranteedFixedPriceTerms--;
|
| }
|
| @@ -1323,14 +1346,14 @@ checkDealTermsGuaranteedFixedPriceTermsBillingInfo(api.DealTermsGuaranteedFixedP
|
| buildCounterDealTermsGuaranteedFixedPriceTermsBillingInfo--;
|
| }
|
|
|
| -buildUnnamed2170() {
|
| +buildUnnamed86() {
|
| var o = new core.List<api.PricePerBuyer>();
|
| o.add(buildPricePerBuyer());
|
| o.add(buildPricePerBuyer());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2170(core.List<api.PricePerBuyer> o) {
|
| +checkUnnamed86(core.List<api.PricePerBuyer> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPricePerBuyer(o[0]);
|
| checkPricePerBuyer(o[1]);
|
| @@ -1342,7 +1365,7 @@ buildDealTermsNonGuaranteedAuctionTerms() {
|
| buildCounterDealTermsNonGuaranteedAuctionTerms++;
|
| if (buildCounterDealTermsNonGuaranteedAuctionTerms < 3) {
|
| o.autoOptimizePrivateAuction = true;
|
| - o.reservePricePerBuyers = buildUnnamed2170();
|
| + o.reservePricePerBuyers = buildUnnamed86();
|
| }
|
| buildCounterDealTermsNonGuaranteedAuctionTerms--;
|
| return o;
|
| @@ -1352,19 +1375,19 @@ checkDealTermsNonGuaranteedAuctionTerms(api.DealTermsNonGuaranteedAuctionTerms o
|
| buildCounterDealTermsNonGuaranteedAuctionTerms++;
|
| if (buildCounterDealTermsNonGuaranteedAuctionTerms < 3) {
|
| unittest.expect(o.autoOptimizePrivateAuction, unittest.isTrue);
|
| - checkUnnamed2170(o.reservePricePerBuyers);
|
| + checkUnnamed86(o.reservePricePerBuyers);
|
| }
|
| buildCounterDealTermsNonGuaranteedAuctionTerms--;
|
| }
|
|
|
| -buildUnnamed2171() {
|
| +buildUnnamed87() {
|
| var o = new core.List<api.PricePerBuyer>();
|
| o.add(buildPricePerBuyer());
|
| o.add(buildPricePerBuyer());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2171(core.List<api.PricePerBuyer> o) {
|
| +checkUnnamed87(core.List<api.PricePerBuyer> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPricePerBuyer(o[0]);
|
| checkPricePerBuyer(o[1]);
|
| @@ -1375,7 +1398,7 @@ buildDealTermsNonGuaranteedFixedPriceTerms() {
|
| var o = new api.DealTermsNonGuaranteedFixedPriceTerms();
|
| buildCounterDealTermsNonGuaranteedFixedPriceTerms++;
|
| if (buildCounterDealTermsNonGuaranteedFixedPriceTerms < 3) {
|
| - o.fixedPrices = buildUnnamed2171();
|
| + o.fixedPrices = buildUnnamed87();
|
| }
|
| buildCounterDealTermsNonGuaranteedFixedPriceTerms--;
|
| return o;
|
| @@ -1384,19 +1407,40 @@ buildDealTermsNonGuaranteedFixedPriceTerms() {
|
| checkDealTermsNonGuaranteedFixedPriceTerms(api.DealTermsNonGuaranteedFixedPriceTerms o) {
|
| buildCounterDealTermsNonGuaranteedFixedPriceTerms++;
|
| if (buildCounterDealTermsNonGuaranteedFixedPriceTerms < 3) {
|
| - checkUnnamed2171(o.fixedPrices);
|
| + checkUnnamed87(o.fixedPrices);
|
| }
|
| buildCounterDealTermsNonGuaranteedFixedPriceTerms--;
|
| }
|
|
|
| -buildUnnamed2172() {
|
| +core.int buildCounterDealTermsRubiconNonGuaranteedTerms = 0;
|
| +buildDealTermsRubiconNonGuaranteedTerms() {
|
| + var o = new api.DealTermsRubiconNonGuaranteedTerms();
|
| + buildCounterDealTermsRubiconNonGuaranteedTerms++;
|
| + if (buildCounterDealTermsRubiconNonGuaranteedTerms < 3) {
|
| + o.priorityPrice = buildPrice();
|
| + o.standardPrice = buildPrice();
|
| + }
|
| + buildCounterDealTermsRubiconNonGuaranteedTerms--;
|
| + return o;
|
| +}
|
| +
|
| +checkDealTermsRubiconNonGuaranteedTerms(api.DealTermsRubiconNonGuaranteedTerms o) {
|
| + buildCounterDealTermsRubiconNonGuaranteedTerms++;
|
| + if (buildCounterDealTermsRubiconNonGuaranteedTerms < 3) {
|
| + checkPrice(o.priorityPrice);
|
| + checkPrice(o.standardPrice);
|
| + }
|
| + buildCounterDealTermsRubiconNonGuaranteedTerms--;
|
| +}
|
| +
|
| +buildUnnamed88() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2172(core.List<core.String> o) {
|
| +checkUnnamed88(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 +1451,7 @@ buildDeleteOrderDealsRequest() {
|
| var o = new api.DeleteOrderDealsRequest();
|
| buildCounterDeleteOrderDealsRequest++;
|
| if (buildCounterDeleteOrderDealsRequest < 3) {
|
| - o.dealIds = buildUnnamed2172();
|
| + o.dealIds = buildUnnamed88();
|
| o.proposalRevisionNumber = "foo";
|
| o.updateAction = "foo";
|
| }
|
| @@ -1418,21 +1462,21 @@ buildDeleteOrderDealsRequest() {
|
| checkDeleteOrderDealsRequest(api.DeleteOrderDealsRequest o) {
|
| buildCounterDeleteOrderDealsRequest++;
|
| if (buildCounterDeleteOrderDealsRequest < 3) {
|
| - checkUnnamed2172(o.dealIds);
|
| + checkUnnamed88(o.dealIds);
|
| unittest.expect(o.proposalRevisionNumber, unittest.equals('foo'));
|
| unittest.expect(o.updateAction, unittest.equals('foo'));
|
| }
|
| buildCounterDeleteOrderDealsRequest--;
|
| }
|
|
|
| -buildUnnamed2173() {
|
| +buildUnnamed89() {
|
| var o = new core.List<api.MarketplaceDeal>();
|
| o.add(buildMarketplaceDeal());
|
| o.add(buildMarketplaceDeal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2173(core.List<api.MarketplaceDeal> o) {
|
| +checkUnnamed89(core.List<api.MarketplaceDeal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceDeal(o[0]);
|
| checkMarketplaceDeal(o[1]);
|
| @@ -1443,7 +1487,7 @@ buildDeleteOrderDealsResponse() {
|
| var o = new api.DeleteOrderDealsResponse();
|
| buildCounterDeleteOrderDealsResponse++;
|
| if (buildCounterDeleteOrderDealsResponse < 3) {
|
| - o.deals = buildUnnamed2173();
|
| + o.deals = buildUnnamed89();
|
| o.proposalRevisionNumber = "foo";
|
| }
|
| buildCounterDeleteOrderDealsResponse--;
|
| @@ -1453,20 +1497,20 @@ buildDeleteOrderDealsResponse() {
|
| checkDeleteOrderDealsResponse(api.DeleteOrderDealsResponse o) {
|
| buildCounterDeleteOrderDealsResponse++;
|
| if (buildCounterDeleteOrderDealsResponse < 3) {
|
| - checkUnnamed2173(o.deals);
|
| + checkUnnamed89(o.deals);
|
| unittest.expect(o.proposalRevisionNumber, unittest.equals('foo'));
|
| }
|
| buildCounterDeleteOrderDealsResponse--;
|
| }
|
|
|
| -buildUnnamed2174() {
|
| +buildUnnamed90() {
|
| var o = new core.List<api.DeliveryControlFrequencyCap>();
|
| o.add(buildDeliveryControlFrequencyCap());
|
| o.add(buildDeliveryControlFrequencyCap());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2174(core.List<api.DeliveryControlFrequencyCap> o) {
|
| +checkUnnamed90(core.List<api.DeliveryControlFrequencyCap> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDeliveryControlFrequencyCap(o[0]);
|
| checkDeliveryControlFrequencyCap(o[1]);
|
| @@ -1479,7 +1523,7 @@ buildDeliveryControl() {
|
| if (buildCounterDeliveryControl < 3) {
|
| o.creativeBlockingLevel = "foo";
|
| o.deliveryRateType = "foo";
|
| - o.frequencyCaps = buildUnnamed2174();
|
| + o.frequencyCaps = buildUnnamed90();
|
| }
|
| buildCounterDeliveryControl--;
|
| return o;
|
| @@ -1490,7 +1534,7 @@ checkDeliveryControl(api.DeliveryControl o) {
|
| if (buildCounterDeliveryControl < 3) {
|
| unittest.expect(o.creativeBlockingLevel, unittest.equals('foo'));
|
| unittest.expect(o.deliveryRateType, unittest.equals('foo'));
|
| - checkUnnamed2174(o.frequencyCaps);
|
| + checkUnnamed90(o.frequencyCaps);
|
| }
|
| buildCounterDeliveryControl--;
|
| }
|
| @@ -1518,14 +1562,14 @@ checkDeliveryControlFrequencyCap(api.DeliveryControlFrequencyCap o) {
|
| buildCounterDeliveryControlFrequencyCap--;
|
| }
|
|
|
| -buildUnnamed2175() {
|
| +buildUnnamed91() {
|
| var o = new core.List<api.DimensionDimensionValue>();
|
| o.add(buildDimensionDimensionValue());
|
| o.add(buildDimensionDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2175(core.List<api.DimensionDimensionValue> o) {
|
| +checkUnnamed91(core.List<api.DimensionDimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionDimensionValue(o[0]);
|
| checkDimensionDimensionValue(o[1]);
|
| @@ -1537,7 +1581,7 @@ buildDimension() {
|
| buildCounterDimension++;
|
| if (buildCounterDimension < 3) {
|
| o.dimensionType = "foo";
|
| - o.dimensionValues = buildUnnamed2175();
|
| + o.dimensionValues = buildUnnamed91();
|
| }
|
| buildCounterDimension--;
|
| return o;
|
| @@ -1547,7 +1591,7 @@ checkDimension(api.Dimension o) {
|
| buildCounterDimension++;
|
| if (buildCounterDimension < 3) {
|
| unittest.expect(o.dimensionType, unittest.equals('foo'));
|
| - checkUnnamed2175(o.dimensionValues);
|
| + checkUnnamed91(o.dimensionValues);
|
| }
|
| buildCounterDimension--;
|
| }
|
| @@ -1575,14 +1619,14 @@ checkDimensionDimensionValue(api.DimensionDimensionValue o) {
|
| buildCounterDimensionDimensionValue--;
|
| }
|
|
|
| -buildUnnamed2176() {
|
| +buildUnnamed92() {
|
| var o = new core.List<api.MarketplaceDeal>();
|
| o.add(buildMarketplaceDeal());
|
| o.add(buildMarketplaceDeal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2176(core.List<api.MarketplaceDeal> o) {
|
| +checkUnnamed92(core.List<api.MarketplaceDeal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceDeal(o[0]);
|
| checkMarketplaceDeal(o[1]);
|
| @@ -1593,7 +1637,7 @@ buildEditAllOrderDealsRequest() {
|
| var o = new api.EditAllOrderDealsRequest();
|
| buildCounterEditAllOrderDealsRequest++;
|
| if (buildCounterEditAllOrderDealsRequest < 3) {
|
| - o.deals = buildUnnamed2176();
|
| + o.deals = buildUnnamed92();
|
| o.proposal = buildProposal();
|
| o.proposalRevisionNumber = "foo";
|
| o.updateAction = "foo";
|
| @@ -1605,7 +1649,7 @@ buildEditAllOrderDealsRequest() {
|
| checkEditAllOrderDealsRequest(api.EditAllOrderDealsRequest o) {
|
| buildCounterEditAllOrderDealsRequest++;
|
| if (buildCounterEditAllOrderDealsRequest < 3) {
|
| - checkUnnamed2176(o.deals);
|
| + checkUnnamed92(o.deals);
|
| checkProposal(o.proposal);
|
| unittest.expect(o.proposalRevisionNumber, unittest.equals('foo'));
|
| unittest.expect(o.updateAction, unittest.equals('foo'));
|
| @@ -1613,14 +1657,14 @@ checkEditAllOrderDealsRequest(api.EditAllOrderDealsRequest o) {
|
| buildCounterEditAllOrderDealsRequest--;
|
| }
|
|
|
| -buildUnnamed2177() {
|
| +buildUnnamed93() {
|
| var o = new core.List<api.MarketplaceDeal>();
|
| o.add(buildMarketplaceDeal());
|
| o.add(buildMarketplaceDeal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2177(core.List<api.MarketplaceDeal> o) {
|
| +checkUnnamed93(core.List<api.MarketplaceDeal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceDeal(o[0]);
|
| checkMarketplaceDeal(o[1]);
|
| @@ -1631,7 +1675,7 @@ buildEditAllOrderDealsResponse() {
|
| var o = new api.EditAllOrderDealsResponse();
|
| buildCounterEditAllOrderDealsResponse++;
|
| if (buildCounterEditAllOrderDealsResponse < 3) {
|
| - o.deals = buildUnnamed2177();
|
| + o.deals = buildUnnamed93();
|
| o.orderRevisionNumber = "foo";
|
| }
|
| buildCounterEditAllOrderDealsResponse--;
|
| @@ -1641,20 +1685,20 @@ buildEditAllOrderDealsResponse() {
|
| checkEditAllOrderDealsResponse(api.EditAllOrderDealsResponse o) {
|
| buildCounterEditAllOrderDealsResponse++;
|
| if (buildCounterEditAllOrderDealsResponse < 3) {
|
| - checkUnnamed2177(o.deals);
|
| + checkUnnamed93(o.deals);
|
| unittest.expect(o.orderRevisionNumber, unittest.equals('foo'));
|
| }
|
| buildCounterEditAllOrderDealsResponse--;
|
| }
|
|
|
| -buildUnnamed2178() {
|
| +buildUnnamed94() {
|
| var o = new core.List<api.Product>();
|
| o.add(buildProduct());
|
| o.add(buildProduct());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2178(core.List<api.Product> o) {
|
| +checkUnnamed94(core.List<api.Product> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProduct(o[0]);
|
| checkProduct(o[1]);
|
| @@ -1665,7 +1709,7 @@ buildGetOffersResponse() {
|
| var o = new api.GetOffersResponse();
|
| buildCounterGetOffersResponse++;
|
| if (buildCounterGetOffersResponse < 3) {
|
| - o.products = buildUnnamed2178();
|
| + o.products = buildUnnamed94();
|
| }
|
| buildCounterGetOffersResponse--;
|
| return o;
|
| @@ -1674,19 +1718,19 @@ buildGetOffersResponse() {
|
| checkGetOffersResponse(api.GetOffersResponse o) {
|
| buildCounterGetOffersResponse++;
|
| if (buildCounterGetOffersResponse < 3) {
|
| - checkUnnamed2178(o.products);
|
| + checkUnnamed94(o.products);
|
| }
|
| buildCounterGetOffersResponse--;
|
| }
|
|
|
| -buildUnnamed2179() {
|
| +buildUnnamed95() {
|
| var o = new core.List<api.MarketplaceDeal>();
|
| o.add(buildMarketplaceDeal());
|
| o.add(buildMarketplaceDeal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2179(core.List<api.MarketplaceDeal> o) {
|
| +checkUnnamed95(core.List<api.MarketplaceDeal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceDeal(o[0]);
|
| checkMarketplaceDeal(o[1]);
|
| @@ -1697,7 +1741,7 @@ buildGetOrderDealsResponse() {
|
| var o = new api.GetOrderDealsResponse();
|
| buildCounterGetOrderDealsResponse++;
|
| if (buildCounterGetOrderDealsResponse < 3) {
|
| - o.deals = buildUnnamed2179();
|
| + o.deals = buildUnnamed95();
|
| }
|
| buildCounterGetOrderDealsResponse--;
|
| return o;
|
| @@ -1706,19 +1750,19 @@ buildGetOrderDealsResponse() {
|
| checkGetOrderDealsResponse(api.GetOrderDealsResponse o) {
|
| buildCounterGetOrderDealsResponse++;
|
| if (buildCounterGetOrderDealsResponse < 3) {
|
| - checkUnnamed2179(o.deals);
|
| + checkUnnamed95(o.deals);
|
| }
|
| buildCounterGetOrderDealsResponse--;
|
| }
|
|
|
| -buildUnnamed2180() {
|
| +buildUnnamed96() {
|
| var o = new core.List<api.MarketplaceNote>();
|
| o.add(buildMarketplaceNote());
|
| o.add(buildMarketplaceNote());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2180(core.List<api.MarketplaceNote> o) {
|
| +checkUnnamed96(core.List<api.MarketplaceNote> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceNote(o[0]);
|
| checkMarketplaceNote(o[1]);
|
| @@ -1729,7 +1773,7 @@ buildGetOrderNotesResponse() {
|
| var o = new api.GetOrderNotesResponse();
|
| buildCounterGetOrderNotesResponse++;
|
| if (buildCounterGetOrderNotesResponse < 3) {
|
| - o.notes = buildUnnamed2180();
|
| + o.notes = buildUnnamed96();
|
| }
|
| buildCounterGetOrderNotesResponse--;
|
| return o;
|
| @@ -1738,19 +1782,19 @@ buildGetOrderNotesResponse() {
|
| checkGetOrderNotesResponse(api.GetOrderNotesResponse o) {
|
| buildCounterGetOrderNotesResponse++;
|
| if (buildCounterGetOrderNotesResponse < 3) {
|
| - checkUnnamed2180(o.notes);
|
| + checkUnnamed96(o.notes);
|
| }
|
| buildCounterGetOrderNotesResponse--;
|
| }
|
|
|
| -buildUnnamed2181() {
|
| +buildUnnamed97() {
|
| var o = new core.List<api.Proposal>();
|
| o.add(buildProposal());
|
| o.add(buildProposal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2181(core.List<api.Proposal> o) {
|
| +checkUnnamed97(core.List<api.Proposal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProposal(o[0]);
|
| checkProposal(o[1]);
|
| @@ -1761,7 +1805,7 @@ buildGetOrdersResponse() {
|
| var o = new api.GetOrdersResponse();
|
| buildCounterGetOrdersResponse++;
|
| if (buildCounterGetOrdersResponse < 3) {
|
| - o.proposals = buildUnnamed2181();
|
| + o.proposals = buildUnnamed97();
|
| }
|
| buildCounterGetOrdersResponse--;
|
| return o;
|
| @@ -1770,19 +1814,19 @@ buildGetOrdersResponse() {
|
| checkGetOrdersResponse(api.GetOrdersResponse o) {
|
| buildCounterGetOrdersResponse++;
|
| if (buildCounterGetOrdersResponse < 3) {
|
| - checkUnnamed2181(o.proposals);
|
| + checkUnnamed97(o.proposals);
|
| }
|
| buildCounterGetOrdersResponse--;
|
| }
|
|
|
| -buildUnnamed2182() {
|
| +buildUnnamed98() {
|
| var o = new core.List<api.PublisherProfileApiProto>();
|
| o.add(buildPublisherProfileApiProto());
|
| o.add(buildPublisherProfileApiProto());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2182(core.List<api.PublisherProfileApiProto> o) {
|
| +checkUnnamed98(core.List<api.PublisherProfileApiProto> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPublisherProfileApiProto(o[0]);
|
| checkPublisherProfileApiProto(o[1]);
|
| @@ -1793,7 +1837,7 @@ buildGetPublisherProfilesByAccountIdResponse() {
|
| var o = new api.GetPublisherProfilesByAccountIdResponse();
|
| buildCounterGetPublisherProfilesByAccountIdResponse++;
|
| if (buildCounterGetPublisherProfilesByAccountIdResponse < 3) {
|
| - o.profiles = buildUnnamed2182();
|
| + o.profiles = buildUnnamed98();
|
| }
|
| buildCounterGetPublisherProfilesByAccountIdResponse--;
|
| return o;
|
| @@ -1802,32 +1846,32 @@ buildGetPublisherProfilesByAccountIdResponse() {
|
| checkGetPublisherProfilesByAccountIdResponse(api.GetPublisherProfilesByAccountIdResponse o) {
|
| buildCounterGetPublisherProfilesByAccountIdResponse++;
|
| if (buildCounterGetPublisherProfilesByAccountIdResponse < 3) {
|
| - checkUnnamed2182(o.profiles);
|
| + checkUnnamed98(o.profiles);
|
| }
|
| buildCounterGetPublisherProfilesByAccountIdResponse--;
|
| }
|
|
|
| -buildUnnamed2183() {
|
| +buildUnnamed99() {
|
| var o = new core.List<api.ContactInformation>();
|
| o.add(buildContactInformation());
|
| o.add(buildContactInformation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2183(core.List<api.ContactInformation> o) {
|
| +checkUnnamed99(core.List<api.ContactInformation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContactInformation(o[0]);
|
| checkContactInformation(o[1]);
|
| }
|
|
|
| -buildUnnamed2184() {
|
| +buildUnnamed100() {
|
| var o = new core.List<api.SharedTargeting>();
|
| o.add(buildSharedTargeting());
|
| o.add(buildSharedTargeting());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2184(core.List<api.SharedTargeting> o) {
|
| +checkUnnamed100(core.List<api.SharedTargeting> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSharedTargeting(o[0]);
|
| checkSharedTargeting(o[1]);
|
| @@ -1856,8 +1900,8 @@ buildMarketplaceDeal() {
|
| o.productRevisionNumber = "foo";
|
| o.programmaticCreativeSource = "foo";
|
| o.proposalId = "foo";
|
| - o.sellerContacts = buildUnnamed2183();
|
| - o.sharedTargetings = buildUnnamed2184();
|
| + o.sellerContacts = buildUnnamed99();
|
| + o.sharedTargetings = buildUnnamed100();
|
| o.syndicationProduct = "foo";
|
| o.terms = buildDealTerms();
|
| o.webPropertyCode = "foo";
|
| @@ -1887,8 +1931,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'));
|
| - checkUnnamed2183(o.sellerContacts);
|
| - checkUnnamed2184(o.sharedTargetings);
|
| + checkUnnamed99(o.sellerContacts);
|
| + checkUnnamed100(o.sharedTargetings);
|
| unittest.expect(o.syndicationProduct, unittest.equals('foo'));
|
| checkDealTerms(o.terms);
|
| unittest.expect(o.webPropertyCode, unittest.equals('foo'));
|
| @@ -1975,53 +2019,53 @@ checkMarketplaceNote(api.MarketplaceNote o) {
|
| buildCounterMarketplaceNote--;
|
| }
|
|
|
| -buildUnnamed2185() {
|
| +buildUnnamed101() {
|
| 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;
|
| }
|
|
|
| -checkUnnamed2185(core.List<core.Object> o) {
|
| +checkUnnamed101(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'));
|
| }
|
|
|
| -buildUnnamed2186() {
|
| +buildUnnamed102() {
|
| 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;
|
| }
|
|
|
| -checkUnnamed2186(core.List<core.Object> o) {
|
| +checkUnnamed102(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'));
|
| }
|
|
|
| -buildUnnamed2187() {
|
| +buildUnnamed103() {
|
| 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;
|
| }
|
|
|
| -checkUnnamed2187(core.List<core.Object> o) {
|
| +checkUnnamed103(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'));
|
| }
|
|
|
| -buildUnnamed2188() {
|
| +buildUnnamed104() {
|
| 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;
|
| }
|
|
|
| -checkUnnamed2188(core.List<core.Object> o) {
|
| +checkUnnamed104(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 +2078,11 @@ buildPerformanceReport() {
|
| if (buildCounterPerformanceReport < 3) {
|
| o.bidRate = 42.0;
|
| o.bidRequestRate = 42.0;
|
| - o.calloutStatusRate = buildUnnamed2185();
|
| - o.cookieMatcherStatusRate = buildUnnamed2186();
|
| - o.creativeStatusRate = buildUnnamed2187();
|
| + o.calloutStatusRate = buildUnnamed101();
|
| + o.cookieMatcherStatusRate = buildUnnamed102();
|
| + o.creativeStatusRate = buildUnnamed103();
|
| o.filteredBidRate = 42.0;
|
| - o.hostedMatchStatusRate = buildUnnamed2188();
|
| + o.hostedMatchStatusRate = buildUnnamed104();
|
| o.inventoryMatchRate = 42.0;
|
| o.kind = "foo";
|
| o.latency50thPercentile = 42.0;
|
| @@ -2064,11 +2108,11 @@ checkPerformanceReport(api.PerformanceReport o) {
|
| if (buildCounterPerformanceReport < 3) {
|
| unittest.expect(o.bidRate, unittest.equals(42.0));
|
| unittest.expect(o.bidRequestRate, unittest.equals(42.0));
|
| - checkUnnamed2185(o.calloutStatusRate);
|
| - checkUnnamed2186(o.cookieMatcherStatusRate);
|
| - checkUnnamed2187(o.creativeStatusRate);
|
| + checkUnnamed101(o.calloutStatusRate);
|
| + checkUnnamed102(o.cookieMatcherStatusRate);
|
| + checkUnnamed103(o.creativeStatusRate);
|
| unittest.expect(o.filteredBidRate, unittest.equals(42.0));
|
| - checkUnnamed2188(o.hostedMatchStatusRate);
|
| + checkUnnamed104(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 +2132,14 @@ checkPerformanceReport(api.PerformanceReport o) {
|
| buildCounterPerformanceReport--;
|
| }
|
|
|
| -buildUnnamed2189() {
|
| +buildUnnamed105() {
|
| var o = new core.List<api.PerformanceReport>();
|
| o.add(buildPerformanceReport());
|
| o.add(buildPerformanceReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2189(core.List<api.PerformanceReport> o) {
|
| +checkUnnamed105(core.List<api.PerformanceReport> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPerformanceReport(o[0]);
|
| checkPerformanceReport(o[1]);
|
| @@ -2107,7 +2151,7 @@ buildPerformanceReportList() {
|
| buildCounterPerformanceReportList++;
|
| if (buildCounterPerformanceReportList < 3) {
|
| o.kind = "foo";
|
| - o.performanceReport = buildUnnamed2189();
|
| + o.performanceReport = buildUnnamed105();
|
| }
|
| buildCounterPerformanceReportList--;
|
| return o;
|
| @@ -2117,19 +2161,19 @@ checkPerformanceReportList(api.PerformanceReportList o) {
|
| buildCounterPerformanceReportList++;
|
| if (buildCounterPerformanceReportList < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2189(o.performanceReport);
|
| + checkUnnamed105(o.performanceReport);
|
| }
|
| buildCounterPerformanceReportList--;
|
| }
|
|
|
| -buildUnnamed2190() {
|
| +buildUnnamed106() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2190(core.List<core.String> o) {
|
| +checkUnnamed106(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 +2200,40 @@ checkPretargetingConfigDimensions(api.PretargetingConfigDimensions o) {
|
| buildCounterPretargetingConfigDimensions--;
|
| }
|
|
|
| -buildUnnamed2191() {
|
| +buildUnnamed107() {
|
| var o = new core.List<api.PretargetingConfigDimensions>();
|
| o.add(buildPretargetingConfigDimensions());
|
| o.add(buildPretargetingConfigDimensions());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2191(core.List<api.PretargetingConfigDimensions> o) {
|
| +checkUnnamed107(core.List<api.PretargetingConfigDimensions> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfigDimensions(o[0]);
|
| checkPretargetingConfigDimensions(o[1]);
|
| }
|
|
|
| -buildUnnamed2192() {
|
| +buildUnnamed108() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2192(core.List<core.String> o) {
|
| +checkUnnamed108(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'));
|
| }
|
|
|
| -buildUnnamed2193() {
|
| +buildUnnamed109() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2193(core.List<core.String> o) {
|
| +checkUnnamed109(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 +2260,105 @@ checkPretargetingConfigExcludedPlacements(api.PretargetingConfigExcludedPlacemen
|
| buildCounterPretargetingConfigExcludedPlacements--;
|
| }
|
|
|
| -buildUnnamed2194() {
|
| +buildUnnamed110() {
|
| var o = new core.List<api.PretargetingConfigExcludedPlacements>();
|
| o.add(buildPretargetingConfigExcludedPlacements());
|
| o.add(buildPretargetingConfigExcludedPlacements());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2194(core.List<api.PretargetingConfigExcludedPlacements> o) {
|
| +checkUnnamed110(core.List<api.PretargetingConfigExcludedPlacements> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfigExcludedPlacements(o[0]);
|
| checkPretargetingConfigExcludedPlacements(o[1]);
|
| }
|
|
|
| -buildUnnamed2195() {
|
| +buildUnnamed111() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2195(core.List<core.String> o) {
|
| +checkUnnamed111(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'));
|
| }
|
|
|
| -buildUnnamed2196() {
|
| +buildUnnamed112() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2196(core.List<core.String> o) {
|
| +checkUnnamed112(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'));
|
| }
|
|
|
| -buildUnnamed2197() {
|
| +buildUnnamed113() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2197(core.List<core.String> o) {
|
| +checkUnnamed113(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'));
|
| }
|
|
|
| -buildUnnamed2198() {
|
| +buildUnnamed114() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2198(core.List<core.String> o) {
|
| +checkUnnamed114(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'));
|
| }
|
|
|
| -buildUnnamed2199() {
|
| +buildUnnamed115() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2199(core.List<core.String> o) {
|
| +checkUnnamed115(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'));
|
| }
|
|
|
| -buildUnnamed2200() {
|
| +buildUnnamed116() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2200(core.List<core.String> o) {
|
| +checkUnnamed116(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'));
|
| }
|
|
|
| -buildUnnamed2201() {
|
| +buildUnnamed117() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2201(core.List<core.String> o) {
|
| +checkUnnamed117(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 +2385,79 @@ checkPretargetingConfigPlacements(api.PretargetingConfigPlacements o) {
|
| buildCounterPretargetingConfigPlacements--;
|
| }
|
|
|
| -buildUnnamed2202() {
|
| +buildUnnamed118() {
|
| var o = new core.List<api.PretargetingConfigPlacements>();
|
| o.add(buildPretargetingConfigPlacements());
|
| o.add(buildPretargetingConfigPlacements());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2202(core.List<api.PretargetingConfigPlacements> o) {
|
| +checkUnnamed118(core.List<api.PretargetingConfigPlacements> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfigPlacements(o[0]);
|
| checkPretargetingConfigPlacements(o[1]);
|
| }
|
|
|
| -buildUnnamed2203() {
|
| +buildUnnamed119() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2203(core.List<core.String> o) {
|
| +checkUnnamed119(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'));
|
| }
|
|
|
| -buildUnnamed2204() {
|
| +buildUnnamed120() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2204(core.List<core.String> o) {
|
| +checkUnnamed120(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'));
|
| }
|
|
|
| -buildUnnamed2205() {
|
| +buildUnnamed121() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2205(core.List<core.String> o) {
|
| +checkUnnamed121(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'));
|
| }
|
|
|
| -buildUnnamed2206() {
|
| +buildUnnamed122() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2206(core.List<core.String> o) {
|
| +checkUnnamed122(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'));
|
| }
|
|
|
| -buildUnnamed2207() {
|
| +buildUnnamed123() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2207(core.List<core.String> o) {
|
| +checkUnnamed123(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 +2486,14 @@ checkPretargetingConfigVideoPlayerSizes(api.PretargetingConfigVideoPlayerSizes o
|
| buildCounterPretargetingConfigVideoPlayerSizes--;
|
| }
|
|
|
| -buildUnnamed2208() {
|
| +buildUnnamed124() {
|
| var o = new core.List<api.PretargetingConfigVideoPlayerSizes>();
|
| o.add(buildPretargetingConfigVideoPlayerSizes());
|
| o.add(buildPretargetingConfigVideoPlayerSizes());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2208(core.List<api.PretargetingConfigVideoPlayerSizes> o) {
|
| +checkUnnamed124(core.List<api.PretargetingConfigVideoPlayerSizes> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfigVideoPlayerSizes(o[0]);
|
| checkPretargetingConfigVideoPlayerSizes(o[1]);
|
| @@ -2463,27 +2507,27 @@ buildPretargetingConfig() {
|
| o.billingId = "foo";
|
| o.configId = "foo";
|
| o.configName = "foo";
|
| - 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.creativeType = buildUnnamed106();
|
| + o.dimensions = buildUnnamed107();
|
| + o.excludedContentLabels = buildUnnamed108();
|
| + o.excludedGeoCriteriaIds = buildUnnamed109();
|
| + o.excludedPlacements = buildUnnamed110();
|
| + o.excludedUserLists = buildUnnamed111();
|
| + o.excludedVerticals = buildUnnamed112();
|
| + o.geoCriteriaIds = buildUnnamed113();
|
| o.isActive = true;
|
| o.kind = "foo";
|
| - 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();
|
| + o.languages = buildUnnamed114();
|
| + o.mobileCarriers = buildUnnamed115();
|
| + o.mobileDevices = buildUnnamed116();
|
| + o.mobileOperatingSystemVersions = buildUnnamed117();
|
| + o.placements = buildUnnamed118();
|
| + o.platforms = buildUnnamed119();
|
| + o.supportedCreativeAttributes = buildUnnamed120();
|
| + o.userLists = buildUnnamed121();
|
| + o.vendorTypes = buildUnnamed122();
|
| + o.verticals = buildUnnamed123();
|
| + o.videoPlayerSizes = buildUnnamed124();
|
| }
|
| buildCounterPretargetingConfig--;
|
| return o;
|
| @@ -2495,39 +2539,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'));
|
| - checkUnnamed2190(o.creativeType);
|
| - checkUnnamed2191(o.dimensions);
|
| - checkUnnamed2192(o.excludedContentLabels);
|
| - checkUnnamed2193(o.excludedGeoCriteriaIds);
|
| - checkUnnamed2194(o.excludedPlacements);
|
| - checkUnnamed2195(o.excludedUserLists);
|
| - checkUnnamed2196(o.excludedVerticals);
|
| - checkUnnamed2197(o.geoCriteriaIds);
|
| + checkUnnamed106(o.creativeType);
|
| + checkUnnamed107(o.dimensions);
|
| + checkUnnamed108(o.excludedContentLabels);
|
| + checkUnnamed109(o.excludedGeoCriteriaIds);
|
| + checkUnnamed110(o.excludedPlacements);
|
| + checkUnnamed111(o.excludedUserLists);
|
| + checkUnnamed112(o.excludedVerticals);
|
| + checkUnnamed113(o.geoCriteriaIds);
|
| unittest.expect(o.isActive, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - 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);
|
| + checkUnnamed114(o.languages);
|
| + checkUnnamed115(o.mobileCarriers);
|
| + checkUnnamed116(o.mobileDevices);
|
| + checkUnnamed117(o.mobileOperatingSystemVersions);
|
| + checkUnnamed118(o.placements);
|
| + checkUnnamed119(o.platforms);
|
| + checkUnnamed120(o.supportedCreativeAttributes);
|
| + checkUnnamed121(o.userLists);
|
| + checkUnnamed122(o.vendorTypes);
|
| + checkUnnamed123(o.verticals);
|
| + checkUnnamed124(o.videoPlayerSizes);
|
| }
|
| buildCounterPretargetingConfig--;
|
| }
|
|
|
| -buildUnnamed2209() {
|
| +buildUnnamed125() {
|
| var o = new core.List<api.PretargetingConfig>();
|
| o.add(buildPretargetingConfig());
|
| o.add(buildPretargetingConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2209(core.List<api.PretargetingConfig> o) {
|
| +checkUnnamed125(core.List<api.PretargetingConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfig(o[0]);
|
| checkPretargetingConfig(o[1]);
|
| @@ -2538,7 +2582,7 @@ buildPretargetingConfigList() {
|
| var o = new api.PretargetingConfigList();
|
| buildCounterPretargetingConfigList++;
|
| if (buildCounterPretargetingConfigList < 3) {
|
| - o.items = buildUnnamed2209();
|
| + o.items = buildUnnamed125();
|
| o.kind = "foo";
|
| }
|
| buildCounterPretargetingConfigList--;
|
| @@ -2548,7 +2592,7 @@ buildPretargetingConfigList() {
|
| checkPretargetingConfigList(api.PretargetingConfigList o) {
|
| buildCounterPretargetingConfigList++;
|
| if (buildCounterPretargetingConfigList < 3) {
|
| - checkUnnamed2209(o.items);
|
| + checkUnnamed125(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterPretargetingConfigList--;
|
| @@ -2561,6 +2605,7 @@ buildPrice() {
|
| if (buildCounterPrice < 3) {
|
| o.amountMicros = 42.0;
|
| o.currencyCode = "foo";
|
| + o.expectedCpmMicros = 42.0;
|
| o.pricingType = "foo";
|
| }
|
| buildCounterPrice--;
|
| @@ -2572,6 +2617,7 @@ checkPrice(api.Price o) {
|
| if (buildCounterPrice < 3) {
|
| unittest.expect(o.amountMicros, unittest.equals(42.0));
|
| unittest.expect(o.currencyCode, unittest.equals('foo'));
|
| + unittest.expect(o.expectedCpmMicros, unittest.equals(42.0));
|
| unittest.expect(o.pricingType, unittest.equals('foo'));
|
| }
|
| buildCounterPrice--;
|
| @@ -2621,40 +2667,40 @@ checkPrivateData(api.PrivateData o) {
|
| buildCounterPrivateData--;
|
| }
|
|
|
| -buildUnnamed2210() {
|
| +buildUnnamed126() {
|
| var o = new core.List<api.ContactInformation>();
|
| o.add(buildContactInformation());
|
| o.add(buildContactInformation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2210(core.List<api.ContactInformation> o) {
|
| +checkUnnamed126(core.List<api.ContactInformation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContactInformation(o[0]);
|
| checkContactInformation(o[1]);
|
| }
|
|
|
| -buildUnnamed2211() {
|
| +buildUnnamed127() {
|
| var o = new core.List<api.MarketplaceLabel>();
|
| o.add(buildMarketplaceLabel());
|
| o.add(buildMarketplaceLabel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2211(core.List<api.MarketplaceLabel> o) {
|
| +checkUnnamed127(core.List<api.MarketplaceLabel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceLabel(o[0]);
|
| checkMarketplaceLabel(o[1]);
|
| }
|
|
|
| -buildUnnamed2212() {
|
| +buildUnnamed128() {
|
| var o = new core.List<api.SharedTargeting>();
|
| o.add(buildSharedTargeting());
|
| o.add(buildSharedTargeting());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2212(core.List<api.SharedTargeting> o) {
|
| +checkUnnamed128(core.List<api.SharedTargeting> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSharedTargeting(o[0]);
|
| checkSharedTargeting(o[1]);
|
| @@ -2666,14 +2712,14 @@ buildProduct() {
|
| buildCounterProduct++;
|
| if (buildCounterProduct < 3) {
|
| o.creationTimeMs = "foo";
|
| - o.creatorContacts = buildUnnamed2210();
|
| + o.creatorContacts = buildUnnamed126();
|
| o.deliveryControl = buildDeliveryControl();
|
| o.flightEndTimeMs = "foo";
|
| o.flightStartTimeMs = "foo";
|
| o.hasCreatorSignedOff = true;
|
| o.inventorySource = "foo";
|
| o.kind = "foo";
|
| - o.labels = buildUnnamed2211();
|
| + o.labels = buildUnnamed127();
|
| o.lastUpdateTimeMs = "foo";
|
| o.legacyOfferId = "foo";
|
| o.name = "foo";
|
| @@ -2683,7 +2729,7 @@ buildProduct() {
|
| o.publisherProvidedForecast = buildPublisherProvidedForecast();
|
| o.revisionNumber = "foo";
|
| o.seller = buildSeller();
|
| - o.sharedTargetings = buildUnnamed2212();
|
| + o.sharedTargetings = buildUnnamed128();
|
| o.state = "foo";
|
| o.syndicationProduct = "foo";
|
| o.terms = buildDealTerms();
|
| @@ -2697,14 +2743,14 @@ checkProduct(api.Product o) {
|
| buildCounterProduct++;
|
| if (buildCounterProduct < 3) {
|
| unittest.expect(o.creationTimeMs, unittest.equals('foo'));
|
| - checkUnnamed2210(o.creatorContacts);
|
| + checkUnnamed126(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'));
|
| - checkUnnamed2211(o.labels);
|
| + checkUnnamed127(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 +2760,7 @@ checkProduct(api.Product o) {
|
| checkPublisherProvidedForecast(o.publisherProvidedForecast);
|
| unittest.expect(o.revisionNumber, unittest.equals('foo'));
|
| checkSeller(o.seller);
|
| - checkUnnamed2212(o.sharedTargetings);
|
| + checkUnnamed128(o.sharedTargetings);
|
| unittest.expect(o.state, unittest.equals('foo'));
|
| unittest.expect(o.syndicationProduct, unittest.equals('foo'));
|
| checkDealTerms(o.terms);
|
| @@ -2723,40 +2769,40 @@ checkProduct(api.Product o) {
|
| buildCounterProduct--;
|
| }
|
|
|
| -buildUnnamed2213() {
|
| +buildUnnamed129() {
|
| var o = new core.List<api.ContactInformation>();
|
| o.add(buildContactInformation());
|
| o.add(buildContactInformation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2213(core.List<api.ContactInformation> o) {
|
| +checkUnnamed129(core.List<api.ContactInformation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContactInformation(o[0]);
|
| checkContactInformation(o[1]);
|
| }
|
|
|
| -buildUnnamed2214() {
|
| +buildUnnamed130() {
|
| var o = new core.List<api.MarketplaceLabel>();
|
| o.add(buildMarketplaceLabel());
|
| o.add(buildMarketplaceLabel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2214(core.List<api.MarketplaceLabel> o) {
|
| +checkUnnamed130(core.List<api.MarketplaceLabel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceLabel(o[0]);
|
| checkMarketplaceLabel(o[1]);
|
| }
|
|
|
| -buildUnnamed2215() {
|
| +buildUnnamed131() {
|
| var o = new core.List<api.ContactInformation>();
|
| o.add(buildContactInformation());
|
| o.add(buildContactInformation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2215(core.List<api.ContactInformation> o) {
|
| +checkUnnamed131(core.List<api.ContactInformation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContactInformation(o[0]);
|
| checkContactInformation(o[1]);
|
| @@ -2769,7 +2815,7 @@ buildProposal() {
|
| if (buildCounterProposal < 3) {
|
| o.billedBuyer = buildBuyer();
|
| o.buyer = buildBuyer();
|
| - o.buyerContacts = buildUnnamed2213();
|
| + o.buyerContacts = buildUnnamed129();
|
| o.buyerPrivateData = buildPrivateData();
|
| o.hasBuyerSignedOff = true;
|
| o.hasSellerSignedOff = true;
|
| @@ -2777,7 +2823,7 @@ buildProposal() {
|
| o.isRenegotiating = true;
|
| o.isSetupComplete = true;
|
| o.kind = "foo";
|
| - o.labels = buildUnnamed2214();
|
| + o.labels = buildUnnamed130();
|
| o.lastUpdaterOrCommentorRole = "foo";
|
| o.name = "foo";
|
| o.negotiationId = "foo";
|
| @@ -2788,7 +2834,7 @@ buildProposal() {
|
| o.revisionNumber = "foo";
|
| o.revisionTimeMs = "foo";
|
| o.seller = buildSeller();
|
| - o.sellerContacts = buildUnnamed2215();
|
| + o.sellerContacts = buildUnnamed131();
|
| }
|
| buildCounterProposal--;
|
| return o;
|
| @@ -2799,7 +2845,7 @@ checkProposal(api.Proposal o) {
|
| if (buildCounterProposal < 3) {
|
| checkBuyer(o.billedBuyer);
|
| checkBuyer(o.buyer);
|
| - checkUnnamed2213(o.buyerContacts);
|
| + checkUnnamed129(o.buyerContacts);
|
| checkPrivateData(o.buyerPrivateData);
|
| unittest.expect(o.hasBuyerSignedOff, unittest.isTrue);
|
| unittest.expect(o.hasSellerSignedOff, unittest.isTrue);
|
| @@ -2807,7 +2853,7 @@ checkProposal(api.Proposal o) {
|
| unittest.expect(o.isRenegotiating, unittest.isTrue);
|
| unittest.expect(o.isSetupComplete, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2214(o.labels);
|
| + checkUnnamed130(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 +2864,32 @@ checkProposal(api.Proposal o) {
|
| unittest.expect(o.revisionNumber, unittest.equals('foo'));
|
| unittest.expect(o.revisionTimeMs, unittest.equals('foo'));
|
| checkSeller(o.seller);
|
| - checkUnnamed2215(o.sellerContacts);
|
| + checkUnnamed131(o.sellerContacts);
|
| }
|
| buildCounterProposal--;
|
| }
|
|
|
| -buildUnnamed2216() {
|
| +buildUnnamed132() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2216(core.List<core.String> o) {
|
| +checkUnnamed132(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'));
|
| }
|
|
|
| -buildUnnamed2217() {
|
| +buildUnnamed133() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2217(core.List<core.String> o) {
|
| +checkUnnamed133(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 +2915,14 @@ buildPublisherProfileApiProto() {
|
| o.overview = "foo";
|
| o.profileId = 42;
|
| o.programmaticContact = "foo";
|
| - o.publisherDomains = buildUnnamed2216();
|
| + o.publisherDomains = buildUnnamed132();
|
| o.publisherProfileId = "foo";
|
| o.publisherProvidedForecast = buildPublisherProvidedForecast();
|
| o.rateCardInfoLink = "foo";
|
| o.samplePageLink = "foo";
|
| o.seller = buildSeller();
|
| o.state = "foo";
|
| - o.topHeadlines = buildUnnamed2217();
|
| + o.topHeadlines = buildUnnamed133();
|
| }
|
| buildCounterPublisherProfileApiProto--;
|
| return o;
|
| @@ -2900,26 +2946,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'));
|
| - checkUnnamed2216(o.publisherDomains);
|
| + checkUnnamed132(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'));
|
| - checkUnnamed2217(o.topHeadlines);
|
| + checkUnnamed133(o.topHeadlines);
|
| }
|
| buildCounterPublisherProfileApiProto--;
|
| }
|
|
|
| -buildUnnamed2218() {
|
| +buildUnnamed134() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2218(core.List<api.Dimension> o) {
|
| +checkUnnamed134(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| @@ -2930,7 +2976,7 @@ buildPublisherProvidedForecast() {
|
| var o = new api.PublisherProvidedForecast();
|
| buildCounterPublisherProvidedForecast++;
|
| if (buildCounterPublisherProvidedForecast < 3) {
|
| - o.dimensions = buildUnnamed2218();
|
| + o.dimensions = buildUnnamed134();
|
| o.weeklyImpressions = "foo";
|
| o.weeklyUniques = "foo";
|
| }
|
| @@ -2941,7 +2987,7 @@ buildPublisherProvidedForecast() {
|
| checkPublisherProvidedForecast(api.PublisherProvidedForecast o) {
|
| buildCounterPublisherProvidedForecast++;
|
| if (buildCounterPublisherProvidedForecast < 3) {
|
| - checkUnnamed2218(o.dimensions);
|
| + checkUnnamed134(o.dimensions);
|
| unittest.expect(o.weeklyImpressions, unittest.equals('foo'));
|
| unittest.expect(o.weeklyUniques, unittest.equals('foo'));
|
| }
|
| @@ -2969,27 +3015,27 @@ checkSeller(api.Seller o) {
|
| buildCounterSeller--;
|
| }
|
|
|
| -buildUnnamed2219() {
|
| +buildUnnamed135() {
|
| var o = new core.List<api.TargetingValue>();
|
| o.add(buildTargetingValue());
|
| o.add(buildTargetingValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2219(core.List<api.TargetingValue> o) {
|
| +checkUnnamed135(core.List<api.TargetingValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetingValue(o[0]);
|
| checkTargetingValue(o[1]);
|
| }
|
|
|
| -buildUnnamed2220() {
|
| +buildUnnamed136() {
|
| var o = new core.List<api.TargetingValue>();
|
| o.add(buildTargetingValue());
|
| o.add(buildTargetingValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2220(core.List<api.TargetingValue> o) {
|
| +checkUnnamed136(core.List<api.TargetingValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetingValue(o[0]);
|
| checkTargetingValue(o[1]);
|
| @@ -3000,8 +3046,8 @@ buildSharedTargeting() {
|
| var o = new api.SharedTargeting();
|
| buildCounterSharedTargeting++;
|
| if (buildCounterSharedTargeting < 3) {
|
| - o.exclusions = buildUnnamed2219();
|
| - o.inclusions = buildUnnamed2220();
|
| + o.exclusions = buildUnnamed135();
|
| + o.inclusions = buildUnnamed136();
|
| o.key = "foo";
|
| }
|
| buildCounterSharedTargeting--;
|
| @@ -3011,8 +3057,8 @@ buildSharedTargeting() {
|
| checkSharedTargeting(api.SharedTargeting o) {
|
| buildCounterSharedTargeting++;
|
| if (buildCounterSharedTargeting < 3) {
|
| - checkUnnamed2219(o.exclusions);
|
| - checkUnnamed2220(o.inclusions);
|
| + checkUnnamed135(o.exclusions);
|
| + checkUnnamed136(o.inclusions);
|
| unittest.expect(o.key, unittest.equals('foo'));
|
| }
|
| buildCounterSharedTargeting--;
|
| @@ -3043,14 +3089,14 @@ checkTargetingValue(api.TargetingValue o) {
|
| buildCounterTargetingValue--;
|
| }
|
|
|
| -buildUnnamed2221() {
|
| +buildUnnamed137() {
|
| var o = new core.List<api.TargetingValueSize>();
|
| o.add(buildTargetingValueSize());
|
| o.add(buildTargetingValueSize());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2221(core.List<api.TargetingValueSize> o) {
|
| +checkUnnamed137(core.List<api.TargetingValueSize> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetingValueSize(o[0]);
|
| checkTargetingValueSize(o[1]);
|
| @@ -3061,7 +3107,7 @@ buildTargetingValueCreativeSize() {
|
| var o = new api.TargetingValueCreativeSize();
|
| buildCounterTargetingValueCreativeSize++;
|
| if (buildCounterTargetingValueCreativeSize < 3) {
|
| - o.companionSizes = buildUnnamed2221();
|
| + o.companionSizes = buildUnnamed137();
|
| o.creativeSizeType = "foo";
|
| o.size = buildTargetingValueSize();
|
| o.skippableAdType = "foo";
|
| @@ -3073,7 +3119,7 @@ buildTargetingValueCreativeSize() {
|
| checkTargetingValueCreativeSize(api.TargetingValueCreativeSize o) {
|
| buildCounterTargetingValueCreativeSize++;
|
| if (buildCounterTargetingValueCreativeSize < 3) {
|
| - checkUnnamed2221(o.companionSizes);
|
| + checkUnnamed137(o.companionSizes);
|
| unittest.expect(o.creativeSizeType, unittest.equals('foo'));
|
| checkTargetingValueSize(o.size);
|
| unittest.expect(o.skippableAdType, unittest.equals('foo'));
|
| @@ -3081,14 +3127,14 @@ checkTargetingValueCreativeSize(api.TargetingValueCreativeSize o) {
|
| buildCounterTargetingValueCreativeSize--;
|
| }
|
|
|
| -buildUnnamed2222() {
|
| +buildUnnamed138() {
|
| var o = new core.List<api.TargetingValueDayPartTargetingDayPart>();
|
| o.add(buildTargetingValueDayPartTargetingDayPart());
|
| o.add(buildTargetingValueDayPartTargetingDayPart());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2222(core.List<api.TargetingValueDayPartTargetingDayPart> o) {
|
| +checkUnnamed138(core.List<api.TargetingValueDayPartTargetingDayPart> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetingValueDayPartTargetingDayPart(o[0]);
|
| checkTargetingValueDayPartTargetingDayPart(o[1]);
|
| @@ -3099,7 +3145,7 @@ buildTargetingValueDayPartTargeting() {
|
| var o = new api.TargetingValueDayPartTargeting();
|
| buildCounterTargetingValueDayPartTargeting++;
|
| if (buildCounterTargetingValueDayPartTargeting < 3) {
|
| - o.dayParts = buildUnnamed2222();
|
| + o.dayParts = buildUnnamed138();
|
| o.timeZoneType = "foo";
|
| }
|
| buildCounterTargetingValueDayPartTargeting--;
|
| @@ -3109,7 +3155,7 @@ buildTargetingValueDayPartTargeting() {
|
| checkTargetingValueDayPartTargeting(api.TargetingValueDayPartTargeting o) {
|
| buildCounterTargetingValueDayPartTargeting++;
|
| if (buildCounterTargetingValueDayPartTargeting < 3) {
|
| - checkUnnamed2222(o.dayParts);
|
| + checkUnnamed138(o.dayParts);
|
| unittest.expect(o.timeZoneType, unittest.equals('foo'));
|
| }
|
| buildCounterTargetingValueDayPartTargeting--;
|
| @@ -3188,27 +3234,27 @@ checkUpdatePrivateAuctionProposalRequest(api.UpdatePrivateAuctionProposalRequest
|
| buildCounterUpdatePrivateAuctionProposalRequest--;
|
| }
|
|
|
| -buildUnnamed2223() {
|
| +buildUnnamed139() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed2223(core.List<core.int> o) {
|
| +checkUnnamed139(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));
|
| }
|
|
|
| -buildUnnamed2224() {
|
| +buildUnnamed140() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2224(core.List<core.String> o) {
|
| +checkUnnamed140(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'));
|
| @@ -3522,6 +3568,15 @@ main() {
|
| });
|
|
|
|
|
| + unittest.group("obj-schema-DealTermsRubiconNonGuaranteedTerms", () {
|
| + unittest.test("to-json--from-json", () {
|
| + var o = buildDealTermsRubiconNonGuaranteedTerms();
|
| + var od = new api.DealTermsRubiconNonGuaranteedTerms.fromJson(o.toJson());
|
| + checkDealTermsRubiconNonGuaranteedTerms(od);
|
| + });
|
| + });
|
| +
|
| +
|
| unittest.group("obj-schema-DeleteOrderDealsRequest", () {
|
| unittest.test("to-json--from-json", () {
|
| var o = buildDeleteOrderDealsRequest();
|
| @@ -4541,8 +4596,8 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.CreativesResourceApi res = new api.AdexchangebuyerApi(mock).creatives;
|
| - var arg_accountId = buildUnnamed2223();
|
| - var arg_buyerCreativeId = buildUnnamed2224();
|
| + var arg_accountId = buildUnnamed139();
|
| + var arg_buyerCreativeId = buildUnnamed140();
|
| var arg_dealsStatusFilter = "foo";
|
| var arg_maxResults = 42;
|
| var arg_openAuctionStatusFilter = "foo";
|
| @@ -4953,6 +5008,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.MarketplacenotesResourceApi res = new api.AdexchangebuyerApi(mock).marketplacenotes;
|
| var arg_proposalId = "foo";
|
| + var arg_pqlQuery = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -4988,6 +5044,7 @@ main() {
|
| addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
|
| }
|
| }
|
| + unittest.expect(queryMap["pqlQuery"].first, unittest.equals(arg_pqlQuery));
|
|
|
|
|
| var h = {
|
| @@ -4996,7 +5053,7 @@ main() {
|
| var resp = convert.JSON.encode(buildGetOrderNotesResponse());
|
| return new async.Future.value(stringResponse(200, h, resp));
|
| }), true);
|
| - res.list(arg_proposalId).then(unittest.expectAsync(((api.GetOrderNotesResponse response) {
|
| + res.list(arg_proposalId, pqlQuery: arg_pqlQuery).then(unittest.expectAsync(((api.GetOrderNotesResponse response) {
|
| checkGetOrderNotesResponse(response);
|
| })));
|
| });
|
|
|