| 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 ede23c1c0dfc0700805bf4baf033d0de7539459d..84e07e55e34f1ead4978bec53e0c6480a3a092ca 100644
|
| --- a/generated/googleapis/test/adexchangebuyer/v1_4_test.dart
|
| +++ b/generated/googleapis/test/adexchangebuyer/v1_4_test.dart
|
| @@ -76,14 +76,14 @@ checkAccountBidderLocation(api.AccountBidderLocation o) {
|
| buildCounterAccountBidderLocation--;
|
| }
|
|
|
| -buildUnnamed49() {
|
| +buildUnnamed2279() {
|
| var o = new core.List<api.AccountBidderLocation>();
|
| o.add(buildAccountBidderLocation());
|
| o.add(buildAccountBidderLocation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed49(core.List<api.AccountBidderLocation> o) {
|
| +checkUnnamed2279(core.List<api.AccountBidderLocation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountBidderLocation(o[0]);
|
| checkAccountBidderLocation(o[1]);
|
| @@ -94,7 +94,7 @@ buildAccount() {
|
| var o = new api.Account();
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| - o.bidderLocation = buildUnnamed49();
|
| + o.bidderLocation = buildUnnamed2279();
|
| o.cookieMatchingNid = "foo";
|
| o.cookieMatchingUrl = "foo";
|
| o.id = 42;
|
| @@ -110,7 +110,7 @@ buildAccount() {
|
| checkAccount(api.Account o) {
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| - checkUnnamed49(o.bidderLocation);
|
| + checkUnnamed2279(o.bidderLocation);
|
| unittest.expect(o.cookieMatchingNid, unittest.equals('foo'));
|
| unittest.expect(o.cookieMatchingUrl, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals(42));
|
| @@ -122,14 +122,14 @@ checkAccount(api.Account o) {
|
| buildCounterAccount--;
|
| }
|
|
|
| -buildUnnamed50() {
|
| +buildUnnamed2280() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed50(core.List<api.Account> o) {
|
| +checkUnnamed2280(core.List<api.Account> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccount(o[0]);
|
| checkAccount(o[1]);
|
| @@ -140,7 +140,7 @@ buildAccountsList() {
|
| var o = new api.AccountsList();
|
| buildCounterAccountsList++;
|
| if (buildCounterAccountsList < 3) {
|
| - o.items = buildUnnamed50();
|
| + o.items = buildUnnamed2280();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountsList--;
|
| @@ -150,20 +150,20 @@ buildAccountsList() {
|
| checkAccountsList(api.AccountsList o) {
|
| buildCounterAccountsList++;
|
| if (buildCounterAccountsList < 3) {
|
| - checkUnnamed50(o.items);
|
| + checkUnnamed2280(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountsList--;
|
| }
|
|
|
| -buildUnnamed51() {
|
| +buildUnnamed2281() {
|
| var o = new core.List<api.MarketplaceDeal>();
|
| o.add(buildMarketplaceDeal());
|
| o.add(buildMarketplaceDeal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed51(core.List<api.MarketplaceDeal> o) {
|
| +checkUnnamed2281(core.List<api.MarketplaceDeal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceDeal(o[0]);
|
| checkMarketplaceDeal(o[1]);
|
| @@ -174,7 +174,7 @@ buildAddOrderDealsRequest() {
|
| var o = new api.AddOrderDealsRequest();
|
| buildCounterAddOrderDealsRequest++;
|
| if (buildCounterAddOrderDealsRequest < 3) {
|
| - o.deals = buildUnnamed51();
|
| + o.deals = buildUnnamed2281();
|
| o.proposalRevisionNumber = "foo";
|
| o.updateAction = "foo";
|
| }
|
| @@ -185,21 +185,21 @@ buildAddOrderDealsRequest() {
|
| checkAddOrderDealsRequest(api.AddOrderDealsRequest o) {
|
| buildCounterAddOrderDealsRequest++;
|
| if (buildCounterAddOrderDealsRequest < 3) {
|
| - checkUnnamed51(o.deals);
|
| + checkUnnamed2281(o.deals);
|
| unittest.expect(o.proposalRevisionNumber, unittest.equals('foo'));
|
| unittest.expect(o.updateAction, unittest.equals('foo'));
|
| }
|
| buildCounterAddOrderDealsRequest--;
|
| }
|
|
|
| -buildUnnamed52() {
|
| +buildUnnamed2282() {
|
| var o = new core.List<api.MarketplaceDeal>();
|
| o.add(buildMarketplaceDeal());
|
| o.add(buildMarketplaceDeal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed52(core.List<api.MarketplaceDeal> o) {
|
| +checkUnnamed2282(core.List<api.MarketplaceDeal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceDeal(o[0]);
|
| checkMarketplaceDeal(o[1]);
|
| @@ -210,7 +210,7 @@ buildAddOrderDealsResponse() {
|
| var o = new api.AddOrderDealsResponse();
|
| buildCounterAddOrderDealsResponse++;
|
| if (buildCounterAddOrderDealsResponse < 3) {
|
| - o.deals = buildUnnamed52();
|
| + o.deals = buildUnnamed2282();
|
| o.proposalRevisionNumber = "foo";
|
| }
|
| buildCounterAddOrderDealsResponse--;
|
| @@ -220,20 +220,20 @@ buildAddOrderDealsResponse() {
|
| checkAddOrderDealsResponse(api.AddOrderDealsResponse o) {
|
| buildCounterAddOrderDealsResponse++;
|
| if (buildCounterAddOrderDealsResponse < 3) {
|
| - checkUnnamed52(o.deals);
|
| + checkUnnamed2282(o.deals);
|
| unittest.expect(o.proposalRevisionNumber, unittest.equals('foo'));
|
| }
|
| buildCounterAddOrderDealsResponse--;
|
| }
|
|
|
| -buildUnnamed53() {
|
| +buildUnnamed2283() {
|
| var o = new core.List<api.MarketplaceNote>();
|
| o.add(buildMarketplaceNote());
|
| o.add(buildMarketplaceNote());
|
| return o;
|
| }
|
|
|
| -checkUnnamed53(core.List<api.MarketplaceNote> o) {
|
| +checkUnnamed2283(core.List<api.MarketplaceNote> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceNote(o[0]);
|
| checkMarketplaceNote(o[1]);
|
| @@ -244,7 +244,7 @@ buildAddOrderNotesRequest() {
|
| var o = new api.AddOrderNotesRequest();
|
| buildCounterAddOrderNotesRequest++;
|
| if (buildCounterAddOrderNotesRequest < 3) {
|
| - o.notes = buildUnnamed53();
|
| + o.notes = buildUnnamed2283();
|
| }
|
| buildCounterAddOrderNotesRequest--;
|
| return o;
|
| @@ -253,19 +253,19 @@ buildAddOrderNotesRequest() {
|
| checkAddOrderNotesRequest(api.AddOrderNotesRequest o) {
|
| buildCounterAddOrderNotesRequest++;
|
| if (buildCounterAddOrderNotesRequest < 3) {
|
| - checkUnnamed53(o.notes);
|
| + checkUnnamed2283(o.notes);
|
| }
|
| buildCounterAddOrderNotesRequest--;
|
| }
|
|
|
| -buildUnnamed54() {
|
| +buildUnnamed2284() {
|
| var o = new core.List<api.MarketplaceNote>();
|
| o.add(buildMarketplaceNote());
|
| o.add(buildMarketplaceNote());
|
| return o;
|
| }
|
|
|
| -checkUnnamed54(core.List<api.MarketplaceNote> o) {
|
| +checkUnnamed2284(core.List<api.MarketplaceNote> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceNote(o[0]);
|
| checkMarketplaceNote(o[1]);
|
| @@ -276,7 +276,7 @@ buildAddOrderNotesResponse() {
|
| var o = new api.AddOrderNotesResponse();
|
| buildCounterAddOrderNotesResponse++;
|
| if (buildCounterAddOrderNotesResponse < 3) {
|
| - o.notes = buildUnnamed54();
|
| + o.notes = buildUnnamed2284();
|
| }
|
| buildCounterAddOrderNotesResponse--;
|
| return o;
|
| @@ -285,19 +285,19 @@ buildAddOrderNotesResponse() {
|
| checkAddOrderNotesResponse(api.AddOrderNotesResponse o) {
|
| buildCounterAddOrderNotesResponse++;
|
| if (buildCounterAddOrderNotesResponse < 3) {
|
| - checkUnnamed54(o.notes);
|
| + checkUnnamed2284(o.notes);
|
| }
|
| buildCounterAddOrderNotesResponse--;
|
| }
|
|
|
| -buildUnnamed55() {
|
| +buildUnnamed2285() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed55(core.List<core.String> o) {
|
| +checkUnnamed2285(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -310,7 +310,7 @@ buildBillingInfo() {
|
| if (buildCounterBillingInfo < 3) {
|
| o.accountId = 42;
|
| o.accountName = "foo";
|
| - o.billingId = buildUnnamed55();
|
| + o.billingId = buildUnnamed2285();
|
| o.kind = "foo";
|
| }
|
| buildCounterBillingInfo--;
|
| @@ -322,20 +322,20 @@ checkBillingInfo(api.BillingInfo o) {
|
| if (buildCounterBillingInfo < 3) {
|
| unittest.expect(o.accountId, unittest.equals(42));
|
| unittest.expect(o.accountName, unittest.equals('foo'));
|
| - checkUnnamed55(o.billingId);
|
| + checkUnnamed2285(o.billingId);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBillingInfo--;
|
| }
|
|
|
| -buildUnnamed56() {
|
| +buildUnnamed2286() {
|
| var o = new core.List<api.BillingInfo>();
|
| o.add(buildBillingInfo());
|
| o.add(buildBillingInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed56(core.List<api.BillingInfo> o) {
|
| +checkUnnamed2286(core.List<api.BillingInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBillingInfo(o[0]);
|
| checkBillingInfo(o[1]);
|
| @@ -346,7 +346,7 @@ buildBillingInfoList() {
|
| var o = new api.BillingInfoList();
|
| buildCounterBillingInfoList++;
|
| if (buildCounterBillingInfoList < 3) {
|
| - o.items = buildUnnamed56();
|
| + o.items = buildUnnamed2286();
|
| o.kind = "foo";
|
| }
|
| buildCounterBillingInfoList--;
|
| @@ -356,7 +356,7 @@ buildBillingInfoList() {
|
| checkBillingInfoList(api.BillingInfoList o) {
|
| buildCounterBillingInfoList++;
|
| if (buildCounterBillingInfoList < 3) {
|
| - checkUnnamed56(o.items);
|
| + checkUnnamed2286(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBillingInfoList--;
|
| @@ -431,14 +431,14 @@ checkContactInformation(api.ContactInformation o) {
|
| buildCounterContactInformation--;
|
| }
|
|
|
| -buildUnnamed57() {
|
| +buildUnnamed2287() {
|
| var o = new core.List<api.Proposal>();
|
| o.add(buildProposal());
|
| o.add(buildProposal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed57(core.List<api.Proposal> o) {
|
| +checkUnnamed2287(core.List<api.Proposal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProposal(o[0]);
|
| checkProposal(o[1]);
|
| @@ -449,7 +449,7 @@ buildCreateOrdersRequest() {
|
| var o = new api.CreateOrdersRequest();
|
| buildCounterCreateOrdersRequest++;
|
| if (buildCounterCreateOrdersRequest < 3) {
|
| - o.proposals = buildUnnamed57();
|
| + o.proposals = buildUnnamed2287();
|
| o.webPropertyCode = "foo";
|
| }
|
| buildCounterCreateOrdersRequest--;
|
| @@ -459,20 +459,20 @@ buildCreateOrdersRequest() {
|
| checkCreateOrdersRequest(api.CreateOrdersRequest o) {
|
| buildCounterCreateOrdersRequest++;
|
| if (buildCounterCreateOrdersRequest < 3) {
|
| - checkUnnamed57(o.proposals);
|
| + checkUnnamed2287(o.proposals);
|
| unittest.expect(o.webPropertyCode, unittest.equals('foo'));
|
| }
|
| buildCounterCreateOrdersRequest--;
|
| }
|
|
|
| -buildUnnamed58() {
|
| +buildUnnamed2288() {
|
| var o = new core.List<api.Proposal>();
|
| o.add(buildProposal());
|
| o.add(buildProposal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed58(core.List<api.Proposal> o) {
|
| +checkUnnamed2288(core.List<api.Proposal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProposal(o[0]);
|
| checkProposal(o[1]);
|
| @@ -483,7 +483,7 @@ buildCreateOrdersResponse() {
|
| var o = new api.CreateOrdersResponse();
|
| buildCounterCreateOrdersResponse++;
|
| if (buildCounterCreateOrdersResponse < 3) {
|
| - o.proposals = buildUnnamed58();
|
| + o.proposals = buildUnnamed2288();
|
| }
|
| buildCounterCreateOrdersResponse--;
|
| return o;
|
| @@ -492,84 +492,84 @@ buildCreateOrdersResponse() {
|
| checkCreateOrdersResponse(api.CreateOrdersResponse o) {
|
| buildCounterCreateOrdersResponse++;
|
| if (buildCounterCreateOrdersResponse < 3) {
|
| - checkUnnamed58(o.proposals);
|
| + checkUnnamed2288(o.proposals);
|
| }
|
| buildCounterCreateOrdersResponse--;
|
| }
|
|
|
| -buildUnnamed59() {
|
| +buildUnnamed2289() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed59(core.List<core.String> o) {
|
| +checkUnnamed2289(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed60() {
|
| +buildUnnamed2290() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed60(core.List<core.int> o) {
|
| +checkUnnamed2290(core.List<core.int> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals(42));
|
| unittest.expect(o[1], unittest.equals(42));
|
| }
|
|
|
| -buildUnnamed61() {
|
| +buildUnnamed2291() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed61(core.List<core.String> o) {
|
| +checkUnnamed2291(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed62() {
|
| +buildUnnamed2292() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed62(core.List<core.String> o) {
|
| +checkUnnamed2292(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed63() {
|
| +buildUnnamed2293() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed63(core.List<core.int> o) {
|
| +checkUnnamed2293(core.List<core.int> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals(42));
|
| unittest.expect(o[1], unittest.equals(42));
|
| }
|
|
|
| -buildUnnamed64() {
|
| +buildUnnamed2294() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed64(core.List<core.String> o) {
|
| +checkUnnamed2294(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -580,10 +580,10 @@ buildCreativeCorrectionsContexts() {
|
| var o = new api.CreativeCorrectionsContexts();
|
| buildCounterCreativeCorrectionsContexts++;
|
| if (buildCounterCreativeCorrectionsContexts < 3) {
|
| - o.auctionType = buildUnnamed62();
|
| + o.auctionType = buildUnnamed2292();
|
| o.contextType = "foo";
|
| - o.geoCriteriaId = buildUnnamed63();
|
| - o.platform = buildUnnamed64();
|
| + o.geoCriteriaId = buildUnnamed2293();
|
| + o.platform = buildUnnamed2294();
|
| }
|
| buildCounterCreativeCorrectionsContexts--;
|
| return o;
|
| @@ -592,35 +592,35 @@ buildCreativeCorrectionsContexts() {
|
| checkCreativeCorrectionsContexts(api.CreativeCorrectionsContexts o) {
|
| buildCounterCreativeCorrectionsContexts++;
|
| if (buildCounterCreativeCorrectionsContexts < 3) {
|
| - checkUnnamed62(o.auctionType);
|
| + checkUnnamed2292(o.auctionType);
|
| unittest.expect(o.contextType, unittest.equals('foo'));
|
| - checkUnnamed63(o.geoCriteriaId);
|
| - checkUnnamed64(o.platform);
|
| + checkUnnamed2293(o.geoCriteriaId);
|
| + checkUnnamed2294(o.platform);
|
| }
|
| buildCounterCreativeCorrectionsContexts--;
|
| }
|
|
|
| -buildUnnamed65() {
|
| +buildUnnamed2295() {
|
| var o = new core.List<api.CreativeCorrectionsContexts>();
|
| o.add(buildCreativeCorrectionsContexts());
|
| o.add(buildCreativeCorrectionsContexts());
|
| return o;
|
| }
|
|
|
| -checkUnnamed65(core.List<api.CreativeCorrectionsContexts> o) {
|
| +checkUnnamed2295(core.List<api.CreativeCorrectionsContexts> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCorrectionsContexts(o[0]);
|
| checkCreativeCorrectionsContexts(o[1]);
|
| }
|
|
|
| -buildUnnamed66() {
|
| +buildUnnamed2296() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed66(core.List<core.String> o) {
|
| +checkUnnamed2296(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -631,8 +631,8 @@ buildCreativeCorrections() {
|
| var o = new api.CreativeCorrections();
|
| buildCounterCreativeCorrections++;
|
| if (buildCounterCreativeCorrections < 3) {
|
| - o.contexts = buildUnnamed65();
|
| - o.details = buildUnnamed66();
|
| + o.contexts = buildUnnamed2295();
|
| + o.details = buildUnnamed2296();
|
| o.reason = "foo";
|
| }
|
| buildCounterCreativeCorrections--;
|
| @@ -642,34 +642,34 @@ buildCreativeCorrections() {
|
| checkCreativeCorrections(api.CreativeCorrections o) {
|
| buildCounterCreativeCorrections++;
|
| if (buildCounterCreativeCorrections < 3) {
|
| - checkUnnamed65(o.contexts);
|
| - checkUnnamed66(o.details);
|
| + checkUnnamed2295(o.contexts);
|
| + checkUnnamed2296(o.details);
|
| unittest.expect(o.reason, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeCorrections--;
|
| }
|
|
|
| -buildUnnamed67() {
|
| +buildUnnamed2297() {
|
| var o = new core.List<api.CreativeCorrections>();
|
| o.add(buildCreativeCorrections());
|
| o.add(buildCreativeCorrections());
|
| return o;
|
| }
|
|
|
| -checkUnnamed67(core.List<api.CreativeCorrections> o) {
|
| +checkUnnamed2297(core.List<api.CreativeCorrections> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCorrections(o[0]);
|
| checkCreativeCorrections(o[1]);
|
| }
|
|
|
| -buildUnnamed68() {
|
| +buildUnnamed2298() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed68(core.List<core.String> o) {
|
| +checkUnnamed2298(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'));
|
| @@ -696,14 +696,14 @@ checkCreativeFilteringReasonsReasons(api.CreativeFilteringReasonsReasons o) {
|
| buildCounterCreativeFilteringReasonsReasons--;
|
| }
|
|
|
| -buildUnnamed69() {
|
| +buildUnnamed2299() {
|
| var o = new core.List<api.CreativeFilteringReasonsReasons>();
|
| o.add(buildCreativeFilteringReasonsReasons());
|
| o.add(buildCreativeFilteringReasonsReasons());
|
| return o;
|
| }
|
|
|
| -checkUnnamed69(core.List<api.CreativeFilteringReasonsReasons> o) {
|
| +checkUnnamed2299(core.List<api.CreativeFilteringReasonsReasons> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeFilteringReasonsReasons(o[0]);
|
| checkCreativeFilteringReasonsReasons(o[1]);
|
| @@ -715,7 +715,7 @@ buildCreativeFilteringReasons() {
|
| buildCounterCreativeFilteringReasons++;
|
| if (buildCounterCreativeFilteringReasons < 3) {
|
| o.date = "foo";
|
| - o.reasons = buildUnnamed69();
|
| + o.reasons = buildUnnamed2299();
|
| }
|
| buildCounterCreativeFilteringReasons--;
|
| return o;
|
| @@ -725,32 +725,32 @@ checkCreativeFilteringReasons(api.CreativeFilteringReasons o) {
|
| buildCounterCreativeFilteringReasons++;
|
| if (buildCounterCreativeFilteringReasons < 3) {
|
| unittest.expect(o.date, unittest.equals('foo'));
|
| - checkUnnamed69(o.reasons);
|
| + checkUnnamed2299(o.reasons);
|
| }
|
| buildCounterCreativeFilteringReasons--;
|
| }
|
|
|
| -buildUnnamed70() {
|
| +buildUnnamed2300() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed70(core.List<core.String> o) {
|
| +checkUnnamed2300(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'));
|
| }
|
|
|
| -buildUnnamed71() {
|
| +buildUnnamed2301() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed71(core.List<core.String> o) {
|
| +checkUnnamed2301(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'));
|
| @@ -802,14 +802,14 @@ checkCreativeNativeAdImage(api.CreativeNativeAdImage o) {
|
| buildCounterCreativeNativeAdImage--;
|
| }
|
|
|
| -buildUnnamed72() {
|
| +buildUnnamed2302() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed72(core.List<core.String> o) {
|
| +checkUnnamed2302(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'));
|
| @@ -850,7 +850,7 @@ buildCreativeNativeAd() {
|
| o.clickTrackingUrl = "foo";
|
| o.headline = "foo";
|
| o.image = buildCreativeNativeAdImage();
|
| - o.impressionTrackingUrl = buildUnnamed72();
|
| + o.impressionTrackingUrl = buildUnnamed2302();
|
| o.logo = buildCreativeNativeAdLogo();
|
| o.price = "foo";
|
| o.starRating = 42.0;
|
| @@ -870,7 +870,7 @@ checkCreativeNativeAd(api.CreativeNativeAd o) {
|
| unittest.expect(o.clickTrackingUrl, unittest.equals('foo'));
|
| unittest.expect(o.headline, unittest.equals('foo'));
|
| checkCreativeNativeAdImage(o.image);
|
| - checkUnnamed72(o.impressionTrackingUrl);
|
| + checkUnnamed2302(o.impressionTrackingUrl);
|
| checkCreativeNativeAdLogo(o.logo);
|
| unittest.expect(o.price, unittest.equals('foo'));
|
| unittest.expect(o.starRating, unittest.equals(42.0));
|
| @@ -879,79 +879,79 @@ checkCreativeNativeAd(api.CreativeNativeAd o) {
|
| buildCounterCreativeNativeAd--;
|
| }
|
|
|
| -buildUnnamed73() {
|
| +buildUnnamed2303() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed73(core.List<core.int> o) {
|
| +checkUnnamed2303(core.List<core.int> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals(42));
|
| unittest.expect(o[1], unittest.equals(42));
|
| }
|
|
|
| -buildUnnamed74() {
|
| +buildUnnamed2304() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed74(core.List<core.int> o) {
|
| +checkUnnamed2304(core.List<core.int> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals(42));
|
| unittest.expect(o[1], unittest.equals(42));
|
| }
|
|
|
| -buildUnnamed75() {
|
| +buildUnnamed2305() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed75(core.List<core.int> o) {
|
| +checkUnnamed2305(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));
|
| }
|
|
|
| -buildUnnamed76() {
|
| +buildUnnamed2306() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed76(core.List<core.String> o) {
|
| +checkUnnamed2306(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'));
|
| }
|
|
|
| -buildUnnamed77() {
|
| +buildUnnamed2307() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed77(core.List<core.int> o) {
|
| +checkUnnamed2307(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));
|
| }
|
|
|
| -buildUnnamed78() {
|
| +buildUnnamed2308() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed78(core.List<core.String> o) {
|
| +checkUnnamed2308(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'));
|
| @@ -962,10 +962,10 @@ buildCreativeServingRestrictionsContexts() {
|
| var o = new api.CreativeServingRestrictionsContexts();
|
| buildCounterCreativeServingRestrictionsContexts++;
|
| if (buildCounterCreativeServingRestrictionsContexts < 3) {
|
| - o.auctionType = buildUnnamed76();
|
| + o.auctionType = buildUnnamed2306();
|
| o.contextType = "foo";
|
| - o.geoCriteriaId = buildUnnamed77();
|
| - o.platform = buildUnnamed78();
|
| + o.geoCriteriaId = buildUnnamed2307();
|
| + o.platform = buildUnnamed2308();
|
| }
|
| buildCounterCreativeServingRestrictionsContexts--;
|
| return o;
|
| @@ -974,35 +974,35 @@ buildCreativeServingRestrictionsContexts() {
|
| checkCreativeServingRestrictionsContexts(api.CreativeServingRestrictionsContexts o) {
|
| buildCounterCreativeServingRestrictionsContexts++;
|
| if (buildCounterCreativeServingRestrictionsContexts < 3) {
|
| - checkUnnamed76(o.auctionType);
|
| + checkUnnamed2306(o.auctionType);
|
| unittest.expect(o.contextType, unittest.equals('foo'));
|
| - checkUnnamed77(o.geoCriteriaId);
|
| - checkUnnamed78(o.platform);
|
| + checkUnnamed2307(o.geoCriteriaId);
|
| + checkUnnamed2308(o.platform);
|
| }
|
| buildCounterCreativeServingRestrictionsContexts--;
|
| }
|
|
|
| -buildUnnamed79() {
|
| +buildUnnamed2309() {
|
| var o = new core.List<api.CreativeServingRestrictionsContexts>();
|
| o.add(buildCreativeServingRestrictionsContexts());
|
| o.add(buildCreativeServingRestrictionsContexts());
|
| return o;
|
| }
|
|
|
| -checkUnnamed79(core.List<api.CreativeServingRestrictionsContexts> o) {
|
| +checkUnnamed2309(core.List<api.CreativeServingRestrictionsContexts> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeServingRestrictionsContexts(o[0]);
|
| checkCreativeServingRestrictionsContexts(o[1]);
|
| }
|
|
|
| -buildUnnamed80() {
|
| +buildUnnamed2310() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed80(core.List<core.String> o) {
|
| +checkUnnamed2310(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'));
|
| @@ -1013,7 +1013,7 @@ buildCreativeServingRestrictionsDisapprovalReasons() {
|
| var o = new api.CreativeServingRestrictionsDisapprovalReasons();
|
| buildCounterCreativeServingRestrictionsDisapprovalReasons++;
|
| if (buildCounterCreativeServingRestrictionsDisapprovalReasons < 3) {
|
| - o.details = buildUnnamed80();
|
| + o.details = buildUnnamed2310();
|
| o.reason = "foo";
|
| }
|
| buildCounterCreativeServingRestrictionsDisapprovalReasons--;
|
| @@ -1023,20 +1023,20 @@ buildCreativeServingRestrictionsDisapprovalReasons() {
|
| checkCreativeServingRestrictionsDisapprovalReasons(api.CreativeServingRestrictionsDisapprovalReasons o) {
|
| buildCounterCreativeServingRestrictionsDisapprovalReasons++;
|
| if (buildCounterCreativeServingRestrictionsDisapprovalReasons < 3) {
|
| - checkUnnamed80(o.details);
|
| + checkUnnamed2310(o.details);
|
| unittest.expect(o.reason, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeServingRestrictionsDisapprovalReasons--;
|
| }
|
|
|
| -buildUnnamed81() {
|
| +buildUnnamed2311() {
|
| var o = new core.List<api.CreativeServingRestrictionsDisapprovalReasons>();
|
| o.add(buildCreativeServingRestrictionsDisapprovalReasons());
|
| o.add(buildCreativeServingRestrictionsDisapprovalReasons());
|
| return o;
|
| }
|
|
|
| -checkUnnamed81(core.List<api.CreativeServingRestrictionsDisapprovalReasons> o) {
|
| +checkUnnamed2311(core.List<api.CreativeServingRestrictionsDisapprovalReasons> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeServingRestrictionsDisapprovalReasons(o[0]);
|
| checkCreativeServingRestrictionsDisapprovalReasons(o[1]);
|
| @@ -1047,8 +1047,8 @@ buildCreativeServingRestrictions() {
|
| var o = new api.CreativeServingRestrictions();
|
| buildCounterCreativeServingRestrictions++;
|
| if (buildCounterCreativeServingRestrictions < 3) {
|
| - o.contexts = buildUnnamed79();
|
| - o.disapprovalReasons = buildUnnamed81();
|
| + o.contexts = buildUnnamed2309();
|
| + o.disapprovalReasons = buildUnnamed2311();
|
| o.reason = "foo";
|
| }
|
| buildCounterCreativeServingRestrictions--;
|
| @@ -1058,34 +1058,34 @@ buildCreativeServingRestrictions() {
|
| checkCreativeServingRestrictions(api.CreativeServingRestrictions o) {
|
| buildCounterCreativeServingRestrictions++;
|
| if (buildCounterCreativeServingRestrictions < 3) {
|
| - checkUnnamed79(o.contexts);
|
| - checkUnnamed81(o.disapprovalReasons);
|
| + checkUnnamed2309(o.contexts);
|
| + checkUnnamed2311(o.disapprovalReasons);
|
| unittest.expect(o.reason, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeServingRestrictions--;
|
| }
|
|
|
| -buildUnnamed82() {
|
| +buildUnnamed2312() {
|
| var o = new core.List<api.CreativeServingRestrictions>();
|
| o.add(buildCreativeServingRestrictions());
|
| o.add(buildCreativeServingRestrictions());
|
| return o;
|
| }
|
|
|
| -checkUnnamed82(core.List<api.CreativeServingRestrictions> o) {
|
| +checkUnnamed2312(core.List<api.CreativeServingRestrictions> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeServingRestrictions(o[0]);
|
| checkCreativeServingRestrictions(o[1]);
|
| }
|
|
|
| -buildUnnamed83() {
|
| +buildUnnamed2313() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed83(core.List<core.int> o) {
|
| +checkUnnamed2313(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));
|
| @@ -1099,28 +1099,28 @@ buildCreative() {
|
| o.HTMLSnippet = "foo";
|
| o.accountId = 42;
|
| o.adChoicesDestinationUrl = "foo";
|
| - o.advertiserId = buildUnnamed59();
|
| + o.advertiserId = buildUnnamed2289();
|
| o.advertiserName = "foo";
|
| o.agencyId = "foo";
|
| o.apiUploadTimestamp = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.attribute = buildUnnamed60();
|
| + o.attribute = buildUnnamed2290();
|
| o.buyerCreativeId = "foo";
|
| - o.clickThroughUrl = buildUnnamed61();
|
| - o.corrections = buildUnnamed67();
|
| + o.clickThroughUrl = buildUnnamed2291();
|
| + o.corrections = buildUnnamed2297();
|
| o.dealsStatus = "foo";
|
| - o.detectedDomains = buildUnnamed68();
|
| + o.detectedDomains = buildUnnamed2298();
|
| o.filteringReasons = buildCreativeFilteringReasons();
|
| o.height = 42;
|
| - o.impressionTrackingUrl = buildUnnamed70();
|
| + o.impressionTrackingUrl = buildUnnamed2300();
|
| o.kind = "foo";
|
| - o.languages = buildUnnamed71();
|
| + o.languages = buildUnnamed2301();
|
| o.nativeAd = buildCreativeNativeAd();
|
| o.openAuctionStatus = "foo";
|
| - o.productCategories = buildUnnamed73();
|
| - o.restrictedCategories = buildUnnamed74();
|
| - o.sensitiveCategories = buildUnnamed75();
|
| - o.servingRestrictions = buildUnnamed82();
|
| - o.vendorType = buildUnnamed83();
|
| + o.productCategories = buildUnnamed2303();
|
| + o.restrictedCategories = buildUnnamed2304();
|
| + o.sensitiveCategories = buildUnnamed2305();
|
| + o.servingRestrictions = buildUnnamed2312();
|
| + o.vendorType = buildUnnamed2313();
|
| o.version = 42;
|
| o.videoURL = "foo";
|
| o.width = 42;
|
| @@ -1135,28 +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'));
|
| - checkUnnamed59(o.advertiserId);
|
| + checkUnnamed2289(o.advertiserId);
|
| unittest.expect(o.advertiserName, unittest.equals('foo'));
|
| unittest.expect(o.agencyId, unittest.equals('foo'));
|
| unittest.expect(o.apiUploadTimestamp, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| - checkUnnamed60(o.attribute);
|
| + checkUnnamed2290(o.attribute);
|
| unittest.expect(o.buyerCreativeId, unittest.equals('foo'));
|
| - checkUnnamed61(o.clickThroughUrl);
|
| - checkUnnamed67(o.corrections);
|
| + checkUnnamed2291(o.clickThroughUrl);
|
| + checkUnnamed2297(o.corrections);
|
| unittest.expect(o.dealsStatus, unittest.equals('foo'));
|
| - checkUnnamed68(o.detectedDomains);
|
| + checkUnnamed2298(o.detectedDomains);
|
| checkCreativeFilteringReasons(o.filteringReasons);
|
| unittest.expect(o.height, unittest.equals(42));
|
| - checkUnnamed70(o.impressionTrackingUrl);
|
| + checkUnnamed2300(o.impressionTrackingUrl);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed71(o.languages);
|
| + checkUnnamed2301(o.languages);
|
| checkCreativeNativeAd(o.nativeAd);
|
| unittest.expect(o.openAuctionStatus, unittest.equals('foo'));
|
| - checkUnnamed73(o.productCategories);
|
| - checkUnnamed74(o.restrictedCategories);
|
| - checkUnnamed75(o.sensitiveCategories);
|
| - checkUnnamed82(o.servingRestrictions);
|
| - checkUnnamed83(o.vendorType);
|
| + checkUnnamed2303(o.productCategories);
|
| + checkUnnamed2304(o.restrictedCategories);
|
| + checkUnnamed2305(o.sensitiveCategories);
|
| + checkUnnamed2312(o.servingRestrictions);
|
| + checkUnnamed2313(o.vendorType);
|
| unittest.expect(o.version, unittest.equals(42));
|
| unittest.expect(o.videoURL, unittest.equals('foo'));
|
| unittest.expect(o.width, unittest.equals(42));
|
| @@ -1164,14 +1164,14 @@ checkCreative(api.Creative o) {
|
| buildCounterCreative--;
|
| }
|
|
|
| -buildUnnamed84() {
|
| +buildUnnamed2314() {
|
| var o = new core.List<api.Creative>();
|
| o.add(buildCreative());
|
| o.add(buildCreative());
|
| return o;
|
| }
|
|
|
| -checkUnnamed84(core.List<api.Creative> o) {
|
| +checkUnnamed2314(core.List<api.Creative> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreative(o[0]);
|
| checkCreative(o[1]);
|
| @@ -1182,7 +1182,7 @@ buildCreativesList() {
|
| var o = new api.CreativesList();
|
| buildCounterCreativesList++;
|
| if (buildCounterCreativesList < 3) {
|
| - o.items = buildUnnamed84();
|
| + o.items = buildUnnamed2314();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1193,7 +1193,7 @@ buildCreativesList() {
|
| checkCreativesList(api.CreativesList o) {
|
| buildCounterCreativesList++;
|
| if (buildCounterCreativesList < 3) {
|
| - checkUnnamed84(o.items);
|
| + checkUnnamed2314(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1281,14 +1281,14 @@ checkDealTerms(api.DealTerms o) {
|
| buildCounterDealTerms--;
|
| }
|
|
|
| -buildUnnamed85() {
|
| +buildUnnamed2315() {
|
| var o = new core.List<api.PricePerBuyer>();
|
| o.add(buildPricePerBuyer());
|
| o.add(buildPricePerBuyer());
|
| return o;
|
| }
|
|
|
| -checkUnnamed85(core.List<api.PricePerBuyer> o) {
|
| +checkUnnamed2315(core.List<api.PricePerBuyer> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPricePerBuyer(o[0]);
|
| checkPricePerBuyer(o[1]);
|
| @@ -1300,7 +1300,7 @@ buildDealTermsGuaranteedFixedPriceTerms() {
|
| buildCounterDealTermsGuaranteedFixedPriceTerms++;
|
| if (buildCounterDealTermsGuaranteedFixedPriceTerms < 3) {
|
| o.billingInfo = buildDealTermsGuaranteedFixedPriceTermsBillingInfo();
|
| - o.fixedPrices = buildUnnamed85();
|
| + o.fixedPrices = buildUnnamed2315();
|
| o.guaranteedImpressions = "foo";
|
| o.guaranteedLooks = "foo";
|
| o.minimumDailyLooks = "foo";
|
| @@ -1313,7 +1313,7 @@ checkDealTermsGuaranteedFixedPriceTerms(api.DealTermsGuaranteedFixedPriceTerms o
|
| buildCounterDealTermsGuaranteedFixedPriceTerms++;
|
| if (buildCounterDealTermsGuaranteedFixedPriceTerms < 3) {
|
| checkDealTermsGuaranteedFixedPriceTermsBillingInfo(o.billingInfo);
|
| - checkUnnamed85(o.fixedPrices);
|
| + checkUnnamed2315(o.fixedPrices);
|
| unittest.expect(o.guaranteedImpressions, unittest.equals('foo'));
|
| unittest.expect(o.guaranteedLooks, unittest.equals('foo'));
|
| unittest.expect(o.minimumDailyLooks, unittest.equals('foo'));
|
| @@ -1346,14 +1346,14 @@ checkDealTermsGuaranteedFixedPriceTermsBillingInfo(api.DealTermsGuaranteedFixedP
|
| buildCounterDealTermsGuaranteedFixedPriceTermsBillingInfo--;
|
| }
|
|
|
| -buildUnnamed86() {
|
| +buildUnnamed2316() {
|
| var o = new core.List<api.PricePerBuyer>();
|
| o.add(buildPricePerBuyer());
|
| o.add(buildPricePerBuyer());
|
| return o;
|
| }
|
|
|
| -checkUnnamed86(core.List<api.PricePerBuyer> o) {
|
| +checkUnnamed2316(core.List<api.PricePerBuyer> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPricePerBuyer(o[0]);
|
| checkPricePerBuyer(o[1]);
|
| @@ -1365,7 +1365,7 @@ buildDealTermsNonGuaranteedAuctionTerms() {
|
| buildCounterDealTermsNonGuaranteedAuctionTerms++;
|
| if (buildCounterDealTermsNonGuaranteedAuctionTerms < 3) {
|
| o.autoOptimizePrivateAuction = true;
|
| - o.reservePricePerBuyers = buildUnnamed86();
|
| + o.reservePricePerBuyers = buildUnnamed2316();
|
| }
|
| buildCounterDealTermsNonGuaranteedAuctionTerms--;
|
| return o;
|
| @@ -1375,19 +1375,19 @@ checkDealTermsNonGuaranteedAuctionTerms(api.DealTermsNonGuaranteedAuctionTerms o
|
| buildCounterDealTermsNonGuaranteedAuctionTerms++;
|
| if (buildCounterDealTermsNonGuaranteedAuctionTerms < 3) {
|
| unittest.expect(o.autoOptimizePrivateAuction, unittest.isTrue);
|
| - checkUnnamed86(o.reservePricePerBuyers);
|
| + checkUnnamed2316(o.reservePricePerBuyers);
|
| }
|
| buildCounterDealTermsNonGuaranteedAuctionTerms--;
|
| }
|
|
|
| -buildUnnamed87() {
|
| +buildUnnamed2317() {
|
| var o = new core.List<api.PricePerBuyer>();
|
| o.add(buildPricePerBuyer());
|
| o.add(buildPricePerBuyer());
|
| return o;
|
| }
|
|
|
| -checkUnnamed87(core.List<api.PricePerBuyer> o) {
|
| +checkUnnamed2317(core.List<api.PricePerBuyer> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPricePerBuyer(o[0]);
|
| checkPricePerBuyer(o[1]);
|
| @@ -1398,7 +1398,7 @@ buildDealTermsNonGuaranteedFixedPriceTerms() {
|
| var o = new api.DealTermsNonGuaranteedFixedPriceTerms();
|
| buildCounterDealTermsNonGuaranteedFixedPriceTerms++;
|
| if (buildCounterDealTermsNonGuaranteedFixedPriceTerms < 3) {
|
| - o.fixedPrices = buildUnnamed87();
|
| + o.fixedPrices = buildUnnamed2317();
|
| }
|
| buildCounterDealTermsNonGuaranteedFixedPriceTerms--;
|
| return o;
|
| @@ -1407,7 +1407,7 @@ buildDealTermsNonGuaranteedFixedPriceTerms() {
|
| checkDealTermsNonGuaranteedFixedPriceTerms(api.DealTermsNonGuaranteedFixedPriceTerms o) {
|
| buildCounterDealTermsNonGuaranteedFixedPriceTerms++;
|
| if (buildCounterDealTermsNonGuaranteedFixedPriceTerms < 3) {
|
| - checkUnnamed87(o.fixedPrices);
|
| + checkUnnamed2317(o.fixedPrices);
|
| }
|
| buildCounterDealTermsNonGuaranteedFixedPriceTerms--;
|
| }
|
| @@ -1433,14 +1433,14 @@ checkDealTermsRubiconNonGuaranteedTerms(api.DealTermsRubiconNonGuaranteedTerms o
|
| buildCounterDealTermsRubiconNonGuaranteedTerms--;
|
| }
|
|
|
| -buildUnnamed88() {
|
| +buildUnnamed2318() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed88(core.List<core.String> o) {
|
| +checkUnnamed2318(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'));
|
| @@ -1451,7 +1451,7 @@ buildDeleteOrderDealsRequest() {
|
| var o = new api.DeleteOrderDealsRequest();
|
| buildCounterDeleteOrderDealsRequest++;
|
| if (buildCounterDeleteOrderDealsRequest < 3) {
|
| - o.dealIds = buildUnnamed88();
|
| + o.dealIds = buildUnnamed2318();
|
| o.proposalRevisionNumber = "foo";
|
| o.updateAction = "foo";
|
| }
|
| @@ -1462,21 +1462,21 @@ buildDeleteOrderDealsRequest() {
|
| checkDeleteOrderDealsRequest(api.DeleteOrderDealsRequest o) {
|
| buildCounterDeleteOrderDealsRequest++;
|
| if (buildCounterDeleteOrderDealsRequest < 3) {
|
| - checkUnnamed88(o.dealIds);
|
| + checkUnnamed2318(o.dealIds);
|
| unittest.expect(o.proposalRevisionNumber, unittest.equals('foo'));
|
| unittest.expect(o.updateAction, unittest.equals('foo'));
|
| }
|
| buildCounterDeleteOrderDealsRequest--;
|
| }
|
|
|
| -buildUnnamed89() {
|
| +buildUnnamed2319() {
|
| var o = new core.List<api.MarketplaceDeal>();
|
| o.add(buildMarketplaceDeal());
|
| o.add(buildMarketplaceDeal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed89(core.List<api.MarketplaceDeal> o) {
|
| +checkUnnamed2319(core.List<api.MarketplaceDeal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceDeal(o[0]);
|
| checkMarketplaceDeal(o[1]);
|
| @@ -1487,7 +1487,7 @@ buildDeleteOrderDealsResponse() {
|
| var o = new api.DeleteOrderDealsResponse();
|
| buildCounterDeleteOrderDealsResponse++;
|
| if (buildCounterDeleteOrderDealsResponse < 3) {
|
| - o.deals = buildUnnamed89();
|
| + o.deals = buildUnnamed2319();
|
| o.proposalRevisionNumber = "foo";
|
| }
|
| buildCounterDeleteOrderDealsResponse--;
|
| @@ -1497,20 +1497,20 @@ buildDeleteOrderDealsResponse() {
|
| checkDeleteOrderDealsResponse(api.DeleteOrderDealsResponse o) {
|
| buildCounterDeleteOrderDealsResponse++;
|
| if (buildCounterDeleteOrderDealsResponse < 3) {
|
| - checkUnnamed89(o.deals);
|
| + checkUnnamed2319(o.deals);
|
| unittest.expect(o.proposalRevisionNumber, unittest.equals('foo'));
|
| }
|
| buildCounterDeleteOrderDealsResponse--;
|
| }
|
|
|
| -buildUnnamed90() {
|
| +buildUnnamed2320() {
|
| var o = new core.List<api.DeliveryControlFrequencyCap>();
|
| o.add(buildDeliveryControlFrequencyCap());
|
| o.add(buildDeliveryControlFrequencyCap());
|
| return o;
|
| }
|
|
|
| -checkUnnamed90(core.List<api.DeliveryControlFrequencyCap> o) {
|
| +checkUnnamed2320(core.List<api.DeliveryControlFrequencyCap> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDeliveryControlFrequencyCap(o[0]);
|
| checkDeliveryControlFrequencyCap(o[1]);
|
| @@ -1523,7 +1523,7 @@ buildDeliveryControl() {
|
| if (buildCounterDeliveryControl < 3) {
|
| o.creativeBlockingLevel = "foo";
|
| o.deliveryRateType = "foo";
|
| - o.frequencyCaps = buildUnnamed90();
|
| + o.frequencyCaps = buildUnnamed2320();
|
| }
|
| buildCounterDeliveryControl--;
|
| return o;
|
| @@ -1534,7 +1534,7 @@ checkDeliveryControl(api.DeliveryControl o) {
|
| if (buildCounterDeliveryControl < 3) {
|
| unittest.expect(o.creativeBlockingLevel, unittest.equals('foo'));
|
| unittest.expect(o.deliveryRateType, unittest.equals('foo'));
|
| - checkUnnamed90(o.frequencyCaps);
|
| + checkUnnamed2320(o.frequencyCaps);
|
| }
|
| buildCounterDeliveryControl--;
|
| }
|
| @@ -1562,14 +1562,14 @@ checkDeliveryControlFrequencyCap(api.DeliveryControlFrequencyCap o) {
|
| buildCounterDeliveryControlFrequencyCap--;
|
| }
|
|
|
| -buildUnnamed91() {
|
| +buildUnnamed2321() {
|
| var o = new core.List<api.DimensionDimensionValue>();
|
| o.add(buildDimensionDimensionValue());
|
| o.add(buildDimensionDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed91(core.List<api.DimensionDimensionValue> o) {
|
| +checkUnnamed2321(core.List<api.DimensionDimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionDimensionValue(o[0]);
|
| checkDimensionDimensionValue(o[1]);
|
| @@ -1581,7 +1581,7 @@ buildDimension() {
|
| buildCounterDimension++;
|
| if (buildCounterDimension < 3) {
|
| o.dimensionType = "foo";
|
| - o.dimensionValues = buildUnnamed91();
|
| + o.dimensionValues = buildUnnamed2321();
|
| }
|
| buildCounterDimension--;
|
| return o;
|
| @@ -1591,7 +1591,7 @@ checkDimension(api.Dimension o) {
|
| buildCounterDimension++;
|
| if (buildCounterDimension < 3) {
|
| unittest.expect(o.dimensionType, unittest.equals('foo'));
|
| - checkUnnamed91(o.dimensionValues);
|
| + checkUnnamed2321(o.dimensionValues);
|
| }
|
| buildCounterDimension--;
|
| }
|
| @@ -1619,14 +1619,14 @@ checkDimensionDimensionValue(api.DimensionDimensionValue o) {
|
| buildCounterDimensionDimensionValue--;
|
| }
|
|
|
| -buildUnnamed92() {
|
| +buildUnnamed2322() {
|
| var o = new core.List<api.MarketplaceDeal>();
|
| o.add(buildMarketplaceDeal());
|
| o.add(buildMarketplaceDeal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed92(core.List<api.MarketplaceDeal> o) {
|
| +checkUnnamed2322(core.List<api.MarketplaceDeal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceDeal(o[0]);
|
| checkMarketplaceDeal(o[1]);
|
| @@ -1637,7 +1637,7 @@ buildEditAllOrderDealsRequest() {
|
| var o = new api.EditAllOrderDealsRequest();
|
| buildCounterEditAllOrderDealsRequest++;
|
| if (buildCounterEditAllOrderDealsRequest < 3) {
|
| - o.deals = buildUnnamed92();
|
| + o.deals = buildUnnamed2322();
|
| o.proposal = buildProposal();
|
| o.proposalRevisionNumber = "foo";
|
| o.updateAction = "foo";
|
| @@ -1649,7 +1649,7 @@ buildEditAllOrderDealsRequest() {
|
| checkEditAllOrderDealsRequest(api.EditAllOrderDealsRequest o) {
|
| buildCounterEditAllOrderDealsRequest++;
|
| if (buildCounterEditAllOrderDealsRequest < 3) {
|
| - checkUnnamed92(o.deals);
|
| + checkUnnamed2322(o.deals);
|
| checkProposal(o.proposal);
|
| unittest.expect(o.proposalRevisionNumber, unittest.equals('foo'));
|
| unittest.expect(o.updateAction, unittest.equals('foo'));
|
| @@ -1657,14 +1657,14 @@ checkEditAllOrderDealsRequest(api.EditAllOrderDealsRequest o) {
|
| buildCounterEditAllOrderDealsRequest--;
|
| }
|
|
|
| -buildUnnamed93() {
|
| +buildUnnamed2323() {
|
| var o = new core.List<api.MarketplaceDeal>();
|
| o.add(buildMarketplaceDeal());
|
| o.add(buildMarketplaceDeal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed93(core.List<api.MarketplaceDeal> o) {
|
| +checkUnnamed2323(core.List<api.MarketplaceDeal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceDeal(o[0]);
|
| checkMarketplaceDeal(o[1]);
|
| @@ -1675,7 +1675,7 @@ buildEditAllOrderDealsResponse() {
|
| var o = new api.EditAllOrderDealsResponse();
|
| buildCounterEditAllOrderDealsResponse++;
|
| if (buildCounterEditAllOrderDealsResponse < 3) {
|
| - o.deals = buildUnnamed93();
|
| + o.deals = buildUnnamed2323();
|
| o.orderRevisionNumber = "foo";
|
| }
|
| buildCounterEditAllOrderDealsResponse--;
|
| @@ -1685,20 +1685,20 @@ buildEditAllOrderDealsResponse() {
|
| checkEditAllOrderDealsResponse(api.EditAllOrderDealsResponse o) {
|
| buildCounterEditAllOrderDealsResponse++;
|
| if (buildCounterEditAllOrderDealsResponse < 3) {
|
| - checkUnnamed93(o.deals);
|
| + checkUnnamed2323(o.deals);
|
| unittest.expect(o.orderRevisionNumber, unittest.equals('foo'));
|
| }
|
| buildCounterEditAllOrderDealsResponse--;
|
| }
|
|
|
| -buildUnnamed94() {
|
| +buildUnnamed2324() {
|
| var o = new core.List<api.Product>();
|
| o.add(buildProduct());
|
| o.add(buildProduct());
|
| return o;
|
| }
|
|
|
| -checkUnnamed94(core.List<api.Product> o) {
|
| +checkUnnamed2324(core.List<api.Product> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProduct(o[0]);
|
| checkProduct(o[1]);
|
| @@ -1709,7 +1709,7 @@ buildGetOffersResponse() {
|
| var o = new api.GetOffersResponse();
|
| buildCounterGetOffersResponse++;
|
| if (buildCounterGetOffersResponse < 3) {
|
| - o.products = buildUnnamed94();
|
| + o.products = buildUnnamed2324();
|
| }
|
| buildCounterGetOffersResponse--;
|
| return o;
|
| @@ -1718,19 +1718,19 @@ buildGetOffersResponse() {
|
| checkGetOffersResponse(api.GetOffersResponse o) {
|
| buildCounterGetOffersResponse++;
|
| if (buildCounterGetOffersResponse < 3) {
|
| - checkUnnamed94(o.products);
|
| + checkUnnamed2324(o.products);
|
| }
|
| buildCounterGetOffersResponse--;
|
| }
|
|
|
| -buildUnnamed95() {
|
| +buildUnnamed2325() {
|
| var o = new core.List<api.MarketplaceDeal>();
|
| o.add(buildMarketplaceDeal());
|
| o.add(buildMarketplaceDeal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed95(core.List<api.MarketplaceDeal> o) {
|
| +checkUnnamed2325(core.List<api.MarketplaceDeal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceDeal(o[0]);
|
| checkMarketplaceDeal(o[1]);
|
| @@ -1741,7 +1741,7 @@ buildGetOrderDealsResponse() {
|
| var o = new api.GetOrderDealsResponse();
|
| buildCounterGetOrderDealsResponse++;
|
| if (buildCounterGetOrderDealsResponse < 3) {
|
| - o.deals = buildUnnamed95();
|
| + o.deals = buildUnnamed2325();
|
| }
|
| buildCounterGetOrderDealsResponse--;
|
| return o;
|
| @@ -1750,19 +1750,19 @@ buildGetOrderDealsResponse() {
|
| checkGetOrderDealsResponse(api.GetOrderDealsResponse o) {
|
| buildCounterGetOrderDealsResponse++;
|
| if (buildCounterGetOrderDealsResponse < 3) {
|
| - checkUnnamed95(o.deals);
|
| + checkUnnamed2325(o.deals);
|
| }
|
| buildCounterGetOrderDealsResponse--;
|
| }
|
|
|
| -buildUnnamed96() {
|
| +buildUnnamed2326() {
|
| var o = new core.List<api.MarketplaceNote>();
|
| o.add(buildMarketplaceNote());
|
| o.add(buildMarketplaceNote());
|
| return o;
|
| }
|
|
|
| -checkUnnamed96(core.List<api.MarketplaceNote> o) {
|
| +checkUnnamed2326(core.List<api.MarketplaceNote> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceNote(o[0]);
|
| checkMarketplaceNote(o[1]);
|
| @@ -1773,7 +1773,7 @@ buildGetOrderNotesResponse() {
|
| var o = new api.GetOrderNotesResponse();
|
| buildCounterGetOrderNotesResponse++;
|
| if (buildCounterGetOrderNotesResponse < 3) {
|
| - o.notes = buildUnnamed96();
|
| + o.notes = buildUnnamed2326();
|
| }
|
| buildCounterGetOrderNotesResponse--;
|
| return o;
|
| @@ -1782,19 +1782,19 @@ buildGetOrderNotesResponse() {
|
| checkGetOrderNotesResponse(api.GetOrderNotesResponse o) {
|
| buildCounterGetOrderNotesResponse++;
|
| if (buildCounterGetOrderNotesResponse < 3) {
|
| - checkUnnamed96(o.notes);
|
| + checkUnnamed2326(o.notes);
|
| }
|
| buildCounterGetOrderNotesResponse--;
|
| }
|
|
|
| -buildUnnamed97() {
|
| +buildUnnamed2327() {
|
| var o = new core.List<api.Proposal>();
|
| o.add(buildProposal());
|
| o.add(buildProposal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed97(core.List<api.Proposal> o) {
|
| +checkUnnamed2327(core.List<api.Proposal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProposal(o[0]);
|
| checkProposal(o[1]);
|
| @@ -1805,7 +1805,7 @@ buildGetOrdersResponse() {
|
| var o = new api.GetOrdersResponse();
|
| buildCounterGetOrdersResponse++;
|
| if (buildCounterGetOrdersResponse < 3) {
|
| - o.proposals = buildUnnamed97();
|
| + o.proposals = buildUnnamed2327();
|
| }
|
| buildCounterGetOrdersResponse--;
|
| return o;
|
| @@ -1814,19 +1814,19 @@ buildGetOrdersResponse() {
|
| checkGetOrdersResponse(api.GetOrdersResponse o) {
|
| buildCounterGetOrdersResponse++;
|
| if (buildCounterGetOrdersResponse < 3) {
|
| - checkUnnamed97(o.proposals);
|
| + checkUnnamed2327(o.proposals);
|
| }
|
| buildCounterGetOrdersResponse--;
|
| }
|
|
|
| -buildUnnamed98() {
|
| +buildUnnamed2328() {
|
| var o = new core.List<api.PublisherProfileApiProto>();
|
| o.add(buildPublisherProfileApiProto());
|
| o.add(buildPublisherProfileApiProto());
|
| return o;
|
| }
|
|
|
| -checkUnnamed98(core.List<api.PublisherProfileApiProto> o) {
|
| +checkUnnamed2328(core.List<api.PublisherProfileApiProto> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPublisherProfileApiProto(o[0]);
|
| checkPublisherProfileApiProto(o[1]);
|
| @@ -1837,7 +1837,7 @@ buildGetPublisherProfilesByAccountIdResponse() {
|
| var o = new api.GetPublisherProfilesByAccountIdResponse();
|
| buildCounterGetPublisherProfilesByAccountIdResponse++;
|
| if (buildCounterGetPublisherProfilesByAccountIdResponse < 3) {
|
| - o.profiles = buildUnnamed98();
|
| + o.profiles = buildUnnamed2328();
|
| }
|
| buildCounterGetPublisherProfilesByAccountIdResponse--;
|
| return o;
|
| @@ -1846,32 +1846,32 @@ buildGetPublisherProfilesByAccountIdResponse() {
|
| checkGetPublisherProfilesByAccountIdResponse(api.GetPublisherProfilesByAccountIdResponse o) {
|
| buildCounterGetPublisherProfilesByAccountIdResponse++;
|
| if (buildCounterGetPublisherProfilesByAccountIdResponse < 3) {
|
| - checkUnnamed98(o.profiles);
|
| + checkUnnamed2328(o.profiles);
|
| }
|
| buildCounterGetPublisherProfilesByAccountIdResponse--;
|
| }
|
|
|
| -buildUnnamed99() {
|
| +buildUnnamed2329() {
|
| var o = new core.List<api.ContactInformation>();
|
| o.add(buildContactInformation());
|
| o.add(buildContactInformation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed99(core.List<api.ContactInformation> o) {
|
| +checkUnnamed2329(core.List<api.ContactInformation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContactInformation(o[0]);
|
| checkContactInformation(o[1]);
|
| }
|
|
|
| -buildUnnamed100() {
|
| +buildUnnamed2330() {
|
| var o = new core.List<api.SharedTargeting>();
|
| o.add(buildSharedTargeting());
|
| o.add(buildSharedTargeting());
|
| return o;
|
| }
|
|
|
| -checkUnnamed100(core.List<api.SharedTargeting> o) {
|
| +checkUnnamed2330(core.List<api.SharedTargeting> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSharedTargeting(o[0]);
|
| checkSharedTargeting(o[1]);
|
| @@ -1900,8 +1900,8 @@ buildMarketplaceDeal() {
|
| o.productRevisionNumber = "foo";
|
| o.programmaticCreativeSource = "foo";
|
| o.proposalId = "foo";
|
| - o.sellerContacts = buildUnnamed99();
|
| - o.sharedTargetings = buildUnnamed100();
|
| + o.sellerContacts = buildUnnamed2329();
|
| + o.sharedTargetings = buildUnnamed2330();
|
| o.syndicationProduct = "foo";
|
| o.terms = buildDealTerms();
|
| o.webPropertyCode = "foo";
|
| @@ -1931,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'));
|
| - checkUnnamed99(o.sellerContacts);
|
| - checkUnnamed100(o.sharedTargetings);
|
| + checkUnnamed2329(o.sellerContacts);
|
| + checkUnnamed2330(o.sharedTargetings);
|
| unittest.expect(o.syndicationProduct, unittest.equals('foo'));
|
| checkDealTerms(o.terms);
|
| unittest.expect(o.webPropertyCode, unittest.equals('foo'));
|
| @@ -2019,53 +2019,53 @@ checkMarketplaceNote(api.MarketplaceNote o) {
|
| buildCounterMarketplaceNote--;
|
| }
|
|
|
| -buildUnnamed101() {
|
| +buildUnnamed2331() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed101(core.List<core.Object> o) {
|
| +checkUnnamed2331(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'));
|
| }
|
|
|
| -buildUnnamed102() {
|
| +buildUnnamed2332() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed102(core.List<core.Object> o) {
|
| +checkUnnamed2332(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'));
|
| }
|
|
|
| -buildUnnamed103() {
|
| +buildUnnamed2333() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed103(core.List<core.Object> o) {
|
| +checkUnnamed2333(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'));
|
| }
|
|
|
| -buildUnnamed104() {
|
| +buildUnnamed2334() {
|
| 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;
|
| }
|
|
|
| -checkUnnamed104(core.List<core.Object> o) {
|
| +checkUnnamed2334(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'));
|
| @@ -2078,11 +2078,11 @@ buildPerformanceReport() {
|
| if (buildCounterPerformanceReport < 3) {
|
| o.bidRate = 42.0;
|
| o.bidRequestRate = 42.0;
|
| - o.calloutStatusRate = buildUnnamed101();
|
| - o.cookieMatcherStatusRate = buildUnnamed102();
|
| - o.creativeStatusRate = buildUnnamed103();
|
| + o.calloutStatusRate = buildUnnamed2331();
|
| + o.cookieMatcherStatusRate = buildUnnamed2332();
|
| + o.creativeStatusRate = buildUnnamed2333();
|
| o.filteredBidRate = 42.0;
|
| - o.hostedMatchStatusRate = buildUnnamed104();
|
| + o.hostedMatchStatusRate = buildUnnamed2334();
|
| o.inventoryMatchRate = 42.0;
|
| o.kind = "foo";
|
| o.latency50thPercentile = 42.0;
|
| @@ -2108,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));
|
| - checkUnnamed101(o.calloutStatusRate);
|
| - checkUnnamed102(o.cookieMatcherStatusRate);
|
| - checkUnnamed103(o.creativeStatusRate);
|
| + checkUnnamed2331(o.calloutStatusRate);
|
| + checkUnnamed2332(o.cookieMatcherStatusRate);
|
| + checkUnnamed2333(o.creativeStatusRate);
|
| unittest.expect(o.filteredBidRate, unittest.equals(42.0));
|
| - checkUnnamed104(o.hostedMatchStatusRate);
|
| + checkUnnamed2334(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));
|
| @@ -2132,14 +2132,14 @@ checkPerformanceReport(api.PerformanceReport o) {
|
| buildCounterPerformanceReport--;
|
| }
|
|
|
| -buildUnnamed105() {
|
| +buildUnnamed2335() {
|
| var o = new core.List<api.PerformanceReport>();
|
| o.add(buildPerformanceReport());
|
| o.add(buildPerformanceReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed105(core.List<api.PerformanceReport> o) {
|
| +checkUnnamed2335(core.List<api.PerformanceReport> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPerformanceReport(o[0]);
|
| checkPerformanceReport(o[1]);
|
| @@ -2151,7 +2151,7 @@ buildPerformanceReportList() {
|
| buildCounterPerformanceReportList++;
|
| if (buildCounterPerformanceReportList < 3) {
|
| o.kind = "foo";
|
| - o.performanceReport = buildUnnamed105();
|
| + o.performanceReport = buildUnnamed2335();
|
| }
|
| buildCounterPerformanceReportList--;
|
| return o;
|
| @@ -2161,19 +2161,19 @@ checkPerformanceReportList(api.PerformanceReportList o) {
|
| buildCounterPerformanceReportList++;
|
| if (buildCounterPerformanceReportList < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed105(o.performanceReport);
|
| + checkUnnamed2335(o.performanceReport);
|
| }
|
| buildCounterPerformanceReportList--;
|
| }
|
|
|
| -buildUnnamed106() {
|
| +buildUnnamed2336() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed106(core.List<core.String> o) {
|
| +checkUnnamed2336(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'));
|
| @@ -2200,40 +2200,40 @@ checkPretargetingConfigDimensions(api.PretargetingConfigDimensions o) {
|
| buildCounterPretargetingConfigDimensions--;
|
| }
|
|
|
| -buildUnnamed107() {
|
| +buildUnnamed2337() {
|
| var o = new core.List<api.PretargetingConfigDimensions>();
|
| o.add(buildPretargetingConfigDimensions());
|
| o.add(buildPretargetingConfigDimensions());
|
| return o;
|
| }
|
|
|
| -checkUnnamed107(core.List<api.PretargetingConfigDimensions> o) {
|
| +checkUnnamed2337(core.List<api.PretargetingConfigDimensions> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfigDimensions(o[0]);
|
| checkPretargetingConfigDimensions(o[1]);
|
| }
|
|
|
| -buildUnnamed108() {
|
| +buildUnnamed2338() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed108(core.List<core.String> o) {
|
| +checkUnnamed2338(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'));
|
| }
|
|
|
| -buildUnnamed109() {
|
| +buildUnnamed2339() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed109(core.List<core.String> o) {
|
| +checkUnnamed2339(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'));
|
| @@ -2260,105 +2260,105 @@ checkPretargetingConfigExcludedPlacements(api.PretargetingConfigExcludedPlacemen
|
| buildCounterPretargetingConfigExcludedPlacements--;
|
| }
|
|
|
| -buildUnnamed110() {
|
| +buildUnnamed2340() {
|
| var o = new core.List<api.PretargetingConfigExcludedPlacements>();
|
| o.add(buildPretargetingConfigExcludedPlacements());
|
| o.add(buildPretargetingConfigExcludedPlacements());
|
| return o;
|
| }
|
|
|
| -checkUnnamed110(core.List<api.PretargetingConfigExcludedPlacements> o) {
|
| +checkUnnamed2340(core.List<api.PretargetingConfigExcludedPlacements> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfigExcludedPlacements(o[0]);
|
| checkPretargetingConfigExcludedPlacements(o[1]);
|
| }
|
|
|
| -buildUnnamed111() {
|
| +buildUnnamed2341() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed111(core.List<core.String> o) {
|
| +checkUnnamed2341(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed112() {
|
| +buildUnnamed2342() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed112(core.List<core.String> o) {
|
| +checkUnnamed2342(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed113() {
|
| +buildUnnamed2343() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed113(core.List<core.String> o) {
|
| +checkUnnamed2343(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed114() {
|
| +buildUnnamed2344() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed114(core.List<core.String> o) {
|
| +checkUnnamed2344(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed115() {
|
| +buildUnnamed2345() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed115(core.List<core.String> o) {
|
| +checkUnnamed2345(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed116() {
|
| +buildUnnamed2346() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed116(core.List<core.String> o) {
|
| +checkUnnamed2346(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'));
|
| }
|
|
|
| -buildUnnamed117() {
|
| +buildUnnamed2347() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed117(core.List<core.String> o) {
|
| +checkUnnamed2347(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'));
|
| @@ -2385,79 +2385,79 @@ checkPretargetingConfigPlacements(api.PretargetingConfigPlacements o) {
|
| buildCounterPretargetingConfigPlacements--;
|
| }
|
|
|
| -buildUnnamed118() {
|
| +buildUnnamed2348() {
|
| var o = new core.List<api.PretargetingConfigPlacements>();
|
| o.add(buildPretargetingConfigPlacements());
|
| o.add(buildPretargetingConfigPlacements());
|
| return o;
|
| }
|
|
|
| -checkUnnamed118(core.List<api.PretargetingConfigPlacements> o) {
|
| +checkUnnamed2348(core.List<api.PretargetingConfigPlacements> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfigPlacements(o[0]);
|
| checkPretargetingConfigPlacements(o[1]);
|
| }
|
|
|
| -buildUnnamed119() {
|
| +buildUnnamed2349() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed119(core.List<core.String> o) {
|
| +checkUnnamed2349(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed120() {
|
| +buildUnnamed2350() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed120(core.List<core.String> o) {
|
| +checkUnnamed2350(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed121() {
|
| +buildUnnamed2351() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed121(core.List<core.String> o) {
|
| +checkUnnamed2351(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed122() {
|
| +buildUnnamed2352() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed122(core.List<core.String> o) {
|
| +checkUnnamed2352(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'));
|
| }
|
|
|
| -buildUnnamed123() {
|
| +buildUnnamed2353() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed123(core.List<core.String> o) {
|
| +checkUnnamed2353(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'));
|
| @@ -2486,14 +2486,14 @@ checkPretargetingConfigVideoPlayerSizes(api.PretargetingConfigVideoPlayerSizes o
|
| buildCounterPretargetingConfigVideoPlayerSizes--;
|
| }
|
|
|
| -buildUnnamed124() {
|
| +buildUnnamed2354() {
|
| var o = new core.List<api.PretargetingConfigVideoPlayerSizes>();
|
| o.add(buildPretargetingConfigVideoPlayerSizes());
|
| o.add(buildPretargetingConfigVideoPlayerSizes());
|
| return o;
|
| }
|
|
|
| -checkUnnamed124(core.List<api.PretargetingConfigVideoPlayerSizes> o) {
|
| +checkUnnamed2354(core.List<api.PretargetingConfigVideoPlayerSizes> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfigVideoPlayerSizes(o[0]);
|
| checkPretargetingConfigVideoPlayerSizes(o[1]);
|
| @@ -2507,27 +2507,27 @@ buildPretargetingConfig() {
|
| o.billingId = "foo";
|
| o.configId = "foo";
|
| o.configName = "foo";
|
| - 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.creativeType = buildUnnamed2336();
|
| + o.dimensions = buildUnnamed2337();
|
| + o.excludedContentLabels = buildUnnamed2338();
|
| + o.excludedGeoCriteriaIds = buildUnnamed2339();
|
| + o.excludedPlacements = buildUnnamed2340();
|
| + o.excludedUserLists = buildUnnamed2341();
|
| + o.excludedVerticals = buildUnnamed2342();
|
| + o.geoCriteriaIds = buildUnnamed2343();
|
| o.isActive = true;
|
| o.kind = "foo";
|
| - 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();
|
| + o.languages = buildUnnamed2344();
|
| + o.mobileCarriers = buildUnnamed2345();
|
| + o.mobileDevices = buildUnnamed2346();
|
| + o.mobileOperatingSystemVersions = buildUnnamed2347();
|
| + o.placements = buildUnnamed2348();
|
| + o.platforms = buildUnnamed2349();
|
| + o.supportedCreativeAttributes = buildUnnamed2350();
|
| + o.userLists = buildUnnamed2351();
|
| + o.vendorTypes = buildUnnamed2352();
|
| + o.verticals = buildUnnamed2353();
|
| + o.videoPlayerSizes = buildUnnamed2354();
|
| }
|
| buildCounterPretargetingConfig--;
|
| return o;
|
| @@ -2539,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'));
|
| - checkUnnamed106(o.creativeType);
|
| - checkUnnamed107(o.dimensions);
|
| - checkUnnamed108(o.excludedContentLabels);
|
| - checkUnnamed109(o.excludedGeoCriteriaIds);
|
| - checkUnnamed110(o.excludedPlacements);
|
| - checkUnnamed111(o.excludedUserLists);
|
| - checkUnnamed112(o.excludedVerticals);
|
| - checkUnnamed113(o.geoCriteriaIds);
|
| + checkUnnamed2336(o.creativeType);
|
| + checkUnnamed2337(o.dimensions);
|
| + checkUnnamed2338(o.excludedContentLabels);
|
| + checkUnnamed2339(o.excludedGeoCriteriaIds);
|
| + checkUnnamed2340(o.excludedPlacements);
|
| + checkUnnamed2341(o.excludedUserLists);
|
| + checkUnnamed2342(o.excludedVerticals);
|
| + checkUnnamed2343(o.geoCriteriaIds);
|
| unittest.expect(o.isActive, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - 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);
|
| + checkUnnamed2344(o.languages);
|
| + checkUnnamed2345(o.mobileCarriers);
|
| + checkUnnamed2346(o.mobileDevices);
|
| + checkUnnamed2347(o.mobileOperatingSystemVersions);
|
| + checkUnnamed2348(o.placements);
|
| + checkUnnamed2349(o.platforms);
|
| + checkUnnamed2350(o.supportedCreativeAttributes);
|
| + checkUnnamed2351(o.userLists);
|
| + checkUnnamed2352(o.vendorTypes);
|
| + checkUnnamed2353(o.verticals);
|
| + checkUnnamed2354(o.videoPlayerSizes);
|
| }
|
| buildCounterPretargetingConfig--;
|
| }
|
|
|
| -buildUnnamed125() {
|
| +buildUnnamed2355() {
|
| var o = new core.List<api.PretargetingConfig>();
|
| o.add(buildPretargetingConfig());
|
| o.add(buildPretargetingConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed125(core.List<api.PretargetingConfig> o) {
|
| +checkUnnamed2355(core.List<api.PretargetingConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfig(o[0]);
|
| checkPretargetingConfig(o[1]);
|
| @@ -2582,7 +2582,7 @@ buildPretargetingConfigList() {
|
| var o = new api.PretargetingConfigList();
|
| buildCounterPretargetingConfigList++;
|
| if (buildCounterPretargetingConfigList < 3) {
|
| - o.items = buildUnnamed125();
|
| + o.items = buildUnnamed2355();
|
| o.kind = "foo";
|
| }
|
| buildCounterPretargetingConfigList--;
|
| @@ -2592,7 +2592,7 @@ buildPretargetingConfigList() {
|
| checkPretargetingConfigList(api.PretargetingConfigList o) {
|
| buildCounterPretargetingConfigList++;
|
| if (buildCounterPretargetingConfigList < 3) {
|
| - checkUnnamed125(o.items);
|
| + checkUnnamed2355(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterPretargetingConfigList--;
|
| @@ -2667,40 +2667,40 @@ checkPrivateData(api.PrivateData o) {
|
| buildCounterPrivateData--;
|
| }
|
|
|
| -buildUnnamed126() {
|
| +buildUnnamed2356() {
|
| var o = new core.List<api.ContactInformation>();
|
| o.add(buildContactInformation());
|
| o.add(buildContactInformation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed126(core.List<api.ContactInformation> o) {
|
| +checkUnnamed2356(core.List<api.ContactInformation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContactInformation(o[0]);
|
| checkContactInformation(o[1]);
|
| }
|
|
|
| -buildUnnamed127() {
|
| +buildUnnamed2357() {
|
| var o = new core.List<api.MarketplaceLabel>();
|
| o.add(buildMarketplaceLabel());
|
| o.add(buildMarketplaceLabel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed127(core.List<api.MarketplaceLabel> o) {
|
| +checkUnnamed2357(core.List<api.MarketplaceLabel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceLabel(o[0]);
|
| checkMarketplaceLabel(o[1]);
|
| }
|
|
|
| -buildUnnamed128() {
|
| +buildUnnamed2358() {
|
| var o = new core.List<api.SharedTargeting>();
|
| o.add(buildSharedTargeting());
|
| o.add(buildSharedTargeting());
|
| return o;
|
| }
|
|
|
| -checkUnnamed128(core.List<api.SharedTargeting> o) {
|
| +checkUnnamed2358(core.List<api.SharedTargeting> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSharedTargeting(o[0]);
|
| checkSharedTargeting(o[1]);
|
| @@ -2712,14 +2712,14 @@ buildProduct() {
|
| buildCounterProduct++;
|
| if (buildCounterProduct < 3) {
|
| o.creationTimeMs = "foo";
|
| - o.creatorContacts = buildUnnamed126();
|
| + o.creatorContacts = buildUnnamed2356();
|
| o.deliveryControl = buildDeliveryControl();
|
| o.flightEndTimeMs = "foo";
|
| o.flightStartTimeMs = "foo";
|
| o.hasCreatorSignedOff = true;
|
| o.inventorySource = "foo";
|
| o.kind = "foo";
|
| - o.labels = buildUnnamed127();
|
| + o.labels = buildUnnamed2357();
|
| o.lastUpdateTimeMs = "foo";
|
| o.legacyOfferId = "foo";
|
| o.name = "foo";
|
| @@ -2729,7 +2729,7 @@ buildProduct() {
|
| o.publisherProvidedForecast = buildPublisherProvidedForecast();
|
| o.revisionNumber = "foo";
|
| o.seller = buildSeller();
|
| - o.sharedTargetings = buildUnnamed128();
|
| + o.sharedTargetings = buildUnnamed2358();
|
| o.state = "foo";
|
| o.syndicationProduct = "foo";
|
| o.terms = buildDealTerms();
|
| @@ -2743,14 +2743,14 @@ checkProduct(api.Product o) {
|
| buildCounterProduct++;
|
| if (buildCounterProduct < 3) {
|
| unittest.expect(o.creationTimeMs, unittest.equals('foo'));
|
| - checkUnnamed126(o.creatorContacts);
|
| + checkUnnamed2356(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'));
|
| - checkUnnamed127(o.labels);
|
| + checkUnnamed2357(o.labels);
|
| unittest.expect(o.lastUpdateTimeMs, unittest.equals('foo'));
|
| unittest.expect(o.legacyOfferId, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -2760,7 +2760,7 @@ checkProduct(api.Product o) {
|
| checkPublisherProvidedForecast(o.publisherProvidedForecast);
|
| unittest.expect(o.revisionNumber, unittest.equals('foo'));
|
| checkSeller(o.seller);
|
| - checkUnnamed128(o.sharedTargetings);
|
| + checkUnnamed2358(o.sharedTargetings);
|
| unittest.expect(o.state, unittest.equals('foo'));
|
| unittest.expect(o.syndicationProduct, unittest.equals('foo'));
|
| checkDealTerms(o.terms);
|
| @@ -2769,40 +2769,40 @@ checkProduct(api.Product o) {
|
| buildCounterProduct--;
|
| }
|
|
|
| -buildUnnamed129() {
|
| +buildUnnamed2359() {
|
| var o = new core.List<api.ContactInformation>();
|
| o.add(buildContactInformation());
|
| o.add(buildContactInformation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed129(core.List<api.ContactInformation> o) {
|
| +checkUnnamed2359(core.List<api.ContactInformation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContactInformation(o[0]);
|
| checkContactInformation(o[1]);
|
| }
|
|
|
| -buildUnnamed130() {
|
| +buildUnnamed2360() {
|
| var o = new core.List<api.MarketplaceLabel>();
|
| o.add(buildMarketplaceLabel());
|
| o.add(buildMarketplaceLabel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed130(core.List<api.MarketplaceLabel> o) {
|
| +checkUnnamed2360(core.List<api.MarketplaceLabel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMarketplaceLabel(o[0]);
|
| checkMarketplaceLabel(o[1]);
|
| }
|
|
|
| -buildUnnamed131() {
|
| +buildUnnamed2361() {
|
| var o = new core.List<api.ContactInformation>();
|
| o.add(buildContactInformation());
|
| o.add(buildContactInformation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed131(core.List<api.ContactInformation> o) {
|
| +checkUnnamed2361(core.List<api.ContactInformation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContactInformation(o[0]);
|
| checkContactInformation(o[1]);
|
| @@ -2815,7 +2815,7 @@ buildProposal() {
|
| if (buildCounterProposal < 3) {
|
| o.billedBuyer = buildBuyer();
|
| o.buyer = buildBuyer();
|
| - o.buyerContacts = buildUnnamed129();
|
| + o.buyerContacts = buildUnnamed2359();
|
| o.buyerPrivateData = buildPrivateData();
|
| o.hasBuyerSignedOff = true;
|
| o.hasSellerSignedOff = true;
|
| @@ -2823,7 +2823,7 @@ buildProposal() {
|
| o.isRenegotiating = true;
|
| o.isSetupComplete = true;
|
| o.kind = "foo";
|
| - o.labels = buildUnnamed130();
|
| + o.labels = buildUnnamed2360();
|
| o.lastUpdaterOrCommentorRole = "foo";
|
| o.name = "foo";
|
| o.negotiationId = "foo";
|
| @@ -2834,7 +2834,7 @@ buildProposal() {
|
| o.revisionNumber = "foo";
|
| o.revisionTimeMs = "foo";
|
| o.seller = buildSeller();
|
| - o.sellerContacts = buildUnnamed131();
|
| + o.sellerContacts = buildUnnamed2361();
|
| }
|
| buildCounterProposal--;
|
| return o;
|
| @@ -2845,7 +2845,7 @@ checkProposal(api.Proposal o) {
|
| if (buildCounterProposal < 3) {
|
| checkBuyer(o.billedBuyer);
|
| checkBuyer(o.buyer);
|
| - checkUnnamed129(o.buyerContacts);
|
| + checkUnnamed2359(o.buyerContacts);
|
| checkPrivateData(o.buyerPrivateData);
|
| unittest.expect(o.hasBuyerSignedOff, unittest.isTrue);
|
| unittest.expect(o.hasSellerSignedOff, unittest.isTrue);
|
| @@ -2853,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'));
|
| - checkUnnamed130(o.labels);
|
| + checkUnnamed2360(o.labels);
|
| unittest.expect(o.lastUpdaterOrCommentorRole, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.negotiationId, unittest.equals('foo'));
|
| @@ -2864,32 +2864,32 @@ checkProposal(api.Proposal o) {
|
| unittest.expect(o.revisionNumber, unittest.equals('foo'));
|
| unittest.expect(o.revisionTimeMs, unittest.equals('foo'));
|
| checkSeller(o.seller);
|
| - checkUnnamed131(o.sellerContacts);
|
| + checkUnnamed2361(o.sellerContacts);
|
| }
|
| buildCounterProposal--;
|
| }
|
|
|
| -buildUnnamed132() {
|
| +buildUnnamed2362() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed132(core.List<core.String> o) {
|
| +checkUnnamed2362(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'));
|
| }
|
|
|
| -buildUnnamed133() {
|
| +buildUnnamed2363() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed133(core.List<core.String> o) {
|
| +checkUnnamed2363(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'));
|
| @@ -2915,14 +2915,14 @@ buildPublisherProfileApiProto() {
|
| o.overview = "foo";
|
| o.profileId = 42;
|
| o.programmaticContact = "foo";
|
| - o.publisherDomains = buildUnnamed132();
|
| + o.publisherDomains = buildUnnamed2362();
|
| o.publisherProfileId = "foo";
|
| o.publisherProvidedForecast = buildPublisherProvidedForecast();
|
| o.rateCardInfoLink = "foo";
|
| o.samplePageLink = "foo";
|
| o.seller = buildSeller();
|
| o.state = "foo";
|
| - o.topHeadlines = buildUnnamed133();
|
| + o.topHeadlines = buildUnnamed2363();
|
| }
|
| buildCounterPublisherProfileApiProto--;
|
| return o;
|
| @@ -2946,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'));
|
| - checkUnnamed132(o.publisherDomains);
|
| + checkUnnamed2362(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'));
|
| - checkUnnamed133(o.topHeadlines);
|
| + checkUnnamed2363(o.topHeadlines);
|
| }
|
| buildCounterPublisherProfileApiProto--;
|
| }
|
|
|
| -buildUnnamed134() {
|
| +buildUnnamed2364() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed134(core.List<api.Dimension> o) {
|
| +checkUnnamed2364(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| @@ -2976,7 +2976,7 @@ buildPublisherProvidedForecast() {
|
| var o = new api.PublisherProvidedForecast();
|
| buildCounterPublisherProvidedForecast++;
|
| if (buildCounterPublisherProvidedForecast < 3) {
|
| - o.dimensions = buildUnnamed134();
|
| + o.dimensions = buildUnnamed2364();
|
| o.weeklyImpressions = "foo";
|
| o.weeklyUniques = "foo";
|
| }
|
| @@ -2987,7 +2987,7 @@ buildPublisherProvidedForecast() {
|
| checkPublisherProvidedForecast(api.PublisherProvidedForecast o) {
|
| buildCounterPublisherProvidedForecast++;
|
| if (buildCounterPublisherProvidedForecast < 3) {
|
| - checkUnnamed134(o.dimensions);
|
| + checkUnnamed2364(o.dimensions);
|
| unittest.expect(o.weeklyImpressions, unittest.equals('foo'));
|
| unittest.expect(o.weeklyUniques, unittest.equals('foo'));
|
| }
|
| @@ -3015,27 +3015,27 @@ checkSeller(api.Seller o) {
|
| buildCounterSeller--;
|
| }
|
|
|
| -buildUnnamed135() {
|
| +buildUnnamed2365() {
|
| var o = new core.List<api.TargetingValue>();
|
| o.add(buildTargetingValue());
|
| o.add(buildTargetingValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed135(core.List<api.TargetingValue> o) {
|
| +checkUnnamed2365(core.List<api.TargetingValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetingValue(o[0]);
|
| checkTargetingValue(o[1]);
|
| }
|
|
|
| -buildUnnamed136() {
|
| +buildUnnamed2366() {
|
| var o = new core.List<api.TargetingValue>();
|
| o.add(buildTargetingValue());
|
| o.add(buildTargetingValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed136(core.List<api.TargetingValue> o) {
|
| +checkUnnamed2366(core.List<api.TargetingValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetingValue(o[0]);
|
| checkTargetingValue(o[1]);
|
| @@ -3046,8 +3046,8 @@ buildSharedTargeting() {
|
| var o = new api.SharedTargeting();
|
| buildCounterSharedTargeting++;
|
| if (buildCounterSharedTargeting < 3) {
|
| - o.exclusions = buildUnnamed135();
|
| - o.inclusions = buildUnnamed136();
|
| + o.exclusions = buildUnnamed2365();
|
| + o.inclusions = buildUnnamed2366();
|
| o.key = "foo";
|
| }
|
| buildCounterSharedTargeting--;
|
| @@ -3057,8 +3057,8 @@ buildSharedTargeting() {
|
| checkSharedTargeting(api.SharedTargeting o) {
|
| buildCounterSharedTargeting++;
|
| if (buildCounterSharedTargeting < 3) {
|
| - checkUnnamed135(o.exclusions);
|
| - checkUnnamed136(o.inclusions);
|
| + checkUnnamed2365(o.exclusions);
|
| + checkUnnamed2366(o.inclusions);
|
| unittest.expect(o.key, unittest.equals('foo'));
|
| }
|
| buildCounterSharedTargeting--;
|
| @@ -3089,14 +3089,14 @@ checkTargetingValue(api.TargetingValue o) {
|
| buildCounterTargetingValue--;
|
| }
|
|
|
| -buildUnnamed137() {
|
| +buildUnnamed2367() {
|
| var o = new core.List<api.TargetingValueSize>();
|
| o.add(buildTargetingValueSize());
|
| o.add(buildTargetingValueSize());
|
| return o;
|
| }
|
|
|
| -checkUnnamed137(core.List<api.TargetingValueSize> o) {
|
| +checkUnnamed2367(core.List<api.TargetingValueSize> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetingValueSize(o[0]);
|
| checkTargetingValueSize(o[1]);
|
| @@ -3107,7 +3107,7 @@ buildTargetingValueCreativeSize() {
|
| var o = new api.TargetingValueCreativeSize();
|
| buildCounterTargetingValueCreativeSize++;
|
| if (buildCounterTargetingValueCreativeSize < 3) {
|
| - o.companionSizes = buildUnnamed137();
|
| + o.companionSizes = buildUnnamed2367();
|
| o.creativeSizeType = "foo";
|
| o.size = buildTargetingValueSize();
|
| o.skippableAdType = "foo";
|
| @@ -3119,7 +3119,7 @@ buildTargetingValueCreativeSize() {
|
| checkTargetingValueCreativeSize(api.TargetingValueCreativeSize o) {
|
| buildCounterTargetingValueCreativeSize++;
|
| if (buildCounterTargetingValueCreativeSize < 3) {
|
| - checkUnnamed137(o.companionSizes);
|
| + checkUnnamed2367(o.companionSizes);
|
| unittest.expect(o.creativeSizeType, unittest.equals('foo'));
|
| checkTargetingValueSize(o.size);
|
| unittest.expect(o.skippableAdType, unittest.equals('foo'));
|
| @@ -3127,14 +3127,14 @@ checkTargetingValueCreativeSize(api.TargetingValueCreativeSize o) {
|
| buildCounterTargetingValueCreativeSize--;
|
| }
|
|
|
| -buildUnnamed138() {
|
| +buildUnnamed2368() {
|
| var o = new core.List<api.TargetingValueDayPartTargetingDayPart>();
|
| o.add(buildTargetingValueDayPartTargetingDayPart());
|
| o.add(buildTargetingValueDayPartTargetingDayPart());
|
| return o;
|
| }
|
|
|
| -checkUnnamed138(core.List<api.TargetingValueDayPartTargetingDayPart> o) {
|
| +checkUnnamed2368(core.List<api.TargetingValueDayPartTargetingDayPart> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetingValueDayPartTargetingDayPart(o[0]);
|
| checkTargetingValueDayPartTargetingDayPart(o[1]);
|
| @@ -3145,7 +3145,7 @@ buildTargetingValueDayPartTargeting() {
|
| var o = new api.TargetingValueDayPartTargeting();
|
| buildCounterTargetingValueDayPartTargeting++;
|
| if (buildCounterTargetingValueDayPartTargeting < 3) {
|
| - o.dayParts = buildUnnamed138();
|
| + o.dayParts = buildUnnamed2368();
|
| o.timeZoneType = "foo";
|
| }
|
| buildCounterTargetingValueDayPartTargeting--;
|
| @@ -3155,7 +3155,7 @@ buildTargetingValueDayPartTargeting() {
|
| checkTargetingValueDayPartTargeting(api.TargetingValueDayPartTargeting o) {
|
| buildCounterTargetingValueDayPartTargeting++;
|
| if (buildCounterTargetingValueDayPartTargeting < 3) {
|
| - checkUnnamed138(o.dayParts);
|
| + checkUnnamed2368(o.dayParts);
|
| unittest.expect(o.timeZoneType, unittest.equals('foo'));
|
| }
|
| buildCounterTargetingValueDayPartTargeting--;
|
| @@ -3234,27 +3234,27 @@ checkUpdatePrivateAuctionProposalRequest(api.UpdatePrivateAuctionProposalRequest
|
| buildCounterUpdatePrivateAuctionProposalRequest--;
|
| }
|
|
|
| -buildUnnamed139() {
|
| +buildUnnamed2369() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed139(core.List<core.int> o) {
|
| +checkUnnamed2369(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));
|
| }
|
|
|
| -buildUnnamed140() {
|
| +buildUnnamed2370() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed140(core.List<core.String> o) {
|
| +checkUnnamed2370(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'));
|
| @@ -4596,8 +4596,8 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.CreativesResourceApi res = new api.AdexchangebuyerApi(mock).creatives;
|
| - var arg_accountId = buildUnnamed139();
|
| - var arg_buyerCreativeId = buildUnnamed140();
|
| + var arg_accountId = buildUnnamed2369();
|
| + var arg_buyerCreativeId = buildUnnamed2370();
|
| var arg_dealsStatusFilter = "foo";
|
| var arg_maxResults = 42;
|
| var arg_openAuctionStatusFilter = "foo";
|
|
|