| Index: generated/googleapis/test/adexchangebuyer/v1_3_test.dart
|
| diff --git a/generated/googleapis/test/adexchangebuyer/v1_3_test.dart b/generated/googleapis/test/adexchangebuyer/v1_3_test.dart
|
| index ae05655adf16d7adcd7c4a421d78412647fb686d..f29db6db27e04aad49ac26793938b90df030da36 100644
|
| --- a/generated/googleapis/test/adexchangebuyer/v1_3_test.dart
|
| +++ b/generated/googleapis/test/adexchangebuyer/v1_3_test.dart
|
| @@ -39,14 +39,14 @@ checkAccountBidderLocation(api.AccountBidderLocation o) {
|
| buildCounterAccountBidderLocation--;
|
| }
|
|
|
| -buildUnnamed565() {
|
| +buildUnnamed656() {
|
| var o = new core.List<api.AccountBidderLocation>();
|
| o.add(buildAccountBidderLocation());
|
| o.add(buildAccountBidderLocation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed565(core.List<api.AccountBidderLocation> o) {
|
| +checkUnnamed656(core.List<api.AccountBidderLocation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountBidderLocation(o[0]);
|
| checkAccountBidderLocation(o[1]);
|
| @@ -57,7 +57,7 @@ buildAccount() {
|
| var o = new api.Account();
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| - o.bidderLocation = buildUnnamed565();
|
| + o.bidderLocation = buildUnnamed656();
|
| o.cookieMatchingNid = "foo";
|
| o.cookieMatchingUrl = "foo";
|
| o.id = 42;
|
| @@ -71,7 +71,7 @@ buildAccount() {
|
| checkAccount(api.Account o) {
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| - checkUnnamed565(o.bidderLocation);
|
| + checkUnnamed656(o.bidderLocation);
|
| unittest.expect(o.cookieMatchingNid, unittest.equals('foo'));
|
| unittest.expect(o.cookieMatchingUrl, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals(42));
|
| @@ -81,14 +81,14 @@ checkAccount(api.Account o) {
|
| buildCounterAccount--;
|
| }
|
|
|
| -buildUnnamed566() {
|
| +buildUnnamed657() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed566(core.List<api.Account> o) {
|
| +checkUnnamed657(core.List<api.Account> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccount(o[0]);
|
| checkAccount(o[1]);
|
| @@ -99,7 +99,7 @@ buildAccountsList() {
|
| var o = new api.AccountsList();
|
| buildCounterAccountsList++;
|
| if (buildCounterAccountsList < 3) {
|
| - o.items = buildUnnamed566();
|
| + o.items = buildUnnamed657();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountsList--;
|
| @@ -109,20 +109,20 @@ buildAccountsList() {
|
| checkAccountsList(api.AccountsList o) {
|
| buildCounterAccountsList++;
|
| if (buildCounterAccountsList < 3) {
|
| - checkUnnamed566(o.items);
|
| + checkUnnamed657(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountsList--;
|
| }
|
|
|
| -buildUnnamed567() {
|
| +buildUnnamed658() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed567(core.List<core.String> o) {
|
| +checkUnnamed658(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'));
|
| @@ -135,7 +135,7 @@ buildBillingInfo() {
|
| if (buildCounterBillingInfo < 3) {
|
| o.accountId = 42;
|
| o.accountName = "foo";
|
| - o.billingId = buildUnnamed567();
|
| + o.billingId = buildUnnamed658();
|
| o.kind = "foo";
|
| }
|
| buildCounterBillingInfo--;
|
| @@ -147,20 +147,20 @@ checkBillingInfo(api.BillingInfo o) {
|
| if (buildCounterBillingInfo < 3) {
|
| unittest.expect(o.accountId, unittest.equals(42));
|
| unittest.expect(o.accountName, unittest.equals('foo'));
|
| - checkUnnamed567(o.billingId);
|
| + checkUnnamed658(o.billingId);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBillingInfo--;
|
| }
|
|
|
| -buildUnnamed568() {
|
| +buildUnnamed659() {
|
| var o = new core.List<api.BillingInfo>();
|
| o.add(buildBillingInfo());
|
| o.add(buildBillingInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed568(core.List<api.BillingInfo> o) {
|
| +checkUnnamed659(core.List<api.BillingInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBillingInfo(o[0]);
|
| checkBillingInfo(o[1]);
|
| @@ -171,7 +171,7 @@ buildBillingInfoList() {
|
| var o = new api.BillingInfoList();
|
| buildCounterBillingInfoList++;
|
| if (buildCounterBillingInfoList < 3) {
|
| - o.items = buildUnnamed568();
|
| + o.items = buildUnnamed659();
|
| o.kind = "foo";
|
| }
|
| buildCounterBillingInfoList--;
|
| @@ -181,59 +181,59 @@ buildBillingInfoList() {
|
| checkBillingInfoList(api.BillingInfoList o) {
|
| buildCounterBillingInfoList++;
|
| if (buildCounterBillingInfoList < 3) {
|
| - checkUnnamed568(o.items);
|
| + checkUnnamed659(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBillingInfoList--;
|
| }
|
|
|
| -buildUnnamed569() {
|
| +buildUnnamed660() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed569(core.List<core.String> o) {
|
| +checkUnnamed660(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'));
|
| }
|
|
|
| -buildUnnamed570() {
|
| +buildUnnamed661() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed570(core.List<core.int> o) {
|
| +checkUnnamed661(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));
|
| }
|
|
|
| -buildUnnamed571() {
|
| +buildUnnamed662() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed571(core.List<core.String> o) {
|
| +checkUnnamed662(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'));
|
| }
|
|
|
| -buildUnnamed572() {
|
| +buildUnnamed663() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed572(core.List<core.String> o) {
|
| +checkUnnamed663(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'));
|
| @@ -244,7 +244,7 @@ buildCreativeCorrections() {
|
| var o = new api.CreativeCorrections();
|
| buildCounterCreativeCorrections++;
|
| if (buildCounterCreativeCorrections < 3) {
|
| - o.details = buildUnnamed572();
|
| + o.details = buildUnnamed663();
|
| o.reason = "foo";
|
| }
|
| buildCounterCreativeCorrections--;
|
| @@ -254,33 +254,33 @@ buildCreativeCorrections() {
|
| checkCreativeCorrections(api.CreativeCorrections o) {
|
| buildCounterCreativeCorrections++;
|
| if (buildCounterCreativeCorrections < 3) {
|
| - checkUnnamed572(o.details);
|
| + checkUnnamed663(o.details);
|
| unittest.expect(o.reason, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeCorrections--;
|
| }
|
|
|
| -buildUnnamed573() {
|
| +buildUnnamed664() {
|
| var o = new core.List<api.CreativeCorrections>();
|
| o.add(buildCreativeCorrections());
|
| o.add(buildCreativeCorrections());
|
| return o;
|
| }
|
|
|
| -checkUnnamed573(core.List<api.CreativeCorrections> o) {
|
| +checkUnnamed664(core.List<api.CreativeCorrections> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCorrections(o[0]);
|
| checkCreativeCorrections(o[1]);
|
| }
|
|
|
| -buildUnnamed574() {
|
| +buildUnnamed665() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed574(core.List<core.String> o) {
|
| +checkUnnamed665(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'));
|
| @@ -291,7 +291,7 @@ buildCreativeDisapprovalReasons() {
|
| var o = new api.CreativeDisapprovalReasons();
|
| buildCounterCreativeDisapprovalReasons++;
|
| if (buildCounterCreativeDisapprovalReasons < 3) {
|
| - o.details = buildUnnamed574();
|
| + o.details = buildUnnamed665();
|
| o.reason = "foo";
|
| }
|
| buildCounterCreativeDisapprovalReasons--;
|
| @@ -301,20 +301,20 @@ buildCreativeDisapprovalReasons() {
|
| checkCreativeDisapprovalReasons(api.CreativeDisapprovalReasons o) {
|
| buildCounterCreativeDisapprovalReasons++;
|
| if (buildCounterCreativeDisapprovalReasons < 3) {
|
| - checkUnnamed574(o.details);
|
| + checkUnnamed665(o.details);
|
| unittest.expect(o.reason, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeDisapprovalReasons--;
|
| }
|
|
|
| -buildUnnamed575() {
|
| +buildUnnamed666() {
|
| var o = new core.List<api.CreativeDisapprovalReasons>();
|
| o.add(buildCreativeDisapprovalReasons());
|
| o.add(buildCreativeDisapprovalReasons());
|
| return o;
|
| }
|
|
|
| -checkUnnamed575(core.List<api.CreativeDisapprovalReasons> o) {
|
| +checkUnnamed666(core.List<api.CreativeDisapprovalReasons> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeDisapprovalReasons(o[0]);
|
| checkCreativeDisapprovalReasons(o[1]);
|
| @@ -341,14 +341,14 @@ checkCreativeFilteringReasonsReasons(api.CreativeFilteringReasonsReasons o) {
|
| buildCounterCreativeFilteringReasonsReasons--;
|
| }
|
|
|
| -buildUnnamed576() {
|
| +buildUnnamed667() {
|
| var o = new core.List<api.CreativeFilteringReasonsReasons>();
|
| o.add(buildCreativeFilteringReasonsReasons());
|
| o.add(buildCreativeFilteringReasonsReasons());
|
| return o;
|
| }
|
|
|
| -checkUnnamed576(core.List<api.CreativeFilteringReasonsReasons> o) {
|
| +checkUnnamed667(core.List<api.CreativeFilteringReasonsReasons> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeFilteringReasonsReasons(o[0]);
|
| checkCreativeFilteringReasonsReasons(o[1]);
|
| @@ -360,7 +360,7 @@ buildCreativeFilteringReasons() {
|
| buildCounterCreativeFilteringReasons++;
|
| if (buildCounterCreativeFilteringReasons < 3) {
|
| o.date = "foo";
|
| - o.reasons = buildUnnamed576();
|
| + o.reasons = buildUnnamed667();
|
| }
|
| buildCounterCreativeFilteringReasons--;
|
| return o;
|
| @@ -370,58 +370,58 @@ checkCreativeFilteringReasons(api.CreativeFilteringReasons o) {
|
| buildCounterCreativeFilteringReasons++;
|
| if (buildCounterCreativeFilteringReasons < 3) {
|
| unittest.expect(o.date, unittest.equals('foo'));
|
| - checkUnnamed576(o.reasons);
|
| + checkUnnamed667(o.reasons);
|
| }
|
| buildCounterCreativeFilteringReasons--;
|
| }
|
|
|
| -buildUnnamed577() {
|
| +buildUnnamed668() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed577(core.List<core.int> o) {
|
| +checkUnnamed668(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));
|
| }
|
|
|
| -buildUnnamed578() {
|
| +buildUnnamed669() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed578(core.List<core.int> o) {
|
| +checkUnnamed669(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));
|
| }
|
|
|
| -buildUnnamed579() {
|
| +buildUnnamed670() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed579(core.List<core.int> o) {
|
| +checkUnnamed670(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));
|
| }
|
|
|
| -buildUnnamed580() {
|
| +buildUnnamed671() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed580(core.List<core.int> o) {
|
| +checkUnnamed671(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));
|
| @@ -434,22 +434,22 @@ buildCreative() {
|
| if (buildCounterCreative < 3) {
|
| o.HTMLSnippet = "foo";
|
| o.accountId = 42;
|
| - o.advertiserId = buildUnnamed569();
|
| + o.advertiserId = buildUnnamed660();
|
| o.advertiserName = "foo";
|
| o.agencyId = "foo";
|
| - o.attribute = buildUnnamed570();
|
| + o.attribute = buildUnnamed661();
|
| o.buyerCreativeId = "foo";
|
| - o.clickThroughUrl = buildUnnamed571();
|
| - o.corrections = buildUnnamed573();
|
| - o.disapprovalReasons = buildUnnamed575();
|
| + o.clickThroughUrl = buildUnnamed662();
|
| + o.corrections = buildUnnamed664();
|
| + o.disapprovalReasons = buildUnnamed666();
|
| o.filteringReasons = buildCreativeFilteringReasons();
|
| o.height = 42;
|
| o.kind = "foo";
|
| - o.productCategories = buildUnnamed577();
|
| - o.restrictedCategories = buildUnnamed578();
|
| - o.sensitiveCategories = buildUnnamed579();
|
| + o.productCategories = buildUnnamed668();
|
| + o.restrictedCategories = buildUnnamed669();
|
| + o.sensitiveCategories = buildUnnamed670();
|
| o.status = "foo";
|
| - o.vendorType = buildUnnamed580();
|
| + o.vendorType = buildUnnamed671();
|
| o.videoURL = "foo";
|
| o.width = 42;
|
| }
|
| @@ -462,36 +462,36 @@ checkCreative(api.Creative o) {
|
| if (buildCounterCreative < 3) {
|
| unittest.expect(o.HTMLSnippet, unittest.equals('foo'));
|
| unittest.expect(o.accountId, unittest.equals(42));
|
| - checkUnnamed569(o.advertiserId);
|
| + checkUnnamed660(o.advertiserId);
|
| unittest.expect(o.advertiserName, unittest.equals('foo'));
|
| unittest.expect(o.agencyId, unittest.equals('foo'));
|
| - checkUnnamed570(o.attribute);
|
| + checkUnnamed661(o.attribute);
|
| unittest.expect(o.buyerCreativeId, unittest.equals('foo'));
|
| - checkUnnamed571(o.clickThroughUrl);
|
| - checkUnnamed573(o.corrections);
|
| - checkUnnamed575(o.disapprovalReasons);
|
| + checkUnnamed662(o.clickThroughUrl);
|
| + checkUnnamed664(o.corrections);
|
| + checkUnnamed666(o.disapprovalReasons);
|
| checkCreativeFilteringReasons(o.filteringReasons);
|
| unittest.expect(o.height, unittest.equals(42));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed577(o.productCategories);
|
| - checkUnnamed578(o.restrictedCategories);
|
| - checkUnnamed579(o.sensitiveCategories);
|
| + checkUnnamed668(o.productCategories);
|
| + checkUnnamed669(o.restrictedCategories);
|
| + checkUnnamed670(o.sensitiveCategories);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| - checkUnnamed580(o.vendorType);
|
| + checkUnnamed671(o.vendorType);
|
| unittest.expect(o.videoURL, unittest.equals('foo'));
|
| unittest.expect(o.width, unittest.equals(42));
|
| }
|
| buildCounterCreative--;
|
| }
|
|
|
| -buildUnnamed581() {
|
| +buildUnnamed672() {
|
| var o = new core.List<api.Creative>();
|
| o.add(buildCreative());
|
| o.add(buildCreative());
|
| return o;
|
| }
|
|
|
| -checkUnnamed581(core.List<api.Creative> o) {
|
| +checkUnnamed672(core.List<api.Creative> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreative(o[0]);
|
| checkCreative(o[1]);
|
| @@ -502,7 +502,7 @@ buildCreativesList() {
|
| var o = new api.CreativesList();
|
| buildCounterCreativesList++;
|
| if (buildCounterCreativesList < 3) {
|
| - o.items = buildUnnamed581();
|
| + o.items = buildUnnamed672();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -513,7 +513,7 @@ buildCreativesList() {
|
| checkCreativesList(api.CreativesList o) {
|
| buildCounterCreativesList++;
|
| if (buildCounterCreativesList < 3) {
|
| - checkUnnamed581(o.items);
|
| + checkUnnamed672(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -561,14 +561,14 @@ checkDirectDeal(api.DirectDeal o) {
|
| buildCounterDirectDeal--;
|
| }
|
|
|
| -buildUnnamed582() {
|
| +buildUnnamed673() {
|
| var o = new core.List<api.DirectDeal>();
|
| o.add(buildDirectDeal());
|
| o.add(buildDirectDeal());
|
| return o;
|
| }
|
|
|
| -checkUnnamed582(core.List<api.DirectDeal> o) {
|
| +checkUnnamed673(core.List<api.DirectDeal> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDirectDeal(o[0]);
|
| checkDirectDeal(o[1]);
|
| @@ -579,7 +579,7 @@ buildDirectDealsList() {
|
| var o = new api.DirectDealsList();
|
| buildCounterDirectDealsList++;
|
| if (buildCounterDirectDealsList < 3) {
|
| - o.directDeals = buildUnnamed582();
|
| + o.directDeals = buildUnnamed673();
|
| o.kind = "foo";
|
| }
|
| buildCounterDirectDealsList--;
|
| @@ -589,59 +589,59 @@ buildDirectDealsList() {
|
| checkDirectDealsList(api.DirectDealsList o) {
|
| buildCounterDirectDealsList++;
|
| if (buildCounterDirectDealsList < 3) {
|
| - checkUnnamed582(o.directDeals);
|
| + checkUnnamed673(o.directDeals);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterDirectDealsList--;
|
| }
|
|
|
| -buildUnnamed583() {
|
| +buildUnnamed674() {
|
| 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;
|
| }
|
|
|
| -checkUnnamed583(core.List<core.Object> o) {
|
| +checkUnnamed674(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'));
|
| }
|
|
|
| -buildUnnamed584() {
|
| +buildUnnamed675() {
|
| 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;
|
| }
|
|
|
| -checkUnnamed584(core.List<core.Object> o) {
|
| +checkUnnamed675(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'));
|
| }
|
|
|
| -buildUnnamed585() {
|
| +buildUnnamed676() {
|
| 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;
|
| }
|
|
|
| -checkUnnamed585(core.List<core.Object> o) {
|
| +checkUnnamed676(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'));
|
| }
|
|
|
| -buildUnnamed586() {
|
| +buildUnnamed677() {
|
| 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;
|
| }
|
|
|
| -checkUnnamed586(core.List<core.Object> o) {
|
| +checkUnnamed677(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'));
|
| @@ -652,10 +652,10 @@ buildPerformanceReport() {
|
| var o = new api.PerformanceReport();
|
| buildCounterPerformanceReport++;
|
| if (buildCounterPerformanceReport < 3) {
|
| - o.calloutStatusRate = buildUnnamed583();
|
| - o.cookieMatcherStatusRate = buildUnnamed584();
|
| - o.creativeStatusRate = buildUnnamed585();
|
| - o.hostedMatchStatusRate = buildUnnamed586();
|
| + o.calloutStatusRate = buildUnnamed674();
|
| + o.cookieMatcherStatusRate = buildUnnamed675();
|
| + o.creativeStatusRate = buildUnnamed676();
|
| + o.hostedMatchStatusRate = buildUnnamed677();
|
| o.kind = "foo";
|
| o.latency50thPercentile = 42.0;
|
| o.latency85thPercentile = 42.0;
|
| @@ -676,10 +676,10 @@ buildPerformanceReport() {
|
| checkPerformanceReport(api.PerformanceReport o) {
|
| buildCounterPerformanceReport++;
|
| if (buildCounterPerformanceReport < 3) {
|
| - checkUnnamed583(o.calloutStatusRate);
|
| - checkUnnamed584(o.cookieMatcherStatusRate);
|
| - checkUnnamed585(o.creativeStatusRate);
|
| - checkUnnamed586(o.hostedMatchStatusRate);
|
| + checkUnnamed674(o.calloutStatusRate);
|
| + checkUnnamed675(o.cookieMatcherStatusRate);
|
| + checkUnnamed676(o.creativeStatusRate);
|
| + checkUnnamed677(o.hostedMatchStatusRate);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.latency50thPercentile, unittest.equals(42.0));
|
| unittest.expect(o.latency85thPercentile, unittest.equals(42.0));
|
| @@ -696,14 +696,14 @@ checkPerformanceReport(api.PerformanceReport o) {
|
| buildCounterPerformanceReport--;
|
| }
|
|
|
| -buildUnnamed587() {
|
| +buildUnnamed678() {
|
| var o = new core.List<api.PerformanceReport>();
|
| o.add(buildPerformanceReport());
|
| o.add(buildPerformanceReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed587(core.List<api.PerformanceReport> o) {
|
| +checkUnnamed678(core.List<api.PerformanceReport> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPerformanceReport(o[0]);
|
| checkPerformanceReport(o[1]);
|
| @@ -715,7 +715,7 @@ buildPerformanceReportList() {
|
| buildCounterPerformanceReportList++;
|
| if (buildCounterPerformanceReportList < 3) {
|
| o.kind = "foo";
|
| - o.performanceReport = buildUnnamed587();
|
| + o.performanceReport = buildUnnamed678();
|
| }
|
| buildCounterPerformanceReportList--;
|
| return o;
|
| @@ -725,19 +725,19 @@ checkPerformanceReportList(api.PerformanceReportList o) {
|
| buildCounterPerformanceReportList++;
|
| if (buildCounterPerformanceReportList < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed587(o.performanceReport);
|
| + checkUnnamed678(o.performanceReport);
|
| }
|
| buildCounterPerformanceReportList--;
|
| }
|
|
|
| -buildUnnamed588() {
|
| +buildUnnamed679() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed588(core.List<core.String> o) {
|
| +checkUnnamed679(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'));
|
| @@ -764,40 +764,40 @@ checkPretargetingConfigDimensions(api.PretargetingConfigDimensions o) {
|
| buildCounterPretargetingConfigDimensions--;
|
| }
|
|
|
| -buildUnnamed589() {
|
| +buildUnnamed680() {
|
| var o = new core.List<api.PretargetingConfigDimensions>();
|
| o.add(buildPretargetingConfigDimensions());
|
| o.add(buildPretargetingConfigDimensions());
|
| return o;
|
| }
|
|
|
| -checkUnnamed589(core.List<api.PretargetingConfigDimensions> o) {
|
| +checkUnnamed680(core.List<api.PretargetingConfigDimensions> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfigDimensions(o[0]);
|
| checkPretargetingConfigDimensions(o[1]);
|
| }
|
|
|
| -buildUnnamed590() {
|
| +buildUnnamed681() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed590(core.List<core.String> o) {
|
| +checkUnnamed681(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed591() {
|
| +buildUnnamed682() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed591(core.List<core.String> o) {
|
| +checkUnnamed682(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'));
|
| @@ -824,105 +824,105 @@ checkPretargetingConfigExcludedPlacements(api.PretargetingConfigExcludedPlacemen
|
| buildCounterPretargetingConfigExcludedPlacements--;
|
| }
|
|
|
| -buildUnnamed592() {
|
| +buildUnnamed683() {
|
| var o = new core.List<api.PretargetingConfigExcludedPlacements>();
|
| o.add(buildPretargetingConfigExcludedPlacements());
|
| o.add(buildPretargetingConfigExcludedPlacements());
|
| return o;
|
| }
|
|
|
| -checkUnnamed592(core.List<api.PretargetingConfigExcludedPlacements> o) {
|
| +checkUnnamed683(core.List<api.PretargetingConfigExcludedPlacements> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfigExcludedPlacements(o[0]);
|
| checkPretargetingConfigExcludedPlacements(o[1]);
|
| }
|
|
|
| -buildUnnamed593() {
|
| +buildUnnamed684() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed593(core.List<core.String> o) {
|
| +checkUnnamed684(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'));
|
| }
|
|
|
| -buildUnnamed594() {
|
| +buildUnnamed685() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed594(core.List<core.String> o) {
|
| +checkUnnamed685(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'));
|
| }
|
|
|
| -buildUnnamed595() {
|
| +buildUnnamed686() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed595(core.List<core.String> o) {
|
| +checkUnnamed686(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'));
|
| }
|
|
|
| -buildUnnamed596() {
|
| +buildUnnamed687() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed596(core.List<core.String> o) {
|
| +checkUnnamed687(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'));
|
| }
|
|
|
| -buildUnnamed597() {
|
| +buildUnnamed688() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed597(core.List<core.String> o) {
|
| +checkUnnamed688(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'));
|
| }
|
|
|
| -buildUnnamed598() {
|
| +buildUnnamed689() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed598(core.List<core.String> o) {
|
| +checkUnnamed689(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'));
|
| }
|
|
|
| -buildUnnamed599() {
|
| +buildUnnamed690() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed599(core.List<core.String> o) {
|
| +checkUnnamed690(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -949,79 +949,79 @@ checkPretargetingConfigPlacements(api.PretargetingConfigPlacements o) {
|
| buildCounterPretargetingConfigPlacements--;
|
| }
|
|
|
| -buildUnnamed600() {
|
| +buildUnnamed691() {
|
| var o = new core.List<api.PretargetingConfigPlacements>();
|
| o.add(buildPretargetingConfigPlacements());
|
| o.add(buildPretargetingConfigPlacements());
|
| return o;
|
| }
|
|
|
| -checkUnnamed600(core.List<api.PretargetingConfigPlacements> o) {
|
| +checkUnnamed691(core.List<api.PretargetingConfigPlacements> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfigPlacements(o[0]);
|
| checkPretargetingConfigPlacements(o[1]);
|
| }
|
|
|
| -buildUnnamed601() {
|
| +buildUnnamed692() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed601(core.List<core.String> o) {
|
| +checkUnnamed692(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed602() {
|
| +buildUnnamed693() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed602(core.List<core.String> o) {
|
| +checkUnnamed693(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'));
|
| }
|
|
|
| -buildUnnamed603() {
|
| +buildUnnamed694() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed603(core.List<core.String> o) {
|
| +checkUnnamed694(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'));
|
| }
|
|
|
| -buildUnnamed604() {
|
| +buildUnnamed695() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed604(core.List<core.String> o) {
|
| +checkUnnamed695(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'));
|
| }
|
|
|
| -buildUnnamed605() {
|
| +buildUnnamed696() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed605(core.List<core.String> o) {
|
| +checkUnnamed696(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'));
|
| @@ -1035,26 +1035,26 @@ buildPretargetingConfig() {
|
| o.billingId = "foo";
|
| o.configId = "foo";
|
| o.configName = "foo";
|
| - o.creativeType = buildUnnamed588();
|
| - o.dimensions = buildUnnamed589();
|
| - o.excludedContentLabels = buildUnnamed590();
|
| - o.excludedGeoCriteriaIds = buildUnnamed591();
|
| - o.excludedPlacements = buildUnnamed592();
|
| - o.excludedUserLists = buildUnnamed593();
|
| - o.excludedVerticals = buildUnnamed594();
|
| - o.geoCriteriaIds = buildUnnamed595();
|
| + o.creativeType = buildUnnamed679();
|
| + o.dimensions = buildUnnamed680();
|
| + o.excludedContentLabels = buildUnnamed681();
|
| + o.excludedGeoCriteriaIds = buildUnnamed682();
|
| + o.excludedPlacements = buildUnnamed683();
|
| + o.excludedUserLists = buildUnnamed684();
|
| + o.excludedVerticals = buildUnnamed685();
|
| + o.geoCriteriaIds = buildUnnamed686();
|
| o.isActive = true;
|
| o.kind = "foo";
|
| - o.languages = buildUnnamed596();
|
| - o.mobileCarriers = buildUnnamed597();
|
| - o.mobileDevices = buildUnnamed598();
|
| - o.mobileOperatingSystemVersions = buildUnnamed599();
|
| - o.placements = buildUnnamed600();
|
| - o.platforms = buildUnnamed601();
|
| - o.supportedCreativeAttributes = buildUnnamed602();
|
| - o.userLists = buildUnnamed603();
|
| - o.vendorTypes = buildUnnamed604();
|
| - o.verticals = buildUnnamed605();
|
| + o.languages = buildUnnamed687();
|
| + o.mobileCarriers = buildUnnamed688();
|
| + o.mobileDevices = buildUnnamed689();
|
| + o.mobileOperatingSystemVersions = buildUnnamed690();
|
| + o.placements = buildUnnamed691();
|
| + o.platforms = buildUnnamed692();
|
| + o.supportedCreativeAttributes = buildUnnamed693();
|
| + o.userLists = buildUnnamed694();
|
| + o.vendorTypes = buildUnnamed695();
|
| + o.verticals = buildUnnamed696();
|
| }
|
| buildCounterPretargetingConfig--;
|
| return o;
|
| @@ -1066,38 +1066,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'));
|
| - checkUnnamed588(o.creativeType);
|
| - checkUnnamed589(o.dimensions);
|
| - checkUnnamed590(o.excludedContentLabels);
|
| - checkUnnamed591(o.excludedGeoCriteriaIds);
|
| - checkUnnamed592(o.excludedPlacements);
|
| - checkUnnamed593(o.excludedUserLists);
|
| - checkUnnamed594(o.excludedVerticals);
|
| - checkUnnamed595(o.geoCriteriaIds);
|
| + checkUnnamed679(o.creativeType);
|
| + checkUnnamed680(o.dimensions);
|
| + checkUnnamed681(o.excludedContentLabels);
|
| + checkUnnamed682(o.excludedGeoCriteriaIds);
|
| + checkUnnamed683(o.excludedPlacements);
|
| + checkUnnamed684(o.excludedUserLists);
|
| + checkUnnamed685(o.excludedVerticals);
|
| + checkUnnamed686(o.geoCriteriaIds);
|
| unittest.expect(o.isActive, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed596(o.languages);
|
| - checkUnnamed597(o.mobileCarriers);
|
| - checkUnnamed598(o.mobileDevices);
|
| - checkUnnamed599(o.mobileOperatingSystemVersions);
|
| - checkUnnamed600(o.placements);
|
| - checkUnnamed601(o.platforms);
|
| - checkUnnamed602(o.supportedCreativeAttributes);
|
| - checkUnnamed603(o.userLists);
|
| - checkUnnamed604(o.vendorTypes);
|
| - checkUnnamed605(o.verticals);
|
| + checkUnnamed687(o.languages);
|
| + checkUnnamed688(o.mobileCarriers);
|
| + checkUnnamed689(o.mobileDevices);
|
| + checkUnnamed690(o.mobileOperatingSystemVersions);
|
| + checkUnnamed691(o.placements);
|
| + checkUnnamed692(o.platforms);
|
| + checkUnnamed693(o.supportedCreativeAttributes);
|
| + checkUnnamed694(o.userLists);
|
| + checkUnnamed695(o.vendorTypes);
|
| + checkUnnamed696(o.verticals);
|
| }
|
| buildCounterPretargetingConfig--;
|
| }
|
|
|
| -buildUnnamed606() {
|
| +buildUnnamed697() {
|
| var o = new core.List<api.PretargetingConfig>();
|
| o.add(buildPretargetingConfig());
|
| o.add(buildPretargetingConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed606(core.List<api.PretargetingConfig> o) {
|
| +checkUnnamed697(core.List<api.PretargetingConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPretargetingConfig(o[0]);
|
| checkPretargetingConfig(o[1]);
|
| @@ -1108,7 +1108,7 @@ buildPretargetingConfigList() {
|
| var o = new api.PretargetingConfigList();
|
| buildCounterPretargetingConfigList++;
|
| if (buildCounterPretargetingConfigList < 3) {
|
| - o.items = buildUnnamed606();
|
| + o.items = buildUnnamed697();
|
| o.kind = "foo";
|
| }
|
| buildCounterPretargetingConfigList--;
|
| @@ -1118,33 +1118,33 @@ buildPretargetingConfigList() {
|
| checkPretargetingConfigList(api.PretargetingConfigList o) {
|
| buildCounterPretargetingConfigList++;
|
| if (buildCounterPretargetingConfigList < 3) {
|
| - checkUnnamed606(o.items);
|
| + checkUnnamed697(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterPretargetingConfigList--;
|
| }
|
|
|
| -buildUnnamed607() {
|
| +buildUnnamed698() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed607(core.List<core.int> o) {
|
| +checkUnnamed698(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));
|
| }
|
|
|
| -buildUnnamed608() {
|
| +buildUnnamed699() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed608(core.List<core.String> o) {
|
| +checkUnnamed699(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'));
|
| @@ -1745,8 +1745,8 @@ main() {
|
|
|
| var mock = new common_test.HttpServerMock();
|
| api.CreativesResourceApi res = new api.AdexchangebuyerApi(mock).creatives;
|
| - var arg_accountId = buildUnnamed607();
|
| - var arg_buyerCreativeId = buildUnnamed608();
|
| + var arg_accountId = buildUnnamed698();
|
| + var arg_buyerCreativeId = buildUnnamed699();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_statusFilter = "foo";
|
|
|