| 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 dafff4b283a25e92ffefdfd2c5a8d89182793d7b..29bb54e1b9ef36f5b50d9c8229d87b2e87e7f58d 100644
|
| --- a/generated/googleapis/test/adexchangebuyer/v1_4_test.dart
|
| +++ b/generated/googleapis/test/adexchangebuyer/v1_4_test.dart
|
| @@ -74,14 +74,14 @@ checkAccountBidderLocation(api.AccountBidderLocation o) {
|
| buildCounterAccountBidderLocation--;
|
| }
|
|
|
| -buildUnnamed44() {
|
| +buildUnnamed1567() {
|
| var o = new core.List<api.AccountBidderLocation>();
|
| o.add(buildAccountBidderLocation());
|
| o.add(buildAccountBidderLocation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed44(core.List<api.AccountBidderLocation> o) {
|
| +checkUnnamed1567(core.List<api.AccountBidderLocation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountBidderLocation(o[0]);
|
| checkAccountBidderLocation(o[1]);
|
| @@ -92,7 +92,7 @@ buildAccount() {
|
| var o = new api.Account();
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| - o.bidderLocation = buildUnnamed44();
|
| + o.bidderLocation = buildUnnamed1567();
|
| o.cookieMatchingNid = "foo";
|
| o.cookieMatchingUrl = "foo";
|
| o.id = 42;
|
| @@ -108,7 +108,7 @@ buildAccount() {
|
| checkAccount(api.Account o) {
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| - checkUnnamed44(o.bidderLocation);
|
| + checkUnnamed1567(o.bidderLocation);
|
| unittest.expect(o.cookieMatchingNid, unittest.equals('foo'));
|
| unittest.expect(o.cookieMatchingUrl, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals(42));
|
| @@ -120,14 +120,14 @@ checkAccount(api.Account o) {
|
| buildCounterAccount--;
|
| }
|
|
|
| -buildUnnamed45() {
|
| +buildUnnamed1568() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed45(core.List<api.Account> o) {
|
| +checkUnnamed1568(core.List<api.Account> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccount(o[0]);
|
| checkAccount(o[1]);
|
| @@ -138,7 +138,7 @@ buildAccountsList() {
|
| var o = new api.AccountsList();
|
| buildCounterAccountsList++;
|
| if (buildCounterAccountsList < 3) {
|
| - o.items = buildUnnamed45();
|
| + o.items = buildUnnamed1568();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountsList--;
|
| @@ -148,20 +148,20 @@ buildAccountsList() {
|
| checkAccountsList(api.AccountsList o) {
|
| buildCounterAccountsList++;
|
| if (buildCounterAccountsList < 3) {
|
| - checkUnnamed45(o.items);
|
| + checkUnnamed1568(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountsList--;
|
| }
|
|
|
| -buildUnnamed46() {
|
| +buildUnnamed1569() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed46(core.List<core.String> o) {
|
| +checkUnnamed1569(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'));
|
| @@ -174,7 +174,7 @@ buildBillingInfo() {
|
| if (buildCounterBillingInfo < 3) {
|
| o.accountId = 42;
|
| o.accountName = "foo";
|
| - o.billingId = buildUnnamed46();
|
| + o.billingId = buildUnnamed1569();
|
| o.kind = "foo";
|
| }
|
| buildCounterBillingInfo--;
|
| @@ -186,20 +186,20 @@ checkBillingInfo(api.BillingInfo o) {
|
| if (buildCounterBillingInfo < 3) {
|
| unittest.expect(o.accountId, unittest.equals(42));
|
| unittest.expect(o.accountName, unittest.equals('foo'));
|
| - checkUnnamed46(o.billingId);
|
| + checkUnnamed1569(o.billingId);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBillingInfo--;
|
| }
|
|
|
| -buildUnnamed47() {
|
| +buildUnnamed1570() {
|
| var o = new core.List<api.BillingInfo>();
|
| o.add(buildBillingInfo());
|
| o.add(buildBillingInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed47(core.List<api.BillingInfo> o) {
|
| +checkUnnamed1570(core.List<api.BillingInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBillingInfo(o[0]);
|
| checkBillingInfo(o[1]);
|
| @@ -210,7 +210,7 @@ buildBillingInfoList() {
|
| var o = new api.BillingInfoList();
|
| buildCounterBillingInfoList++;
|
| if (buildCounterBillingInfoList < 3) {
|
| - o.items = buildUnnamed47();
|
| + o.items = buildUnnamed1570();
|
| o.kind = "foo";
|
| }
|
| buildCounterBillingInfoList--;
|
| @@ -220,7 +220,7 @@ buildBillingInfoList() {
|
| checkBillingInfoList(api.BillingInfoList o) {
|
| buildCounterBillingInfoList++;
|
| if (buildCounterBillingInfoList < 3) {
|
| - checkUnnamed47(o.items);
|
| + checkUnnamed1570(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBillingInfoList--;
|
| @@ -255,53 +255,53 @@ checkBudget(api.Budget o) {
|
| buildCounterBudget--;
|
| }
|
|
|
| -buildUnnamed48() {
|
| +buildUnnamed1571() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed48(core.List<core.String> o) {
|
| +checkUnnamed1571(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'));
|
| }
|
|
|
| -buildUnnamed49() {
|
| +buildUnnamed1572() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed49(core.List<core.int> o) {
|
| +checkUnnamed1572(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));
|
| }
|
|
|
| -buildUnnamed50() {
|
| +buildUnnamed1573() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed50(core.List<core.String> o) {
|
| +checkUnnamed1573(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'));
|
| }
|
|
|
| -buildUnnamed51() {
|
| +buildUnnamed1574() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed51(core.List<core.String> o) {
|
| +checkUnnamed1574(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'));
|
| @@ -312,7 +312,7 @@ buildCreativeCorrections() {
|
| var o = new api.CreativeCorrections();
|
| buildCounterCreativeCorrections++;
|
| if (buildCounterCreativeCorrections < 3) {
|
| - o.details = buildUnnamed51();
|
| + o.details = buildUnnamed1574();
|
| o.reason = "foo";
|
| }
|
| buildCounterCreativeCorrections--;
|
| @@ -322,20 +322,20 @@ buildCreativeCorrections() {
|
| checkCreativeCorrections(api.CreativeCorrections o) {
|
| buildCounterCreativeCorrections++;
|
| if (buildCounterCreativeCorrections < 3) {
|
| - checkUnnamed51(o.details);
|
| + checkUnnamed1574(o.details);
|
| unittest.expect(o.reason, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeCorrections--;
|
| }
|
|
|
| -buildUnnamed52() {
|
| +buildUnnamed1575() {
|
| var o = new core.List<api.CreativeCorrections>();
|
| o.add(buildCreativeCorrections());
|
| o.add(buildCreativeCorrections());
|
| return o;
|
| }
|
|
|
| -checkUnnamed52(core.List<api.CreativeCorrections> o) {
|
| +checkUnnamed1575(core.List<api.CreativeCorrections> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCorrections(o[0]);
|
| checkCreativeCorrections(o[1]);
|
| @@ -362,14 +362,14 @@ checkCreativeFilteringReasonsReasons(api.CreativeFilteringReasonsReasons o) {
|
| buildCounterCreativeFilteringReasonsReasons--;
|
| }
|
|
|
| -buildUnnamed53() {
|
| +buildUnnamed1576() {
|
| var o = new core.List<api.CreativeFilteringReasonsReasons>();
|
| o.add(buildCreativeFilteringReasonsReasons());
|
| o.add(buildCreativeFilteringReasonsReasons());
|
| return o;
|
| }
|
|
|
| -checkUnnamed53(core.List<api.CreativeFilteringReasonsReasons> o) {
|
| +checkUnnamed1576(core.List<api.CreativeFilteringReasonsReasons> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeFilteringReasonsReasons(o[0]);
|
| checkCreativeFilteringReasonsReasons(o[1]);
|
| @@ -381,7 +381,7 @@ buildCreativeFilteringReasons() {
|
| buildCounterCreativeFilteringReasons++;
|
| if (buildCounterCreativeFilteringReasons < 3) {
|
| o.date = "foo";
|
| - o.reasons = buildUnnamed53();
|
| + o.reasons = buildUnnamed1576();
|
| }
|
| buildCounterCreativeFilteringReasons--;
|
| return o;
|
| @@ -391,84 +391,84 @@ checkCreativeFilteringReasons(api.CreativeFilteringReasons o) {
|
| buildCounterCreativeFilteringReasons++;
|
| if (buildCounterCreativeFilteringReasons < 3) {
|
| unittest.expect(o.date, unittest.equals('foo'));
|
| - checkUnnamed53(o.reasons);
|
| + checkUnnamed1576(o.reasons);
|
| }
|
| buildCounterCreativeFilteringReasons--;
|
| }
|
|
|
| -buildUnnamed54() {
|
| +buildUnnamed1577() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed54(core.List<core.int> o) {
|
| +checkUnnamed1577(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));
|
| }
|
|
|
| -buildUnnamed55() {
|
| +buildUnnamed1578() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed55(core.List<core.int> o) {
|
| +checkUnnamed1578(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));
|
| }
|
|
|
| -buildUnnamed56() {
|
| +buildUnnamed1579() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed56(core.List<core.int> o) {
|
| +checkUnnamed1579(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));
|
| }
|
|
|
| -buildUnnamed57() {
|
| +buildUnnamed1580() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed57(core.List<core.String> o) {
|
| +checkUnnamed1580(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'));
|
| }
|
|
|
| -buildUnnamed58() {
|
| +buildUnnamed1581() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed58(core.List<core.int> o) {
|
| +checkUnnamed1581(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));
|
| }
|
|
|
| -buildUnnamed59() {
|
| +buildUnnamed1582() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed59(core.List<core.String> o) {
|
| +checkUnnamed1582(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'));
|
| @@ -479,10 +479,10 @@ buildCreativeServingRestrictionsContexts() {
|
| var o = new api.CreativeServingRestrictionsContexts();
|
| buildCounterCreativeServingRestrictionsContexts++;
|
| if (buildCounterCreativeServingRestrictionsContexts < 3) {
|
| - o.auctionType = buildUnnamed57();
|
| + o.auctionType = buildUnnamed1580();
|
| o.contextType = "foo";
|
| - o.geoCriteriaId = buildUnnamed58();
|
| - o.platform = buildUnnamed59();
|
| + o.geoCriteriaId = buildUnnamed1581();
|
| + o.platform = buildUnnamed1582();
|
| }
|
| buildCounterCreativeServingRestrictionsContexts--;
|
| return o;
|
| @@ -491,35 +491,35 @@ buildCreativeServingRestrictionsContexts() {
|
| checkCreativeServingRestrictionsContexts(api.CreativeServingRestrictionsContexts o) {
|
| buildCounterCreativeServingRestrictionsContexts++;
|
| if (buildCounterCreativeServingRestrictionsContexts < 3) {
|
| - checkUnnamed57(o.auctionType);
|
| + checkUnnamed1580(o.auctionType);
|
| unittest.expect(o.contextType, unittest.equals('foo'));
|
| - checkUnnamed58(o.geoCriteriaId);
|
| - checkUnnamed59(o.platform);
|
| + checkUnnamed1581(o.geoCriteriaId);
|
| + checkUnnamed1582(o.platform);
|
| }
|
| buildCounterCreativeServingRestrictionsContexts--;
|
| }
|
|
|
| -buildUnnamed60() {
|
| +buildUnnamed1583() {
|
| var o = new core.List<api.CreativeServingRestrictionsContexts>();
|
| o.add(buildCreativeServingRestrictionsContexts());
|
| o.add(buildCreativeServingRestrictionsContexts());
|
| return o;
|
| }
|
|
|
| -checkUnnamed60(core.List<api.CreativeServingRestrictionsContexts> o) {
|
| +checkUnnamed1583(core.List<api.CreativeServingRestrictionsContexts> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeServingRestrictionsContexts(o[0]);
|
| checkCreativeServingRestrictionsContexts(o[1]);
|
| }
|
|
|
| -buildUnnamed61() {
|
| +buildUnnamed1584() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed61(core.List<core.String> o) {
|
| +checkUnnamed1584(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'));
|
| @@ -530,7 +530,7 @@ buildCreativeServingRestrictionsDisapprovalReasons() {
|
| var o = new api.CreativeServingRestrictionsDisapprovalReasons();
|
| buildCounterCreativeServingRestrictionsDisapprovalReasons++;
|
| if (buildCounterCreativeServingRestrictionsDisapprovalReasons < 3) {
|
| - o.details = buildUnnamed61();
|
| + o.details = buildUnnamed1584();
|
| o.reason = "foo";
|
| }
|
| buildCounterCreativeServingRestrictionsDisapprovalReasons--;
|
| @@ -540,20 +540,20 @@ buildCreativeServingRestrictionsDisapprovalReasons() {
|
| checkCreativeServingRestrictionsDisapprovalReasons(api.CreativeServingRestrictionsDisapprovalReasons o) {
|
| buildCounterCreativeServingRestrictionsDisapprovalReasons++;
|
| if (buildCounterCreativeServingRestrictionsDisapprovalReasons < 3) {
|
| - checkUnnamed61(o.details);
|
| + checkUnnamed1584(o.details);
|
| unittest.expect(o.reason, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeServingRestrictionsDisapprovalReasons--;
|
| }
|
|
|
| -buildUnnamed62() {
|
| +buildUnnamed1585() {
|
| var o = new core.List<api.CreativeServingRestrictionsDisapprovalReasons>();
|
| o.add(buildCreativeServingRestrictionsDisapprovalReasons());
|
| o.add(buildCreativeServingRestrictionsDisapprovalReasons());
|
| return o;
|
| }
|
|
|
| -checkUnnamed62(core.List<api.CreativeServingRestrictionsDisapprovalReasons> o) {
|
| +checkUnnamed1585(core.List<api.CreativeServingRestrictionsDisapprovalReasons> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeServingRestrictionsDisapprovalReasons(o[0]);
|
| checkCreativeServingRestrictionsDisapprovalReasons(o[1]);
|
| @@ -564,8 +564,8 @@ buildCreativeServingRestrictions() {
|
| var o = new api.CreativeServingRestrictions();
|
| buildCounterCreativeServingRestrictions++;
|
| if (buildCounterCreativeServingRestrictions < 3) {
|
| - o.contexts = buildUnnamed60();
|
| - o.disapprovalReasons = buildUnnamed62();
|
| + o.contexts = buildUnnamed1583();
|
| + o.disapprovalReasons = buildUnnamed1585();
|
| o.reason = "foo";
|
| }
|
| buildCounterCreativeServingRestrictions--;
|
| @@ -575,34 +575,34 @@ buildCreativeServingRestrictions() {
|
| checkCreativeServingRestrictions(api.CreativeServingRestrictions o) {
|
| buildCounterCreativeServingRestrictions++;
|
| if (buildCounterCreativeServingRestrictions < 3) {
|
| - checkUnnamed60(o.contexts);
|
| - checkUnnamed62(o.disapprovalReasons);
|
| + checkUnnamed1583(o.contexts);
|
| + checkUnnamed1585(o.disapprovalReasons);
|
| unittest.expect(o.reason, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeServingRestrictions--;
|
| }
|
|
|
| -buildUnnamed63() {
|
| +buildUnnamed1586() {
|
| var o = new core.List<api.CreativeServingRestrictions>();
|
| o.add(buildCreativeServingRestrictions());
|
| o.add(buildCreativeServingRestrictions());
|
| return o;
|
| }
|
|
|
| -checkUnnamed63(core.List<api.CreativeServingRestrictions> o) {
|
| +checkUnnamed1586(core.List<api.CreativeServingRestrictions> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeServingRestrictions(o[0]);
|
| checkCreativeServingRestrictions(o[1]);
|
| }
|
|
|
| -buildUnnamed64() {
|
| +buildUnnamed1587() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed64(core.List<core.int> o) {
|
| +checkUnnamed1587(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));
|
| @@ -615,23 +615,23 @@ buildCreative() {
|
| if (buildCounterCreative < 3) {
|
| o.HTMLSnippet = "foo";
|
| o.accountId = 42;
|
| - o.advertiserId = buildUnnamed48();
|
| + o.advertiserId = buildUnnamed1571();
|
| o.advertiserName = "foo";
|
| o.agencyId = "foo";
|
| - o.attribute = buildUnnamed49();
|
| + o.attribute = buildUnnamed1572();
|
| o.buyerCreativeId = "foo";
|
| - o.clickThroughUrl = buildUnnamed50();
|
| - o.corrections = buildUnnamed52();
|
| + o.clickThroughUrl = buildUnnamed1573();
|
| + o.corrections = buildUnnamed1575();
|
| o.dealsStatus = "foo";
|
| o.filteringReasons = buildCreativeFilteringReasons();
|
| o.height = 42;
|
| o.kind = "foo";
|
| o.openAuctionStatus = "foo";
|
| - o.productCategories = buildUnnamed54();
|
| - o.restrictedCategories = buildUnnamed55();
|
| - o.sensitiveCategories = buildUnnamed56();
|
| - o.servingRestrictions = buildUnnamed63();
|
| - o.vendorType = buildUnnamed64();
|
| + o.productCategories = buildUnnamed1577();
|
| + o.restrictedCategories = buildUnnamed1578();
|
| + o.sensitiveCategories = buildUnnamed1579();
|
| + o.servingRestrictions = buildUnnamed1586();
|
| + o.vendorType = buildUnnamed1587();
|
| o.videoURL = "foo";
|
| o.width = 42;
|
| }
|
| @@ -644,37 +644,37 @@ checkCreative(api.Creative o) {
|
| if (buildCounterCreative < 3) {
|
| unittest.expect(o.HTMLSnippet, unittest.equals('foo'));
|
| unittest.expect(o.accountId, unittest.equals(42));
|
| - checkUnnamed48(o.advertiserId);
|
| + checkUnnamed1571(o.advertiserId);
|
| unittest.expect(o.advertiserName, unittest.equals('foo'));
|
| unittest.expect(o.agencyId, unittest.equals('foo'));
|
| - checkUnnamed49(o.attribute);
|
| + checkUnnamed1572(o.attribute);
|
| unittest.expect(o.buyerCreativeId, unittest.equals('foo'));
|
| - checkUnnamed50(o.clickThroughUrl);
|
| - checkUnnamed52(o.corrections);
|
| + checkUnnamed1573(o.clickThroughUrl);
|
| + checkUnnamed1575(o.corrections);
|
| unittest.expect(o.dealsStatus, unittest.equals('foo'));
|
| checkCreativeFilteringReasons(o.filteringReasons);
|
| unittest.expect(o.height, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.openAuctionStatus, unittest.equals('foo'));
|
| - checkUnnamed54(o.productCategories);
|
| - checkUnnamed55(o.restrictedCategories);
|
| - checkUnnamed56(o.sensitiveCategories);
|
| - checkUnnamed63(o.servingRestrictions);
|
| - checkUnnamed64(o.vendorType);
|
| + checkUnnamed1577(o.productCategories);
|
| + checkUnnamed1578(o.restrictedCategories);
|
| + checkUnnamed1579(o.sensitiveCategories);
|
| + checkUnnamed1586(o.servingRestrictions);
|
| + checkUnnamed1587(o.vendorType);
|
| unittest.expect(o.videoURL, unittest.equals('foo'));
|
| unittest.expect(o.width, unittest.equals(42));
|
| }
|
| buildCounterCreative--;
|
| }
|
|
|
| -buildUnnamed65() {
|
| +buildUnnamed1588() {
|
| var o = new core.List<api.Creative>();
|
| o.add(buildCreative());
|
| o.add(buildCreative());
|
| return o;
|
| }
|
|
|
| -checkUnnamed65(core.List<api.Creative> o) {
|
| +checkUnnamed1588(core.List<api.Creative> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreative(o[0]);
|
| checkCreative(o[1]);
|
| @@ -685,7 +685,7 @@ buildCreativesList() {
|
| var o = new api.CreativesList();
|
| buildCounterCreativesList++;
|
| if (buildCounterCreativesList < 3) {
|
| - o.items = buildUnnamed65();
|
| + o.items = buildUnnamed1588();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -696,60 +696,60 @@ buildCreativesList() {
|
| checkCreativesList(api.CreativesList o) {
|
| buildCounterCreativesList++;
|
| if (buildCounterCreativesList < 3) {
|
| - checkUnnamed65(o.items);
|
| + checkUnnamed1588(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCreativesList--;
|
| }
|
|
|
| -buildUnnamed66() {
|
| +buildUnnamed1589() {
|
| 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;
|
| }
|
|
|
| -checkUnnamed66(core.List<core.Object> o) {
|
| +checkUnnamed1589(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'));
|
| }
|
|
|
| -buildUnnamed67() {
|
| +buildUnnamed1590() {
|
| 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;
|
| }
|
|
|
| -checkUnnamed67(core.List<core.Object> o) {
|
| +checkUnnamed1590(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'));
|
| }
|
|
|
| -buildUnnamed68() {
|
| +buildUnnamed1591() {
|
| 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;
|
| }
|
|
|
| -checkUnnamed68(core.List<core.Object> o) {
|
| +checkUnnamed1591(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'));
|
| }
|
|
|
| -buildUnnamed69() {
|
| +buildUnnamed1592() {
|
| 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;
|
| }
|
|
|
| -checkUnnamed69(core.List<core.Object> o) {
|
| +checkUnnamed1592(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'));
|
| @@ -762,11 +762,11 @@ buildPerformanceReport() {
|
| if (buildCounterPerformanceReport < 3) {
|
| o.bidRate = 42.0;
|
| o.bidRequestRate = 42.0;
|
| - o.calloutStatusRate = buildUnnamed66();
|
| - o.cookieMatcherStatusRate = buildUnnamed67();
|
| - o.creativeStatusRate = buildUnnamed68();
|
| + o.calloutStatusRate = buildUnnamed1589();
|
| + o.cookieMatcherStatusRate = buildUnnamed1590();
|
| + o.creativeStatusRate = buildUnnamed1591();
|
| o.filteredBidRate = 42.0;
|
| - o.hostedMatchStatusRate = buildUnnamed69();
|
| + o.hostedMatchStatusRate = buildUnnamed1592();
|
| o.inventoryMatchRate = 42.0;
|
| o.kind = "foo";
|
| o.latency50thPercentile = 42.0;
|
| @@ -792,11 +792,11 @@ checkPerformanceReport(api.PerformanceReport o) {
|
| if (buildCounterPerformanceReport < 3) {
|
| unittest.expect(o.bidRate, unittest.equals(42.0));
|
| unittest.expect(o.bidRequestRate, unittest.equals(42.0));
|
| - checkUnnamed66(o.calloutStatusRate);
|
| - checkUnnamed67(o.cookieMatcherStatusRate);
|
| - checkUnnamed68(o.creativeStatusRate);
|
| + checkUnnamed1589(o.calloutStatusRate);
|
| + checkUnnamed1590(o.cookieMatcherStatusRate);
|
| + checkUnnamed1591(o.creativeStatusRate);
|
| unittest.expect(o.filteredBidRate, unittest.equals(42.0));
|
| - checkUnnamed69(o.hostedMatchStatusRate);
|
| + checkUnnamed1592(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));
|
| @@ -816,14 +816,14 @@ checkPerformanceReport(api.PerformanceReport o) {
|
| buildCounterPerformanceReport--;
|
| }
|
|
|
| -buildUnnamed70() {
|
| +buildUnnamed1593() {
|
| var o = new core.List<api.PerformanceReport>();
|
| o.add(buildPerformanceReport());
|
| o.add(buildPerformanceReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed70(core.List<api.PerformanceReport> o) {
|
| +checkUnnamed1593(core.List<api.PerformanceReport> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPerformanceReport(o[0]);
|
| checkPerformanceReport(o[1]);
|
| @@ -835,7 +835,7 @@ buildPerformanceReportList() {
|
| buildCounterPerformanceReportList++;
|
| if (buildCounterPerformanceReportList < 3) {
|
| o.kind = "foo";
|
| - o.performanceReport = buildUnnamed70();
|
| + o.performanceReport = buildUnnamed1593();
|
| }
|
| buildCounterPerformanceReportList--;
|
| return o;
|
| @@ -845,19 +845,19 @@ checkPerformanceReportList(api.PerformanceReportList o) {
|
| buildCounterPerformanceReportList++;
|
| if (buildCounterPerformanceReportList < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed70(o.performanceReport);
|
| + checkUnnamed1593(o.performanceReport);
|
| }
|
| buildCounterPerformanceReportList--;
|
| }
|
|
|
| -buildUnnamed71() {
|
| +buildUnnamed1594() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed71(core.List<core.String> o) {
|
| +checkUnnamed1594(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'));
|
| @@ -884,40 +884,40 @@ checkPretargetingConfigDimensions(api.PretargetingConfigDimensions o) {
|
| buildCounterPretargetingConfigDimensions--;
|
| }
|
|
|
| -buildUnnamed72() {
|
| +buildUnnamed1595() {
|
| var o = new core.List<api.PretargetingConfigDimensions>();
|
| o.add(buildPretargetingConfigDimensions());
|
| o.add(buildPretargetingConfigDimensions());
|
| return o;
|
| }
|
|
|
| -checkUnnamed72(core.List<api.PretargetingConfigDimensions> o) {
|
| +checkUnnamed1595(core.List<api.PretargetingConfigDimensions> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfigDimensions(o[0]);
|
| checkPretargetingConfigDimensions(o[1]);
|
| }
|
|
|
| -buildUnnamed73() {
|
| +buildUnnamed1596() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed73(core.List<core.String> o) {
|
| +checkUnnamed1596(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'));
|
| }
|
|
|
| -buildUnnamed74() {
|
| +buildUnnamed1597() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed74(core.List<core.String> o) {
|
| +checkUnnamed1597(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'));
|
| @@ -944,105 +944,105 @@ checkPretargetingConfigExcludedPlacements(api.PretargetingConfigExcludedPlacemen
|
| buildCounterPretargetingConfigExcludedPlacements--;
|
| }
|
|
|
| -buildUnnamed75() {
|
| +buildUnnamed1598() {
|
| var o = new core.List<api.PretargetingConfigExcludedPlacements>();
|
| o.add(buildPretargetingConfigExcludedPlacements());
|
| o.add(buildPretargetingConfigExcludedPlacements());
|
| return o;
|
| }
|
|
|
| -checkUnnamed75(core.List<api.PretargetingConfigExcludedPlacements> o) {
|
| +checkUnnamed1598(core.List<api.PretargetingConfigExcludedPlacements> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfigExcludedPlacements(o[0]);
|
| checkPretargetingConfigExcludedPlacements(o[1]);
|
| }
|
|
|
| -buildUnnamed76() {
|
| +buildUnnamed1599() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed76(core.List<core.String> o) {
|
| +checkUnnamed1599(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() {
|
| +buildUnnamed1600() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed77(core.List<core.String> o) {
|
| +checkUnnamed1600(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'));
|
| }
|
|
|
| -buildUnnamed78() {
|
| +buildUnnamed1601() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed78(core.List<core.String> o) {
|
| +checkUnnamed1601(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'));
|
| }
|
|
|
| -buildUnnamed79() {
|
| +buildUnnamed1602() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed79(core.List<core.String> o) {
|
| +checkUnnamed1602(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'));
|
| }
|
|
|
| -buildUnnamed80() {
|
| +buildUnnamed1603() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed80(core.List<core.String> o) {
|
| +checkUnnamed1603(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'));
|
| }
|
|
|
| -buildUnnamed81() {
|
| +buildUnnamed1604() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed81(core.List<core.String> o) {
|
| +checkUnnamed1604(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'));
|
| }
|
|
|
| -buildUnnamed82() {
|
| +buildUnnamed1605() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed82(core.List<core.String> o) {
|
| +checkUnnamed1605(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'));
|
| @@ -1069,79 +1069,79 @@ checkPretargetingConfigPlacements(api.PretargetingConfigPlacements o) {
|
| buildCounterPretargetingConfigPlacements--;
|
| }
|
|
|
| -buildUnnamed83() {
|
| +buildUnnamed1606() {
|
| var o = new core.List<api.PretargetingConfigPlacements>();
|
| o.add(buildPretargetingConfigPlacements());
|
| o.add(buildPretargetingConfigPlacements());
|
| return o;
|
| }
|
|
|
| -checkUnnamed83(core.List<api.PretargetingConfigPlacements> o) {
|
| +checkUnnamed1606(core.List<api.PretargetingConfigPlacements> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfigPlacements(o[0]);
|
| checkPretargetingConfigPlacements(o[1]);
|
| }
|
|
|
| -buildUnnamed84() {
|
| +buildUnnamed1607() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed84(core.List<core.String> o) {
|
| +checkUnnamed1607(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'));
|
| }
|
|
|
| -buildUnnamed85() {
|
| +buildUnnamed1608() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed85(core.List<core.String> o) {
|
| +checkUnnamed1608(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'));
|
| }
|
|
|
| -buildUnnamed86() {
|
| +buildUnnamed1609() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed86(core.List<core.String> o) {
|
| +checkUnnamed1609(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'));
|
| }
|
|
|
| -buildUnnamed87() {
|
| +buildUnnamed1610() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed87(core.List<core.String> o) {
|
| +checkUnnamed1610(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'));
|
| }
|
|
|
| -buildUnnamed88() {
|
| +buildUnnamed1611() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed88(core.List<core.String> o) {
|
| +checkUnnamed1611(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'));
|
| @@ -1155,26 +1155,26 @@ buildPretargetingConfig() {
|
| o.billingId = "foo";
|
| o.configId = "foo";
|
| o.configName = "foo";
|
| - o.creativeType = buildUnnamed71();
|
| - o.dimensions = buildUnnamed72();
|
| - o.excludedContentLabels = buildUnnamed73();
|
| - o.excludedGeoCriteriaIds = buildUnnamed74();
|
| - o.excludedPlacements = buildUnnamed75();
|
| - o.excludedUserLists = buildUnnamed76();
|
| - o.excludedVerticals = buildUnnamed77();
|
| - o.geoCriteriaIds = buildUnnamed78();
|
| + o.creativeType = buildUnnamed1594();
|
| + o.dimensions = buildUnnamed1595();
|
| + o.excludedContentLabels = buildUnnamed1596();
|
| + o.excludedGeoCriteriaIds = buildUnnamed1597();
|
| + o.excludedPlacements = buildUnnamed1598();
|
| + o.excludedUserLists = buildUnnamed1599();
|
| + o.excludedVerticals = buildUnnamed1600();
|
| + o.geoCriteriaIds = buildUnnamed1601();
|
| o.isActive = true;
|
| o.kind = "foo";
|
| - o.languages = buildUnnamed79();
|
| - o.mobileCarriers = buildUnnamed80();
|
| - o.mobileDevices = buildUnnamed81();
|
| - o.mobileOperatingSystemVersions = buildUnnamed82();
|
| - o.placements = buildUnnamed83();
|
| - o.platforms = buildUnnamed84();
|
| - o.supportedCreativeAttributes = buildUnnamed85();
|
| - o.userLists = buildUnnamed86();
|
| - o.vendorTypes = buildUnnamed87();
|
| - o.verticals = buildUnnamed88();
|
| + o.languages = buildUnnamed1602();
|
| + o.mobileCarriers = buildUnnamed1603();
|
| + o.mobileDevices = buildUnnamed1604();
|
| + o.mobileOperatingSystemVersions = buildUnnamed1605();
|
| + o.placements = buildUnnamed1606();
|
| + o.platforms = buildUnnamed1607();
|
| + o.supportedCreativeAttributes = buildUnnamed1608();
|
| + o.userLists = buildUnnamed1609();
|
| + o.vendorTypes = buildUnnamed1610();
|
| + o.verticals = buildUnnamed1611();
|
| }
|
| buildCounterPretargetingConfig--;
|
| return o;
|
| @@ -1186,38 +1186,38 @@ 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'));
|
| - checkUnnamed71(o.creativeType);
|
| - checkUnnamed72(o.dimensions);
|
| - checkUnnamed73(o.excludedContentLabels);
|
| - checkUnnamed74(o.excludedGeoCriteriaIds);
|
| - checkUnnamed75(o.excludedPlacements);
|
| - checkUnnamed76(o.excludedUserLists);
|
| - checkUnnamed77(o.excludedVerticals);
|
| - checkUnnamed78(o.geoCriteriaIds);
|
| + checkUnnamed1594(o.creativeType);
|
| + checkUnnamed1595(o.dimensions);
|
| + checkUnnamed1596(o.excludedContentLabels);
|
| + checkUnnamed1597(o.excludedGeoCriteriaIds);
|
| + checkUnnamed1598(o.excludedPlacements);
|
| + checkUnnamed1599(o.excludedUserLists);
|
| + checkUnnamed1600(o.excludedVerticals);
|
| + checkUnnamed1601(o.geoCriteriaIds);
|
| unittest.expect(o.isActive, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed79(o.languages);
|
| - checkUnnamed80(o.mobileCarriers);
|
| - checkUnnamed81(o.mobileDevices);
|
| - checkUnnamed82(o.mobileOperatingSystemVersions);
|
| - checkUnnamed83(o.placements);
|
| - checkUnnamed84(o.platforms);
|
| - checkUnnamed85(o.supportedCreativeAttributes);
|
| - checkUnnamed86(o.userLists);
|
| - checkUnnamed87(o.vendorTypes);
|
| - checkUnnamed88(o.verticals);
|
| + checkUnnamed1602(o.languages);
|
| + checkUnnamed1603(o.mobileCarriers);
|
| + checkUnnamed1604(o.mobileDevices);
|
| + checkUnnamed1605(o.mobileOperatingSystemVersions);
|
| + checkUnnamed1606(o.placements);
|
| + checkUnnamed1607(o.platforms);
|
| + checkUnnamed1608(o.supportedCreativeAttributes);
|
| + checkUnnamed1609(o.userLists);
|
| + checkUnnamed1610(o.vendorTypes);
|
| + checkUnnamed1611(o.verticals);
|
| }
|
| buildCounterPretargetingConfig--;
|
| }
|
|
|
| -buildUnnamed89() {
|
| +buildUnnamed1612() {
|
| var o = new core.List<api.PretargetingConfig>();
|
| o.add(buildPretargetingConfig());
|
| o.add(buildPretargetingConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed89(core.List<api.PretargetingConfig> o) {
|
| +checkUnnamed1612(core.List<api.PretargetingConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfig(o[0]);
|
| checkPretargetingConfig(o[1]);
|
| @@ -1228,7 +1228,7 @@ buildPretargetingConfigList() {
|
| var o = new api.PretargetingConfigList();
|
| buildCounterPretargetingConfigList++;
|
| if (buildCounterPretargetingConfigList < 3) {
|
| - o.items = buildUnnamed89();
|
| + o.items = buildUnnamed1612();
|
| o.kind = "foo";
|
| }
|
| buildCounterPretargetingConfigList--;
|
| @@ -1238,33 +1238,33 @@ buildPretargetingConfigList() {
|
| checkPretargetingConfigList(api.PretargetingConfigList o) {
|
| buildCounterPretargetingConfigList++;
|
| if (buildCounterPretargetingConfigList < 3) {
|
| - checkUnnamed89(o.items);
|
| + checkUnnamed1612(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterPretargetingConfigList--;
|
| }
|
|
|
| -buildUnnamed90() {
|
| +buildUnnamed1613() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed90(core.List<core.int> o) {
|
| +checkUnnamed1613(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));
|
| }
|
|
|
| -buildUnnamed91() {
|
| +buildUnnamed1614() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed91(core.List<core.String> o) {
|
| +checkUnnamed1614(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'));
|
| @@ -2057,8 +2057,8 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.CreativesResourceApi res = new api.AdexchangebuyerApi(mock).creatives;
|
| - var arg_accountId = buildUnnamed90();
|
| - var arg_buyerCreativeId = buildUnnamed91();
|
| + var arg_accountId = buildUnnamed1613();
|
| + var arg_buyerCreativeId = buildUnnamed1614();
|
| var arg_dealsStatusFilter = "foo";
|
| var arg_maxResults = 42;
|
| var arg_openAuctionStatusFilter = "foo";
|
|
|